/* CSS Document */

*{margin:0; padding:0; border:0;}

body{
	margin: 0px auto;
	background-color: #653E2B;
	text-align: center;
}

p{
	margin: 3px;
}

#headnavi ul{
	list-style:none;
}

#headnavi ul li{
	display:inline;
}


#headnavi ul li a{
	text-decoration:none;
}

#navi_home{
	float: left;
	width: 106px;
	height: 40px;
}

#navi_price{
	float: left;
	width: 132px;
	height: 40px;
}

#navi_lecture{
	float: left;
	width: 191px;
	height: 40px;
}

#navi_coupon{
	float: left;
	width: 107px;
	height: 40px;
}

#navi_caution{
	float: left;
	width: 94px;
	height: 40px;
}

#navi_access{
	float: left;
	width: 135px;
	height: 40px;
}

li#navi_home a{
	display:block;
	width: 106px;
	height: 40px;
	background:transparent url(../img/navi_home.gif) no-repeat scroll 0 0;
}

li#navi_home a:hover{
	background:transparent url(../img/navi_o_home.gif) no-repeat scroll 0 0;
}

li#navi_price a{
	display:block;
	width: 132px;
	height: 40px;
	background:transparent url(../img/navi_price.gif) no-repeat scroll 0 0;
}

li#navi_price a.over{
	background:transparent url(../img/navi_o_price.gif) no-repeat scroll 0 0;
}
li#navi_price a:hover{
	background:transparent url(../img/navi_o_price.gif) no-repeat scroll 0 0;
}

li#navi_lecture a{
	display:block;
	width: 191px;
	height: 40px;
	background:transparent url(../img/navi_lecture.gif) no-repeat scroll 0 0;
}

li#navi_lecture a.over{
	background:transparent url(../img/navi_o_lecture.gif) no-repeat scroll 0 0;
}

li#navi_lecture a:hover{
	background:transparent url(../img/navi_o_lecture.gif) no-repeat scroll 0 0;
}

li#navi_coupon a{
	display:block;
	width: 107px;
	height: 40px;
	background:transparent url(../img/navi_coupon.gif) no-repeat scroll 0 0;
}

li#navi_coupon a.over{
	background:transparent url(../img/navi_o_coupon.gif) no-repeat scroll 0 0;
}

li#navi_coupon a:hover{
	background:transparent url(../img/navi_o_coupon.gif) no-repeat scroll 0 0;
}

li#navi_caution a{
	display:block;
	width: 94px;
	height: 40px;
	background:transparent url(../img/navi_caution.gif) no-repeat scroll 0 0;
}

li#navi_caution a.over{
	background:transparent url(../img/navi_o_caution.gif) no-repeat scroll 0 0;
}

li#navi_caution a:hover{
	background:transparent url(../img/navi_o_caution.gif) no-repeat scroll 0 0;
}

li#navi_access a{
	display:block;
	width: 135px;
	height: 40px;
	background:transparent url(../img/navi_access.gif) no-repeat scroll 0 0;
}

li#navi_access a.over{
	background:transparent url(../img/navi_o_access.gif) no-repeat scroll 0 0;
}

li#navi_access a:hover{
	background:transparent url(../img/navi_o_access.gif) no-repeat scroll 0 0;
}

#head img{
	width: 765px;
}

#main{
	margin: 0px auto;
	width: 765px;
	background-color: #FFFFFF;
	text-align: left;
}

.small{
	margin-left: 10px;
	font-size: small;
	line-height:160%;
}


#small{
	margin-left: 10px;
	font-size: small;
}

#staff{
	text-align: center;
}

#content{
	clear: both;
	padding: 20px;
}

h2{
	background:url(../img/h2_index.gif) no-repeat;
	font-size:19px;
	padding-left: 20px;
	margin-bottom: 10px;
	width:550px;
	height:28px;
}

h3 {
	margin: 15px 0px;
}

#h2_text{
	padding:0px 10px;
	width: 580px;	
}

#h2_text_top{
	width: 470px;
	float: left;
	margin-bottom: 5px;
}

