@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;   
}

a {
	text-decoration: none;
}

body {
	background-image: url(../parts/bg.png);
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

#topheader{
	width: 920px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

#mainheader{
	width: 920px;
	height: 88px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

#header{
	width: 900px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#middle{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	display: block;
}

#footer{
	width: 900px;
	height: 88px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../parts/footer.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	display: block;
	background-position: center bottom;
}

#menu{
	margin-top: 20px;
	margin-bottom: 8px;
	width:220px;
	height:250px;
	float: left;
	margin-right: 20px;
}

#menu ul{
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
	height:250px;
}  
  
#menu li{
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	background-image: url(../parts/menu.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
} 

 #menu a{
	display:block;
	width: 100%;  
  height: 50px;
 }
 
#menu a:hover{
	background-image: url(../parts/menu.png);
	background-repeat: no-repeat;
}
 
#mhome{
	width: 220px;
	background-position: 0px 0px;
}
#mabout{
	width: 220px;
	background-position: 0px -50px;
}
#mpatient{
	width: 220px;
	background-position: 0px -100px;
}
#mprice{
	width: 220px;
	background-position: 0px -150px;
}
#mopinion{
	width: 220px;
	background-position: 0px -200px;
}
#maccess{
	width: 220px;
	background-position: 0px -250px;
}
#mindication{
	width: 220px;
	background-position: 0px -300px;
}


#mhome a:hover{
	width: 220px;
	background-position: -220px 0px;
}
#mabout a:hover{
	width: 220px;
	background-position: -220px -50px;
}
#mpatient a:hover{
	width: 220px;
	background-position: -220px -100px;
}
#mprice a:hover{
	width: 220px;
	background-position: -220px -150px;
}
#mopinion a:hover{
	width: 220px;
	background-position: -220px -200px;
}
#maccess a:hover{
	width: 220px;
	background-position: -220px -250px;
}
#mindication a:hover{
	width: 220px;
	background-position: -220px -300px;
}


.pghome #mhome{
	width: 220px;
	background-position: -441px 0px;
}

.pgabout #mabout{
	width: 220px;
	background-position: -441px -50px;
}

.pgpatient #mpatient{
	width: 220px;
	background-position: -441px -100px;
}

.pgprice #mprice{
	width: 220px;
	background-position: -441px -150px;
}

.pgopinion #mopinion{
	width: 220px;
	background-position: -441px -200px;
}

.pgaccess #maccess{
	width: 220px;
	background-position: -441px -250px;
}

.pgindication #mindication{
	width: 220px;
	background-position: -441px -300px;
}


#main{
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-left: 20px;
	display: block;
	width: 640px;
	overflow: auto;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.rcropbox{
	border: 1px solid #CCC;
	border-radius:8px;
	width: 600px;
	padding: 18px;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 10px;
	background-color: #FFF7E6;
	overflow: auto;
}

.rcropbox h3{
	font-size: 18px;
	width: 590px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #099;
	margin-bottom: 8px;
	padding: 4px;
}

.float{
		 float: left;
		 margin-right: 1em;
}

.signiture{
	background-image: url(../images/signiture.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -9999px;
	display: block;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
	height: 30px;
}

#main h2{
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 53px;
	width: 640px;
	margin-top: 0px;
	margin-bottom: 5px;
}


h2.senetsu{
	background-image: url(../images/senetsu.png);

}

h2.access{
	background-image: url(../images/s_access.png);
}

h2.kihon{
	background-image: url(../about/images/s_rinen.png);
}

h2.shisei{
	background-image: url(../about/images/s_shisei.png);
}

h2.chigai{
	background-image: url(../about/images/s_chigai.png);
}
h2.yakureki{
	background-image: url(../about/images/s_yakureki.png);
}

h2.kashikoi{
	background-image: url(../patient/images/s_kashikoi.png);
}
h2.convini{
	background-image: url(../patient/images/convini.png);
}
h2.honmono{
	background-image: url(../patient/images/s_honmono.png);
}
h2.chuui{
	background-image: url(../price/images/chuui.png);
}
h2.honne{
	background-image: url(../opinion/images/s_honne.png);
}
h2.s1{
	background-image: url(../opinion/images/s_1.png);
}
h2.s2{
	background-image: url(../opinion/images/s_2.png);
}
h2.indication{
	background-image: url(../indication/images/s_indication.png);
}
#main hr{
	border: 1px dashed #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

.txt{
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding-left: 16px;
	padding-right: 10px;
	text-align: justify;
	overflow: auto;
}
