@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{ 
	text-align:center;
	color:#333333;
	font-size:14px;
	line-height:140%;
}

img{
	border:0;
	vertical-align:top;
}

ul,ol,dl{
	list-style:none;
}

h1,h2,h3,h4,h5,h6,address{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0px;
	padding:0px;
}

strong{
	font-weight:normal;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}

a{
	color:#09F;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#header{
	width:800px;
	height:80px;
	margin:0px auto;
}

#header #key{
	width:800px;
	text-align:right;
	font-size:10px;
	color:#999;
	clear:both;
}

#header #logo{
	float:left;
}

#header #logo a{
	background:url(../images/common/logo.jpg) no-repeat;
	width:175px;
	height:40px;
	text-indent:-5000px;
	display:block; 
	overflow:hidden;
}

#header #info{
	text-align:right;
	font-size:12px;
	color:#666;
	float:right;
}

#navi{
	width:800px;
	height:40px;
	margin:0px auto 0px auto;
}

#navi li{
	float:left;
}

#navi li a{
	height:40px;
	text-indent:-5000px;
	display:block;
	overflow:hidden;
}

#n1 a{
	background:url(../images/common/n1.jpg) no-repeat;
	width:80px;
}

#n1 a:hover{
	background:url(../images/common/n1_o.jpg) no-repeat;
}

#n2 a{
	background:url(../images/common/n2.jpg) no-repeat;
	width:120px;
}

#n2 a:hover{
	background:url(../images/common/n2_o.jpg) no-repeat;
}

#n3 a{
	background:url(../images/common/n3.jpg) no-repeat;
	width:120px;
}

#n3 a:hover{
	background:url(../images/common/n3_o.jpg) no-repeat;
}

#n4 a{
	background:url(../images/common/n4.jpg) no-repeat;
	width:120px;
}

#n4 a:hover{
	background:url(../images/common/n4_o.jpg) no-repeat;
}

#n5 a{
	background:url(../images/common/n5.jpg) no-repeat;
	width:120px;
}

#n5 a:hover{
	background:url(../images/common/n5_o.jpg) no-repeat;
}

#n6 a{
	background:url(../images/common/n6.jpg) no-repeat;
	width:120px;
}

#n6 a:hover{
	background:url(../images/common/n6_o.jpg) no-repeat;
}

#n7 a{
	background:url(../images/common/n7.jpg) no-repeat;
	width:120px;
}

#n7 a:hover{
	background:url(../images/common/n7_o.jpg) no-repeat;
}

#content{
	width:800px;
	text-align:left;
	margin:20px auto 0px auto;
}

#content #left-content{
	width:195px;
	float:left;
}

#content #left-content #consultation_hours{
	background:url(../images/common/consultation_hours.jpg) no-repeat;
	width:195px;
	height:168px;
	text-indent:-5000px;
	display:block;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}

#content #left-content #ad{
	background:url(../images/common/ad.jpg) no-repeat;
	width:195px;
	height:195px;
	text-indent:-5000px;
	display:block;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}

#content #left-content #ad a{
	width:185px;
	height:95px;
	text-indent:-5000px;
	display:block;
	overflow:hidden;
	margin:74px 0px 0px 5px;
}

#content #right-content{
	width:590px;
	float:right;
}

#content #right-content p.txt{
	text-indent:1em;
	margin:0px 0px 10px 0px;
}

#content #right-content p.mb10{
	margin:0px 0px 10px 0px;
}

#content #right-content p.mb20{
	margin:0px 0px 20px 0px;
}

#content #right-content img{
	margin:0px 0px 10px 0px;
}

#content #footer-navi{
	border-bottom:#DDD 1px solid;
	width:800px;
	height:25px;
	font-size:12px;
	clear:both;
	padding:30px 0px 0px 0px;
	_padding:30px 0px 5px 0px;
}

#content #footer-navi li{
	float:left;
	margin:0px 20px 0px 0px;
}

#footer{
	width:800px;
	height:50px;
	font-size:12px;
	margin:10px auto 0px auto;
}

#footer ul li{
	float:left;
	margin:0px 20px 0px 0px;
}

#footer address{
	font-size:10px;
	color:#666;
	float:right;
}
