@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFCC;
	background-repeat: repeat;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic styles
----------------------------*/
#wapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wapper h1 {
	font-size: 1em;
	color: #999999;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 20px;
	background-image: url(../img/sidebar.png);
	background-repeat: no-repeat;
	background-color: #996600;
	height: auto;
}
#sidemenu {
	height: 580px;
	width: 180px;
	margin-bottom: 10px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu ul li {
	height: 3.2em;
	width: 180px;
}

#sidemenu ul a {
	margin: 0px 0px 7px;
	height: 30px;
	width: 180px;
	display: block;
	line-height: 2.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	border-bottom: thin groove #FFFFFF;
	font-weight: bold;
}
#sidemenu a:hover {
	color: #FFCC00;
}

/* header styles
----------------------------*/
#header {
	background-image: url(../img/2ndtop.png);
	background-repeat: no-repeat;
	border-top: 3px solid #999999;
	height: 155px;
}
#header ul {
	width: 858px;
	left: auto;
	top: 140px;
	position: absolute;
	background-image: url(../img/topnavi_back.png);
	background-repeat: no-repeat;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	height: 2.5em;
	width: 120px;
	border-top: 3px solid #FFFF00;
	border-bottom: 1px double #FF9900;
	border-left: 2px solid #666666;
	text-align: center;
	display: block;
	background-image: none;
	font-weight: bold;
}
#header ul a:hover {
	color: #FFCC00;
}
/* main styles
----------------------------*/
#main {
	padding: 20px;
	float: right;
	width: 608px;
	margin-bottom: 20px;
}
#main h2 {
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #666666;
	margin-top: 10px;
	background-image: url(../img/logo-h2.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	border-bottom: 1px double #996600;
}

#main p {
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #996600;
}
#main .red {
	font-size: 2.5em;
	color: #FF0000;
}
#main .blue {
	font-size: 1.5em;
	color: #FF6600;
	font-weight: bold;
	margin-top: 5px;
}


#main ul {
	height: 80px;
	width: 615px;
	background-color: #999933;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.5em;
}
#main ul li {
	float: left;
	list-style: url(none) none;
}
#main ul li a {
	font-size: 1.0;
	height: 70px;
	width: 190px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main ul li a img {

}


#main dl#concept dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	color: #009900;
}
#main dl#concept dd {
	margin: 0px 0px 10px 6em;
}
#main .clinicX {
	float: left;
	width: 290px;
	margin: 5px;
	height: 217px;
}
#main .clinicX img {

}
#main .clinicX p {
	text-align: center;
	color: #0000CC;
	font-weight: bold;
}
#main #consul {
	height: 80px;
}








#footer {
	color: #FFFFFF;
	padding: 15px;
	clear: both;
	text-align: center;
	background-image: url(../img/footer3.png);
	height: 200px;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
}
#footer p#back {
	margin: 0px;
	float: right;
}
