@charset "shift-jis";

/* 共通 */
/* --HTML-- */
html {
overflow-y:scroll;
}

body{
	margin-top: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	line-height: 130%;
	color: #000000;
	background-color: #66CC00;
	padding-top: 10px;
	background-image: url(../image/bg.jpg);
}
/* --OTHER TAGS-- */
a img, img { 
border:0;
}
a:hover img.fade,.a:active img.fade{
filter:alpha(opacity= 50); /* IE */
-moz-opacity:0.50; /* Firefox CSS3?O */
opacity:0.50; /* CSS3 */
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}
table{font-size:12px;}
code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}


ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}


a {
	text-decoration: underline;
	color: #339900;
}
a:hover {
	text-decoration:underline;
	color: #990000;
}
a:focus{
outline:none;
} 

img,fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
p {
	text-align: justify;
	text-justify: distribute;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
margin:0px;
}

h1 {
	font-size:10px;
	font-weight:normal;
	text-align: right;
	padding-top: 0px;
	color: #343d61;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 15px;
	line-height: 10px;
}

h2{
	background-image:url(../image/h2.gif);
	background-repeat:no-repeat;
	font-size: 16px;
	padding-left: 25px;
	line-height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E9C32E;
	padding-bottom: 3px;
	margin-bottom: 10px;
	padding-top: 3px;
	color: #990000;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/header.png);
	height: 150px;
	text-align: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 1000px;

}
#stage {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/stage.png);
	background-repeat: repeat-y;
	padding-bottom: 0px;

}

#container {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;

}

#contents {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	overflow: auto;
}
#contents #maingazo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contents #maingazo img {
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------
 __グローバルナビ
-----------------------------------------------*/
#nav{
	clear: both;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}
#nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#nav ul li a {
	display: block;
	overflow: hidden;
	height: 40px;
	text-decoration: none;
	margin: 0px;
	list-style-type: none;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: bold;
	background-position: 5px 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-image: url(../image/menu_icon.png);
	}

#nav ul li#gnav01 {
	width: 100px;
	background-position: left center;
			}
#nav ul li#gnav02 {
	width: 130px;
	background-position: center center;
	}

#nav ul li#gnav03 {
	width: 130px;
	background-position: center center;
	}
#nav ul li#gnav04 {
	width: 170px;
	background-position: center center;
	}
#nav ul li#gnav05 {
	width: 110px;
	background-position: center center;
	}
#nav ul li#gnav06 {
	width: 110px;
	background-position: center center;
	}
#nav ul li#gnav07 {
	width: 130px;
	background-position: right center;
	}


#nav ul li a:hover {
	background-image:url(../image/menu_o.png);
	color: #FF6600;
	background-position:left center;
	margin-right:5px;
	margin-left: 5px;
}

#nav ul li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../image/menu.gif);
	}

/*-----------------------------------------------
 __右　コンテンツ
-----------------------------------------------*/
#right {
	text-align: left;
	width: 220px;
	padding-bottom: 10px;
	margin-top: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right #shopsub{}
#right #shopsub h2{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	background-image: url(../image/shopsub.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 25px;
	padding-bottom:3px;
	color: #333333;
}
#right #shopsub h3{
	font-size:14px;
	color: #006600;
	margin-bottom: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006600;
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
#right #shopsub h4{
	font-size:12px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 3px;
	padding-bottom: 0px;
	padding-top: 5px;
	color: #990000;
}
#right #shopsub ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#right #shopsub ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#right #shopsub p{	margin-right: 10px;	margin-left: 10px;	margin-bottom: 5px; line-height:20px;

}


#right1 {
	text-align: left;
	width: 220px;
	padding-bottom: 10px;
	margin-top: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 45px;
}
#righ1t #shopsub{}
#right1 #shopsub h2{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	background-image: url(../image/shopsub.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 25px;
	padding-bottom:3px;
	color: #333333;
}
#right1 #shopsub h3{
	font-size:14px;
	color: #006600;
	margin-bottom: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006600;
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
#right1 #shopsub h4{
	font-size:12px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 3px;
	padding-bottom: 0px;
	padding-top: 5px;
	color: #990000;
}
#right1 #shopsub ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#right1 #shopsub ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#right1 #shopsub p{	margin-right: 10px;	margin-left: 10px;	margin-bottom: 5px; line-height:20px;

}

/*-----------------------------------------------
 __左　コンテンツ
-----------------------------------------------*/
#left {
	width: 630px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 20px;
	float: left;
}
#left .inner {
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#left .inner #info{
	margin-bottom: 30px;
}
#left .inner #info h3{
	margin-bottom:0px;
	font-size: 11px;
	background-image: url(../image/icon_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	line-height: 140%;
}
#left .inner #info p{margin-bottom:10px;}
#left .inner #info li{
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
}
/*-----------------------------------------------
 __左　院長挨拶
-----------------------------------------------*/


