@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: #CCCCCC;
	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: #CCCC99;
	height: auto;
}
#sidemenu {
	height: 435px;
	width: 180px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu ul li {
	height: 36px;
	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;
}
#sidebar img {
	margin-top: 10px;
}


/* header styles
----------------------------*/
#header {
	background-image: url(../img/top2-1.gif);
	background-repeat: no-repeat;
	border-top: 3px solid #FFFF99;
	height: 195px;
}
#header ul {
	width: 858px;
	left: auto;
	top: 180px;
	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 #66CC99;
	border-bottom: 1px double #66CC99;
	border-left: 2px dotted #666666;
	text-align: center;
	display: block;
	background-image: none;
	font-weight: bold;
}
#header ul a:hover {
	color: #FFCC00;
}

/* main styles
----------------------------*/
#main {
	padding: 15px;
	float: left;
	width: 615px;
	margin-bottom: 20px;
	height: auto;
}
#main h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #41999A;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41999A;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
	color: #666666;
	margin-top: 20px;
	width: auto;
	clear: both;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #41999A;
	border-right-color: #41999A;
	margin-bottom: 20px;
}
#main h3 {
	font-size: 1.5em;
	color: #0066CC;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#main h4 {
	font-size: 1.2em;
	color: #666666;
	line-height: 2em;
	padding-left: 15px;
	border-bottom: 1px #CCCCCC;
}
#main h5 {
	font-size: 1.3em;
	color: #996600;
}


#main p {
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: 1.2em;
}
#main #brown {
	font-size: 1.2em;
	color: #996600;
}
#main #blue {
	font-size: 1.5em;
	color: #009900;
}


#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.0em;
	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;
}
#main .chara {
	height: 140px;
	width: 617px;
	background-color: #FFFFCC;
	margin-bottom: 10px;
}
#main .chara .moji {
	float: left;
	height: 130px;
	width: 387px;
	padding: 5px;
}
#main .chara .moji p {
	font-size: 1.4em;
	color: #996600;
}
#main .chara img {
	float: right;
	padding: 5px;
}
#main .box {
	height: 320px;
	width: 215px;
	float: left;
	margin-right: 5px;
	border: 1px solid #66CCFF;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#main  .box  p {
	width: 200px;
	margin: 5px;
}
#main .box2 {
	height: 250px;
	width: 215px;
	margin-right: 5px;
	border: 1px solid #66CCFF;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	float: right;
}
#main .box2 .moji {
	width: 200px;
	margin-left: 10px;
}












#footer {
	color: #FFFFFF;
	padding: 15px;
	clear: both;
	text-align: center;
	height: auto;
	background-color: #6699CC;
}
/* 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;
}
