@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: #999999;
	background-image: url(../img/bg.gif);
	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: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wapper h1 {
	font-size: 1em;
	color: #999999;
}

#sidebar {
	float: left;
	width: 210px;
	margin-bottom: 20px;
}
#sidebar img {
}

#sidebar .info {
	background-image: url(../images/info_BG.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 210px;
	margin-top: 10px;
}
#sidebar .info .clean{
	padding-top: 5px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
}
#sidebar .info .moji {
	height: 150px;
	width: 160px;
	padding-left: 30px;
	padding-top: 10px;
}


#sidemenu {
	height: 280px;
	width: 180px;
	margin-bottom: 5px;
	background-color: #FF9933;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
#sidemenu ul {
	list-style: none;
	text-indent: -9999px;
}
#sin_btn_1{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn1.gif);
	background-repeat: no-repeat;
}
#sin_btn_1 a{
	width:180px;
	height:33px;
	;
	display:block;
}
#sin_btn_1 a:hover{
	background-image: url(../images/sn1a.png);
	background-repeat: no-repeat;
}
#sin_btn_2{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn2.gif);
	background-repeat: no-repeat;
}
#sin_btn_2 a{
	width:180px;
	height:33px;
	display:block;
}
#sin_btn_2 a:hover{
	background-image: url(../images/sn2a.png);
	background-repeat: no-repeat;
}
#sin_btn_3{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn3.gif);
	background-repeat: no-repeat;
}
#sin_btn_3 a{
	width:180px;
	height:33px;
	display:block;
}
#sin_btn_3 a:hover{
	background-image: url(../images/sn3a.png);
	background-repeat: no-repeat;
}
#sin_btn_4{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn4.gif);
	background-repeat: no-repeat;
}
#sin_btn_4 a{
	width:180px;
	height:33px;
	display:block;
}
#sin_btn_4 a:hover{
	background-image: url(../images/sn4a.png);
	background-repeat: no-repeat;
}
#sin_btn_5{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn5.gif);
	background-repeat: no-repeat;
}
#sin_btn_5 a{
	width:180px;
	height:33px;
	display:block;
}
#sin_btn_5 a:hover{
	background-image: url(../images/sn5a.png);
	background-repeat: no-repeat;
}
#sin_btn_6{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn6.gif);
	background-repeat: no-repeat;
}
#sin_btn_6 a{
	width:180px;
	height:33px;
	display:block;
}
#sin_btn_6 a:hover{
	background-image: url(../images/sn6a.png);
	background-repeat: no-repeat;
}
#sin_btn_7{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn7.gif);
	background-repeat: no-repeat;
}
#sin_btn_7 a{
	width:180px;
	height:33px;
	display:block;
}
#sin_btn_7 a:hover{
	background-image: url(../images/sn7a.png);
	background-repeat: no-repeat;
}
#sin_btn_8{
	width:180px;
	height:33px;
	background-color: #FFF;
	background-image: url(../images/sn10.png);
	background-repeat: no-repeat;
}
#sin_btn_8 a{
	width:180px;
	height:33px;
	display:block;
}
#sin_btn_8 a:hover{
	background-image: url(../images/sn8a.png);
	background-repeat: no-repeat;
}
/* header styles
----------------------------*/
#header {
	border-top: 3px solid #FFFF00;
	height: 25px;
}
#header ul {
	width: 800px;
	left: auto;
	top: 20px;
	position: absolute;
	background-image: url(../images/topnavi_bg.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: 88.45px;
	border-top: 3px solid #FFFF00;
	border-bottom: 3px solid #FF9900;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	font-weight: bold;
}
#header ul li a:hover {
	color: #FF9900;
}

#head img {
	float: right;
}

#sidebar img {
	margin-top: 10px;
	margin-left: 20px;
}

/* main styles
----------------------------*/
#main {
	width: 420px;
	margin-bottom: 20px;
	float: left;
	height: auto;
}
#main h2 {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
	background-color: #999999;
	padding-left: 15px;
}
#main h4 {
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 20px;
	margin-bottom: 15px;
}


#main p {
	line-height: 1.5;
	margin-bottom: 1em;
	font-size: 1em;
	padding-right: 15px;
	padding-left: 15px;
}
#main #clinic img {
	float: left;
	padding-right: 10px;
}

#main .red {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#main .blue {
	font-size: 1.3em;
	font-weight: bold;
	color: #0000FF;
}


#main dl#concept dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	color: #009900;
	font-size: 1.2em;
}
#main dl#concept dd {
	margin: 0px 0px 10px 6em;
	font-size: 1.3em;
}
#news {
	height: 830px;
	width: 165px;
	float: right;
	background-color: #FFFFCC;
}
#news h3 {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}
#news p {
	padding-right: 10px;
	padding-left: 10px;
}
#news img {
	padding-bottom: 10px;
	padding-top: 10px;
}








#footer {
	color: #333333;
	padding: 15px;
	clear: both;
	text-align: center;
	border-color: #FF6633;
	border-top-style: solid;
}
/* 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;
}
