@charset "utf-8";
/* CSS Document */


#wrapper {
	width:100%;
}

#header {
	width: 950px;
	margin: 0px auto;
	padding-top:5px;
	position:relative;
	text-align:left;
}

#header h1{
	position:absolute;
	font-size:10px;
	left:110px;
	top:10px;
	z-index:10;
}

.logo{
	background:url(../img/logo.gif) no-repeat;
	width:500px;
	height:90px;
	text-indent:-9999px;
	padding-left:5px;
	margin-bottom:5px;
}

.logo a{
	width:550px;
	height:90px;
	display:block;
	padding-left:5px;
}


/* ヘッダー　サブナビ */

ul.subnavilist{
	width:358px;
	height:21px;
	position: absolute;
	right: 0;
	top: 10px;
}

ul.subnavilist li{
	float:left;
	text-indent:-9999px;
}

ul.subnavilist li.sub01 {
	background:url(../img/btn_header_home.gif) no-repeat;
	width:82px;
	height:21px;
}

ul.subnavilist li.sub01 a {
	display: block;
	width:82px;
	height:21px;
}

ul.subnavilist li.sub01 a:hover{
	background:url(../img/btn_header_home.gif) no-repeat;
}

ul.subnavilist li.sub02 {
	background:url(../img/btn_header_access.gif) no-repeat;
	width:155px;
	height:21px;
}

ul.subnavilist li.sub02 a {
	display: block;
	width:155px;
	height:21px;
}

ul.subnavilist li.sub02 a:hover{
	background:url(../img/btn_header_access.gif) no-repeat;
}


ul.subnavilist li.sub03 {
	background:url(../img/btn_header_contact.gif) no-repeat;
	width:121px;
	height:21px;
}

ul.subnavilist li.sub03 a {
	display: block;
	width:121px;
	height:21px;
}

ul.subnavilist li.sub03 a:hover{
	background:url(../img/btn_header_contact.gif) no-repeat;
}


.contact{
	background:url(../img/header_tel.gif) no-repeat;
	width:240px;
	height:50px;
	text-indent:-9999px;
	position:absolute;
	right:0px;
	top: 43px;
}

/* アイキャッチ */
#eyecatch {
	background:url(../img/catch_top.jpg);
	width: 950px;
	height: 300px;
	text-indent: -9999px;
	text-align:left;
}



/* グローバルナビ */

.gnavibg{
	width:950px;
	height:58px;
	margin:0 auto;
}

ul.gnavi{
	overflow: hidden;
}


ul.gnavi li{
	float:left;
	padding :0; 
	margin:0;
	display:inline-block;
    *display:inline;
    *zoom:1;
}


ul.gnavi li.navi01{
    background:url(../img/gnavi01.gif) no-repeat top;
	width:236px;
	height:58px;
	text-indent:-9999px;
}
ul.gnavi li.navi01 a {
	display: block;
	width:236px;
	height:58px;
}
	
ul.gnavi li.navi01 a:hover{
	background:url(../img/gnavi01_h.gif) no-repeat top;
}

ul.gnavi li.navi02{
    background:url(../img/gnavi02.gif) no-repeat top;
	width:236px;
	height:58px;
	text-indent:-9999px;
}
ul.gnavi li.navi02 a {
	display: block;
	width:236px;
	height:58px;
}
	
ul.gnavi li.navi02 a:hover{
	background:url(../img/gnavi02_h.gif) no-repeat top;
}

ul.gnavi li.navi03{
    background:url(../img/gnavi03.gif) no-repeat top;
	width:236px;
	height:58px;
	text-indent:-9999px;
}
ul.gnavi li.navi03 a {
	display: block;
	width:236px;
	height:58px;
}
	
ul.gnavi li.navi03 a:hover{
	background:url(../img/gnavi03_h.gif) no-repeat top;
}

ul.gnavi li.navi04{
    background:url(../img/gnavi04.gif) no-repeat top;
	width:236px;
	height:58px;
	text-indent:-9999px;
}
ul.gnavi li.navi04 a {
	display: block;
	width:236px;
	height:58px;
}
	
ul.gnavi li.navi04 a:hover{
	background:url(../img/gnavi04_h.gif) no-repeat top;
}


ul.gnavi li.navi05{
    background:url(../img/gnavi05.gif) no-repeat top;
	width:236px;
	height:58px;
	text-indent:-9999px;
}
ul.gnavi li.navi05 a {
	display: block;
	width:236px;
	height:58px;
}
	
ul.gnavi li.navi05 a:hover{
	background:url(../img/gnavi05_h.gif) no-repeat top;
}


/* パンくずリスト */

#pankuzu {
	width: 650px;
	padding:0;
	margin:0 0 10px 0;
	color: #000;
}

#pankuzu a:link {
	color:#0874ff;
	text-decoration:none;
}

#pankuzu a:visited {
	color:#0874ff;
	text-decoration:underline;
}

#pankuzu a:hover {
	color:#0874ff;
	text-decoration:underline;
}

#pankuzu a:active {
	color:#330099;
	text-decoration:underline;
}


/* コンテンツ */

#contents {
	width: 950px;
	margin:20px auto 100px auto;
	line-height:1.6;
	text-align:left;
}

/* コンテンツ サイド */

#contents-side {
	float:left;
	width:250px;
	padding:0 0 0 3px;
	margin-left:5px;
	margin-right:35px;
	text-align:left;
}