#h2_text_top h2{
	width: 440px;
	margin: 10px 5px;
}

#content strong{
	color:	#FF5555;
}

#notation strong{
	color:	#000000;
}

#content img{
	border:1px solid #996600;
	margin:0px 10px 10px 0px;
	padding:4px;
}

#desc{
	background-color:	#FFFFDD;
	border: dotted 1px #000000;	
	font-size:13px;
	padding: 10px;
	margin-bottom: 10px;
	line-height:140%;
}

#top_desc{
	width: 250px;
	background-color:	#FFFFDD;
	border: dotted 1px #000000;	
	font-size:13px;
	padding: 5px;
	margin: 10px;
}


#logo{
	padding: 35px 1px 0px 5px;
	width: 220px;
	text-align: center;
	float: left;	
}


img#qrcode{
	margin:0px 10px 10px 0px;
	border:1px solid #000000;
	padding:4px;
}

#notation{
	font-size:14px;
	padding: 5px;
	background-color:	#FFEEEE;
	border: dotted 1px #000000;
}

#foot{
	margin-top: 25px;
}

#map{
	margin: 0px auto 20px;
	text-align: center;
}

table {
	width: 90%;
	border-collapse:collapse;
	border:1px solid #999999;
}

th{
	border:1px solid #999999;
	background:#D5D69E;
	padding:5px;
	text-align: center;
}

td{
	border:1px solid #999999;
	text-align:left;
	padding:5px;
}

table#image, table#image th, table#image td{
	border:0;
}

/* 20080624 追加分 */

.logo2{
	padding: 0px 1px 0px 5px;
	width: 220px;
	text-align: center;
	float: left;	
}

#back{
	font-size:12px;
}

#desc2{
	background-color:	#FFFFDD;
	border: dotted 1px #000000;	
	font-size:13px;
	padding: 10px;
	margin-bottom: 10px;
	width:280px;
	height:auto;
	line-height:140%;
}

.lecture_desc{
	background-color:	#FFFFDD;
	border: dotted 1px #000000;	
	font-size:13px;
	padding: 10px;
	margin-bottom: 10px;
	width:280px;
	height:auto;
	line-height:140%;
}

.lecture_desc ul{
	margin: 2px;
	padding-left: 15px;
}

#image2{
	border-style: none;
	padding-left:50px;
}

#image2 tr, #image2 td{
	border-style: none;
}

h2#price{
	background:url(../img/price.gif) no-repeat;
	width:550px;
	height:25px;
	text-indent:-9999px;	
}

h2#lecture_price{
	background:url(../img/lecture_price.gif) no-repeat;
	width:550px;
	height:25px;
	text-indent:-9999px;	
}

/* 20080626 追加分 */
.h3_img{
	height:21px;
	padding-left: 10px;
	width: 597px;
	text-indent:-9999px;
}

h3#t_lecture_price{
	background:url(../img/t_lecture_price.gif) no-repeat;
}

h3#lecture_foot{
	background:url(../img/lecture_foot.gif) no-repeat;
}

h3#lecture_hand{
	background:url(../img/lecture_hand.gif) no-repeat;
}

h3#lecture_body{
	background:url(../img/lecture_body.gif) no-repeat;
}

h3#lecture_facial{
	background:url(../img/lecture_facial.gif) no-repeat;
}


h3#ryoukin{
	background:url(../img/t_ryoukin.gif) no-repeat;
}

h3#lymph{
	background:url(../img/t_lymph.gif) no-repeat;
}

h3#body{
	background:url(../img/t_body.gif) no-repeat;
}

h3#refle{
	background:url(../img/t_refle.gif) no-repeat;
}

h3#foot{
	background:url(../img/t_foot.gif) no-repeat;
}

h3#facial{
	background:url(../img/t_facial.gif) no-repeat;
}

h3#option{
	background:url(../img/t_option.gif) no-repeat;
}

#content img.b_n{
	border:none;
	margin:0px;
	padding:0px;
}