#left .inner #greeting{
	margin-bottom: 30px;
}
#left .inner #greeting p{margin-bottom:10px;}
#left .inner #greeting h3{
	font-size:14px;
	color: #009900;
	margin-bottom: 5px;
}
#left .inner #greeting table{margin-bottom:30px;}
#left .inner #greeting th{
	border-bottom:1px dashed #66BE70;
	padding:4px 0;
	width:20%;
	color:#159133;
	font-weight:bold;
}

#left .inner #greeting td{
	border-bottom:1px dashed #66BE70;
	padding:4px 0;
}
/*-----------------------------------------------
 __左　はじめに
-----------------------------------------------*/


#left .inner #about{
	margin-bottom: 30px;
}
#left .inner #about h3{
	margin-bottom:5px;
	font-size: 14px;
	background-image: url(../image/h3_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	line-height: 30px;
}
#left .inner #about p{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/*-----------------------------------------------
 __左　治療にあたって
-----------------------------------------------*/
#left .inner #ope{
	margin-bottom: 30px;
}
#left .inner #ope h3{
	margin-bottom:5px;
	font-size: 14px;
	background-image: url(../image/h3_ope.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
	line-height: 30px;
}
#left .inner #ope h4{
	font-size:14px;
	line-height:20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #990000;
	display: inline;
	color: #FFFFFF;
	background-color: #CC3300;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#left .inner #ope p{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#left .inner #ope ul{
	margin-left:45px;
	padding-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	color: #660000;
}
#left .inner #ope table {
	width:100%;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-bottom: 15px;
}
#left .inner #ope table td{
	font-size:14px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../image/td.gif);
}
#left .inner #ope td.td2{background-image:url(../image/td2.gif);}
#left .inner #ope table th{
	font-weight:normal;
	text-align: left;
	width: 27%;
	padding-left: 5px;
	background-image: url(../image/th.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-position: left top;
}


/*-----------------------------------------------
 __左　施術費
-----------------------------------------------*/
#left .inner #fee{
	margin-bottom: 30px;
}
#left .inner #fee h3{
	margin-bottom:5px;
	font-size: 14px;
	background-image: url(../image/h3_fee.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
	line-height: 30px;
}
#left .inner #fee h4{
	font-size:14px;
	line-height:20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 1px solid #990000;
	display: inline;
	color: #FFFFFF;
	background-color: #CC3300;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#left .inner #fee p{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#left .inner #fee ul{
	margin-left:45px;
	padding-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	color: #660000;
}
#left .inner #fee table {
	width:100%;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-bottom: 15px;
}
#left .inner #fee table td{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../image/td.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#left .inner #fee table td.none{
	background-image:none;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#left .inner #fee td.td2{background-image:url(../image/td2.gif);}
#left .inner #fee table th{
	font-weight:normal;
	text-align: left;
	padding-left: 5px;
	background-image: url(../image/th.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-position: left bottom;
}
#left .inner #fee table th.th2{width:auto;}


/*-----------------------------------------------
 __左　アクセス
-----------------------------------------------*/
#left .inner #access{
	margin-bottom: 30px;
}
#left .inner #access p{
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 20px;
}



/*-----------------------------------------------
 __左　鍼治費
-----------------------------------------------*/


#left .inner #hari{
	margin-bottom: 30px;
}
#left .inner #hari h3{
	margin-bottom:5px;
	font-size: 14px;
	background-image: url(../image/h3_hari.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	line-height: 30px;
}
#left .inner #hari p{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#left .inner #hari ul{
	margin-right:40px;
	margin-left:40px;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #009900;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}



/*-----------------------------------------------
 __画像配置
-----------------------------------------------*/
.img_lf{float:left; margin-right:10px;}
.img_rt{
	float:right;
	margin-left: 10px;
}



/*-----------------------------------------------
 __フッター
-----------------------------------------------*/
#footer {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-image: url(../image/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	font-size: 10px;
}
#footer ul {
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../image/footer_ul.gif);
	background-repeat: no-repeat;
	line-height: 60px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/*-----------------------------------------------
 __文字関係
-----------------------------------------------*/
.red{color:#FF0000;}
.verysmall{font-size:70%;}
.blue{color:#000066;}
.normal{font-size:12px;}
.tel{font-size:14px;}

.big{font-size:120%;}
.bold{
	font-weight:bold;
}
.small{font-size:10px;}