.side_docter{
	background:url(../img/side_director.jpg) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:150px;
	margin-bottom:10px;
}


.side_docter a{
	display: block;
	width:250px;
	height:150px;
}


.side_docter a:hover{
	background:url(../img/side_director_h.jpg) no-repeat;
}

.side_choco{
	background:url(../img/side_choco.jpg) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:130px;
	margin-bottom:10px;
}

.side_cleaning{
	background:url(../img/side_cleaning.jpg) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:130px;
	margin-bottom:10px;
}

.side_watar{
	background:url(../img/side_watar.jpg) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:130px;
	margin-bottom:10px;
}

.side_calendar{
	background:url(../img/side_calendar01.jpg) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:130px;
	margin-bottom:10px;
}

.side_haburasi{
	background:url(../img/side_haburasi.jpg) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:130px;
	margin-bottom:10px;
}

.side_laser{
	background:url(../img/side_laser.jpg) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:130px;
	margin-bottom:10px;
}


.side_laser a{
	display: block;
	width:250px;
	height:130px;
}


.side_laser a:hover{
	background:url(../img/side_laser_h.jpg) no-repeat;
}


.side_time{
	background:url(../img/side_schedule.gif) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:77px;
}

.closing{
	margin-bottom:10px;	
}

.side_map{
	background:url(../img/side_map.gif) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:160px;
	margin-bottom:10px;
}

.side_maplink a{
	color:#ff9308;
	text-decoration:none;
}

.side_maplink a:hover{
	color:#0874ff;
	text-decoration:underline;
}


.contactform{
	position:relative;
}

.side_contact{
	background:url(../img/side_contact.gif) no-repeat;
	text-indent:-9999px;
	width:250px;
	height:110px;
	margin-bottom:10px;
}


.side_btn_contact {
	background:url(../img/btn_contact.gif) no-repeat;
	width:216px;
	height:24px;
	text-indent:-9999px;
	position:absolute;
	left: 18px;
	top: 75px;
}

.side_btn_contact a{
	display: block;
	width:216px;
	height:24px;
}

.side_btn_contact a:hover{
	background:url(../img/btn_contact_h.gif) no-repeat;
}






/* コンテンツ メイン */
#contents-main {
	width:650px;
	float:left;
	position:relative;
}


h4.clinic{
	color:#0874ff;
	font-weight:bold;
	font-size:14px;
	border-bottom:##0ff2ff 2px solid;
	margin-bottom:10px;
	width:635px;
}

.clinic_box{
	margin:10px 0 15px 0;
	line-height:1.8;
	font-size:14px;
	overflow:auto;
}

.clinic_box img{
	float:left;
}

.clinic_box p{
	padding:0 20px 0 10px;
}

.clinic_box p.textbox{
	width:370px;
	float:left;
	padding:10px;
}

.clinic_box dl dd ul{
	margin-bottom:10px;
	padding-right:15px;}


.clinic_box table{
	width:100%;
	border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:10px 0 20px 0;
	letter-spacing:1.0px;
}

.clinic_box table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #fffdb5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width:30%;
}
.clinic_box table td {
    padding: 5px 5px 5px 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


.clinic_box ul{
	margin:10px 0 20px 10px;
	line-height:1.8;
}



.clinic_box a{
	color:#0ff2ff;
	text-decoration:none;
}

.clinic_box a:hover {
	color:#0ff2ff;
	text-decoration:underline;
}



/* フッター　ナビ */


#footer-navi {
	background-color:#0ff2ff;
	text-align:center;
}

#footer-navi-inner {
	width: 950px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	position:relative;
}


#f-backtotop{
	position:absolute;
	width:180px;
	height:40px;
	right:0;
	top:-40px;
	background:url(../img/backto_top.gif) no-repeat;
	text-indent:-9999px;
}

#f-backtotop a{
	display: block;
	width:180px;
	height:40px;
}

#f-backtotop a:hover{
	background:url(../img/backto_top.gif) no-repeat;
}


ul.f-navi{
	padding-right:0px;
	padding-left:5px;
}

.f-navi01 {
	display:inline;
	padding: 0 15px 0 15px;
	border-left:#333333 1px solid;
}

.f-navi01 a {
	color: #333333;
	text-decoration: none;
}

.f-navi01 a:hover {
	color: #333333;
	text-decoration:underline;
}

.f-navi02 {
	display:inline;
	padding: 0 15px 0 15px;
	border-left:#333333 1px solid;
	border-right:#333333 1px solid;
}

.f-navi02 a {
	color: #333333;
	text-decoration: none;
}

.f-navi02 a:hover {
	color: #333333;
	text-decoration:underline;
}



/* フッター */


#footer {
	background-color:#0ff2ff;
}

#footer-inner {
	width: 950px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	position:relative;
}

.footer-box-l{
	float:left;
	width:440px;
	height:130px;
	background:url(../img/footer_line.gif) no-repeat right;
}

.footer-box-r{
	float:left;
	width:485px;
	margin-left:13px;
	text-align:left;
}

.footer-box-r h4{
	font-size:16px;
	line-height:1.4;
	color:#333333;
}

.footer-box-r h5{
	font-size:14px;
	line-height:1.4;
	color:#333333;
}

.ad{
	margin-top:10px;
	color:#333333;
}
