@charset "utf-8";

* { font-size:12px;
	line-height:200%;
	margin:0px;
	padding:0px;
	}
/*-------------------------------------
　　　　レイアウト要素
--------------------------------------*/
#wrapper {
	width: 660px;
	margin: 0px auto 0px auto;
	}
#contents {
	width: 520px;
	float:right;
	background-image:url(../images/image/back1.jpg);
	background-repeat: repeat-y;
	}
#main{
	width:480px;
	margin:0px 20px 0px 20px;
	text-align:center;
	}
#navi{
	width: 140px;
	float:left;
	}
#navi ul{
	width: 140px;
	margin-top:30px;
}
#navi li a{
	display:block;
	border-bottom:dotted 1px #666666;
	list-style-type: none;
	text-align:left;
	margin-right:5px;
	text-decoration:none;
	padding:10px 10px 10px 10px;
	}
#navi a{
	background-color:#ffffff;
	list-style-type: none;
	}
#navi a:hover{
	background-color:#F8F8F5;
	list-style-type: none;
	}
#topmenu{
	background: url(../images/img/top_sukejirou.gif) no-repeat;
	height: 320px;
	padding-top: 160px;
	padding-left: 400px;
	margin: 0px;
	}
#topmenu ul{
	width: 160px;
	float: right;
	margin-right: 150px;
	}
#topmenu li a{
	color:#810081;
	display:block;
	list-style-type: none;
	text-align:left;
	text-decoration:none;
	padding:3px;
}
#topmenu a:hover{
	background-color:#F8F8F5;
	list-style-type: none;
	}
#footer{
	width: 520px;
	text-align:right;
	background-image:url(../images/image/back_under.jpg);
	font-size:10px;
	padding-top:10px;
	}
#footer_top{
	width: 660px;
	text-align:right;
	font-size:10px;
	padding-top:10px;
	background: url(../images/img/top_under.gif) no-repeat;
	}

.clearfix:after {
  content: "."; 
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-------------------------------------
　　　　クラス要素
--------------------------------------*/
.price {
	font-size: 18px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 0px;
}
.text_10px {
	margin: 40px auto 30px;
	padding: 0px;
	width: 380px;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

.text_box {
	width: 450px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.text_shiro {
	width: 430px;
	text-align: left;
	padding: 20px;
	border: 1px solid #666666;
	margin: 0px auto 40px;
}

#access{
	font-size:10px;
	color:#FF0000;
	text-align:center;
	margin:20px 50px 0px 50px;
	border:dotted 1px #FF0000;
	padding:0px;
	}
.shiromaku{
	width: 450px;
	padding-bottom:20px;
	margin: 30px 0px 20px 10px;
	padding-top: 0px;
	}
.writeday{
	margin-bottom:20px;
	font-size:10px;
	margin-top: 0px;
	}
.mokuji{
	display:block;
	list-style-type: none;
	text-align:center;
	margin-right:5px;
	text-decoration:none;
	padding:0px auto 0px auto;
	border: 1px solid #666666;
	background-color:#dddddd;
	font-size:10px;
	font-weight:bold;
	}
.mokuji_top{
	font-size:10px;
	font-weight:bold;
	margin-bottom:20px;
}
.p_bottom20{
	padding-bottom:20px;
}
