@charset "utf-8";
/* CSS Document */

/* Reset ------------------------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* Base ------------------------------------------------------------------ */

body {
	background:url(images/common/bg.jpg) repeat-x;
	font-size:87.5%;
	color:#666;
	text-align:center;
}

ul,ol {
	margin-bottom:1.5em;
}

table {
	margin-bottom:1.5em;
}

/* Link ------------------------------------------------------------------ */

a {
	text-decoration: none;
	color:#09F;
}

a:link {
	color:#09F;
}

a:visited {
	color:#09F;
}

a:hover {
	text-decoration: underline;
	color:#09F;
}

a:active {
	color:#09F;
}

/* Layout ------------------------------------------------------------------ */

#top {
}

#second {
}

#wrap {
	background:url(images/common/wrap_bg.png) repeat-y;
	width:866px;
	text-align:left;
	margin:0px auto;
}

/* Header */

#header {
	width:820px;
	height:80px;
	margin:0px 23px;
	position:relative;
}

#header p#key {
	font-size:10px;
	color:#CCC;
	padding:5px 0px 0px 0px;
}

#header p#ad {
	font-size:12px;
	color:#09F;
	position:absolute;
	top:25px;
	right:0px;
}

#header h1 a {
	background:url(images/common/logo.jpg) no-repeat;
	width:125px;
	height:35px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:30px;
	left:0px;
}

#header #tel {
	background:url(images/common/tel.jpg) no-repeat;
	width:180px;
	height:25px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:45px;
	right:0px;
}

/* h2 */

#top h2 {
	background:url(images/top/main.jpg) no-repeat;
	width:820px;
	height:300px;
	margin:0px 23px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
}

#second h2 {
	width:610px;
	height:45px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0px 0px 15px 0px;
}

#second h2#clinic {
	background:url(images/second/clinic_h2.jpg) no-repeat;
}

#second h2#about {
	background:url(images/second/about_h2.jpg) no-repeat;
}

#second h2#doctor {
	background:url(images/second/doctor_h2.jpg) no-repeat;
}

#second h2#qa {
	background:url(images/second/qa_h2.jpg) no-repeat;
}

#second h2#access {
	background:url(images/second/access_h2.jpg) no-repeat;
}

#second h2#sitemap {
	background:url(images/second/sitemap_h2.jpg) no-repeat;
}

#second h2#sitepolicy {
	background:url(images/second/sitepolicy_h2.jpg) no-repeat;
}

#second h2#privacy {
	background:url(images/second/privacy_h2.jpg) no-repeat;
}

/* Navi */

#navi {
	width:816px;
	height:46px;
	margin:0px 27px 0px 23px;
}

#navi li {
	float:left;
}

#navi li a {
	width:136px;
	height:46px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
}

#n1 a {
	background:url(images/common/n1.jpg) no-repeat;
}

#n1 a:hover {
	background:url(images/common/n1_o.jpg) no-repeat;
}

#n2 a {
	background:url(images/common/n2.jpg) no-repeat;
}

#n2 a:hover {
	background:url(images/common/n2_o.jpg) no-repeat;
}

#n3 a {
	background:url(images/common/n3.jpg) no-repeat;
}

#n3 a:hover {
	background:url(images/common/n3_o.jpg) no-repeat;
}

#n4 a {
	background:url(images/common/n4.jpg) no-repeat;
}

#n4 a:hover {
	background:url(images/common/n4_o.jpg) no-repeat;
}

#n5 a {
	background:url(images/common/n5.jpg) no-repeat;
}

#n5 a:hover {
	background:url(images/common/n5_o.jpg) no-repeat;
}

#n6 a {
	background:url(images/common/n6.jpg) no-repeat;
}

#n6 a:hover {
	background:url(images/common/n6_o.jpg) no-repeat;
}

/* Content */

#content {
	width:820px;
	margin:20px 23px 0px 23px;
}

#content #side {
	width:180px;
	float:left;
}

#content #side #subject {
	background:url(images/common/subject.jpg) no-repeat;
	width:180px;
	height:75px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0px 0px 20px 0px;
}

#content #side #time {
	background:url(images/common/time.jpg) no-repeat;
	width:180px;
	height:179px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0px 0px 20px 0px;
}

#content #side #close {
	background:url(images/common/close.jpg) no-repeat;
	width:180px;
	height:95px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0px 0px 20px 0px;
}

#content #side #ad {
	border:#FF66FF 1px solid;
	font-size:12px;
}

#content #side #ad p {
	padding:5px 5px 5px 5px;
}

#content #side #ad p#terada {
	background:#FF66FF;
	color:#FFF;
}

#content #main {
	width:610px;
	float:right;
}

#content #main p {
	margin-bottom:1.5em;
}

#top #content #main h3 {
	background:url(images/top/info.jpg) no-repeat;
	width:610px;
	height:45px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0px 0px 10px 0px;
}

#second #content #main h3 {
	background:url(images/second/h3_bg.jpg) no-repeat;
	width:560px;
	_width:610px;
	height:28px;
	_height:40px;
	font-size:16px;
	color:#999;
	font-weight:bold;
	padding:12px 0px 0px 50px;
	margin:0px 0px 15px 0px;
}

#second #content #main h3 span {
	font-size:14px;
}

#second #content #main h4 {
	color:#09F;
	margin:0px 0px 14px 0px;
}

#second #content #main .q {
	text-indent:-1.5em;
	margin:0px 0px 1em 1.5em;
}

#second #content #main .q span {
	font-size:18px;
	font-weight:bold;
	color:#09F;
	margin:0px 5px 0px 0px;
}

#second #content #main .a {
	text-indent:-1.5em;
	margin:0px 0px 1.5em 1.5em;
}

#second #content #main .a span {
	font-size:18px;
	font-weight:bold;
	color:#F60;
	margin:0px 5px 0px 0px;
}

#second #content #main #map {
	width:610px;
	height:300px;
	margin:0px 0px 1.5em 0px;
}

#second #content #main #sitemap_list {
	list-style:disc;
	margin:0px 0px 1.5em 20px;
}

#second #content #main #sitemap_list li {
	margin:0px 0px 1em 0px;
}

#content #main #dept {
	background:url(images/top/dept_bg.jpg) repeat-y;
	width:610px;
	height:250px;
}

#content #main #dept li {
	width:180px;
	_width:203px;
	float:left;
	padding:0px 12px 0px 11px;
}

#content #main #dept li img {
	margin:0px 0px 10px 0px;
}

#content #main #news {
	width:610px;
	height:150px;
	line-height:140%;
	overflow:auto;
}

#content #main #news dt {
	width:100px;
	float:left;
}

#content #main #news dd {
	color:#09F;
	margin:0px 0px 0px 110px;
}

#content #main img {
	margin:0px 0px 1.5em 0px;
}

#content #link {
	text-align:center;
	padding:30px 0px 30px 0px;
	clear:both;
}

#content #link a {
	padding:0px 5px 0px 5px;
}

#footer {
	width:820px;
	height:35px;
	margin:0px 23px;
	border-top:#09F 5px solid;
}

#footer p {
	font-size:12px;
	float:left;
	margin:10px 0px 0px 0px;
}

#footer address {
	font-size:12px;
	float:right;
	margin:10px 0px 0px 0px;
}
