@charset "shift-jis";
/* ===================================================================
リセット
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
	height:100%;
}
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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-size: 95%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*--- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* for IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* IE6透過 */
.iepngfix {  
	behavior:expression(IEPNGFIX.fix(this));  
} 

/* ===================================================================
 ここからcss表記
=================================================================== */
body {
	text-align:center;
}

#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
}


/* 詳しくはこちら */
.teri {
	text-align:right;
	padding:15px 0;
}



/* ===================================================================
 header
=================================================================== */
#header h1 {
	font-size:10px;
	font-weight:100;
	color:#666;
	margin-bottom:10px;
}

#header #logo {
	background-repeat:no-repeat;
	background-image:url(../img/logo.gif);
	width:332px;
	height:63px;
	text-indent:-99999px;
}
#header #logo a {
	width:332px;
	height:63px;
	display:block;
}

#header #toi {
	background-image:url(../img/toi.gif);
	background-repeat:no-repeat;
	float:right;
	text-indent:-99999px;
	width:170px;
	height:90px;
	margin-top:-85px;
	zoom:1;
	position:relative;
}

#header img {
	margin-top:5px;
}


/* メニュー */
#header #menu li {
	float:left;
	width:180px;
	height:49px;
	text-indent:-99999px;
}
#header #menu li a {
	float:left;
	width:180px;
	height:49px;
	display:block;
}

#header #menu1 a {
	background:url(../img/menu.gif) 0 0;
}
#header #menu1 a:hover {
	background:url(../img/menu.gif) 0 48px;
}
#header #menu5 a {
	background:url(../img/menu.gif) 180px 0;
}
#header #menu5 a:hover {
	background:url(../img/menu.gif) 180px 48px;
}
#header #menu4 a {
	background:url(../img/menu.gif) 360px 0;
}
#header #menu4 a:hover {
	background:url(../img/menu.gif) 360px 48px;
}
#header #menu3 a {
	background:url(../img/menu.gif) 540px 0;
}
#header #menu3 a:hover {
	background:url(../img/menu.gif) 540px 48px;
}
#header #menu2 a {
	background:url(../img/menu.gif) 720px 0;
}
#header #menu2 a:hover {
	background:url(../img/menu.gif) 720px 48px;
}



/* ===================================================================
 main
=================================================================== */
#pan {
	margin-top:5px;
	margin-bottom:10px;
	text-align:right;
	color:#333;
	font-size:11px;
}
#pan a {
	color:#999;
	text-decoration:none;
}
#pan a:hover {
	color:#333;
}

#main_contents {
	width:900px;
}



/* ===================================================================
 footer
=================================================================== */
#footer {
	clear:both;
	background-image:url(../img/bg_f.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:solid 1px #666;
	margin-top:140px;
}
*:first-child+html #footer {
	height:220px;
}

#footer #footer_in {
	width:950px;
	text-align:left;
	margin:0 auto;
}

#footer #pagetop {
	width:62px;
	height:29px;
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	margin-top:-28px;
	position:relative;
	zoom:1;
	float:right;
	text-indent:-99999px;
}
#footer #pagetop a {
	float:right;
	width:62px;
	height:29px;
	display:block;
}


#footer #tbl {
	width:650px;
	float:left;
}


/* 診察日 */
#footer #tbl .tblimg {
	margin-left:28px;
	margin-top:15px;
}


/* フッターメニュー */
#footer #footer_in ul {
	float:left;
	width:650px;
	margin-top:20px;
}


#footer #footer_in ul li {
	float:left;
	margin-left:20px;
	border-left:solid 1px #ccc;
	padding-left:15px;
}
#footer #footer_in ul li a {
	float:left;
	display:block;
	text-decoration:none;
	color:#333;
}

#footer #footer_in .bno {
	border:none;
}


/* フッターアドレス */
#footer #footer_in dl {
	margin-top:20px;
	float:right;
	width:230px;
	font-size:12px;
}


#footer #footer_in #copy {
	background-image:url(../img/copy.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-99999px;
	margin-top:18px;
}



/* ===================================================================
 トップページ
=================================================================== */
#c_left1 h3,
#c_right1 h3,
#c_left2 h3,
#c_right2 h3 {
	background-repeat:no-repeat;
	height:70px;
	text-indent:-99999px;
	margin-bottom:15px;
}

#c_left1,
#c_left2 {
	float:left;
	width:528px;
}


/* 診療内容 */
#c_left1 h3 {
	background-image:url(../img/s1.gif);
	width:528px;
	margin-top:25px;
}

#c_left1 ul {
	margin-left:-10px;
	position:relative;
	zoom:1;
}

#c_left1 ul li {
	float:left;
	margin-left:25px;
}
#c_left1 ul li a {
	float:left;
	display:block;
}

#c_right1,
#c_right2 {
	width:360px;
	float:right;
}


/* ひとこと */
#c_right1 h3 {
	background-image:url(../img/s2.gif);
	width:360px;
	margin-top:25px;
}

#c_right1 p {
	margin:10px 15px;
}


/* アクセス */
#c_left2 h3 {
	background-image:url(../img/s3.gif);
	width:528px;
}

#c_left2 p {
	margin:0 15px;
}


/* 診療時間 */
#c_right2 h3 {
	background-image:url(../img/s4.gif);
	width:360px;
}

.tred {
	color:#900;
}

#c_right2 table {
	margin:0 15px;
	width:80%;
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
}

#c_right2 table tr th,
#c_right2 table tr td {
	font-weight:100;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:8px;
	text-align:center;
}

#c_right2 table tr th {
	background-color:#D3EBF5;
}

#c_right2 p {
	margin:10px 15px;
}








































