@charset "utf-8";

@import "reset.css";
@import "class.css";

body{
	color:#666;
}

#wrapper{
	width:950px;
	margin:0 auto;
	text-align: left;
	position:relative;
}

#header{
	height:145px;
	position: relative;
}

h1{
	position:absolute;
 	top:40px;
 	left:20px;
}
.h1Copy{
	position: absolute;
	top:0px;
	left:20px;
}

#nav {
	position:absolute;
	width:100%;
	top:98px;
	left:0px;
	background:url("../images/common/bg_head_line.jpg")left no-repeat;
}
#nav li{
	float:left;
	display: block;
	height:47px;
	line-height:47px;
	text-align:center;
	background:url("../images/common/bg_head_line.jpg")right no-repeat;
	}
#nav li a{
	display: block;
	color:#2BA5DC;
	font-weight:bold;
	height:47px;
	background:url(../images/common/ic_arrow_head.png) no-repeat center bottom;
	}
#nav li a:hover{
	display: block;
	height:47px;
	background:url(../images/common/ic_arrow_head.png) #fff no-repeat center bottom;
	}
#nav li a.active {
	background:url(../images/common/ic_arrow_head.png) #fff no-repeat center bottom;
	}

#nav .home,#nav .sinryo,#nav .tokutyo,#nav .recruit,#nav .inquiry{
	width:16%;
	}
#nav .clinic{
	width:20%;
	}
	
#header .subCopy{
	position:absolute;
	top:20px;
	left:340px;
}
#subnav{
	position:absolute;
	top:50px;
	left:340px;
}
#subnav li{
	float:left;
	display: block;
	margin-right:15px;
	}
#subnav li a{
	padding-left:12px;
	background:url(../images/common/ic_arrow_head_sub.png) no-repeat 0 center;
	color:#666;
		}
#subnav li a:hover{
	color:#2BA5DC;
		}
#subnav li a.active{
	color:#2BA5DC;
		}
#font{
	position: absolute;
	top:50px;
	right:0px;
}
#font li{
	float:left;
	display: block;
	}
#font .title{
	background:url(../images/common/ti_fontsize.gif) no-repeat;
	width:73px;
	height:0px;
	padding-top:22px;
	overflow: hidden;
	display: block;
	}
#font li{
	width:24px;
	height:0px;
	padding-top:22px;
	overflow: hidden;
	display: block;
	}
#font li.fontS{
	background:url(../images/common/bt_fontsize_01.gif) no-repeat;
	}
#font li.fontM{
	background:url(../images/common/bt_fontsize_02.gif) no-repeat;
	}
#font li.fontL{
	background:url(../images/common/bt_fontsize_03.gif) no-repeat;
	}
#font li.fontS:hover{
	background-position: 0 -22px;
	}
#font li.fontM:hover{
	background-position: 0 -22px;
	}
#font li.fontL:hover{
	background-position: 0 -22px;
	}
#font li.active{
	background-position: 0 -22px;
	}
	
/*box*/
#side{
	width:230px;
	position:relative;
	top:20px;
	left:0px;
	padding-bottom:80px;
	float:left;
	z-index:30;
}
#side .box{
	border:5px solid #E3F5FA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #999 0px 0px 4px;
	-moz-box-shadow: #999 0px 0px 4px;
	box-shadow: #999 0px 0px 4px;
	background:#fff;
	behavior: url(js/PIE.htc);
	width:220px;
}
#side .sinryo{
	margin:12px 0 0 12px;
}
#side .sinryo li{
	float:left;
	padding:3px;
}
#side .clinic{
	width:194px;
	margin:0 auto;
	}
#side .clinic dl{
width:190px;
}
	
#side .sinryoTokusyu{
	width:230px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#E3F5FA;
	behavior: url(js/PIE.htc);
	position: relative;
	margin:20px 0;
}
#side .sinryoTokusyu ul{
	width:212px;
	margin:0 auto;
	padding:10px 0;
	}	
/*table*/
#side .okamachi table{
	border-top:#4970C7 1px solid;
	width:100%;
	}
#side .okamachi td,
#side .okamachi th{
	border-bottom:#4970C7 1px solid;
	padding:4px;
	text-align:center;

	}
#side .okamachi th{
	background:#E4EDFD;
	color:#4970C7;
	font-weight:bold;
	}
#side .okamachi .color{
	color:#4970C7;
	}
#side .okamachi .line{
	background:url(../images/common/ln_dot_okamachi.gif) repeat-y top right ;
	}
#side .okamachi th.line{
	background:url(../images/common/ln_dot_okamachi.gif) repeat-y top right #E4EDFD;
	}
/*table*/
#side .itami table{
	border-top:#9275C4 1px solid;
	width:100%;
	}
#side .itami td,
#side .itami th{
	border-bottom:#9275C4 1px solid;
	padding:4px;
	text-align:center;
	}
#side .itami th{
	background:#EDE5F2;
	color:#9275C4;
	font-weight:bold;
	}
#side .itami .color{
	color:#9275C4;
	}
#side .itami .line{
	background:url(../images/common/ln_dot_itami.gif) repeat-y top right ;
	}
#side .itami th.line{
	background:url(../images/common/ln_dot_itami.gif) repeat-y top right #EDE5F2;
	}
#side .sinryoTt{
	color:#fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	background: #55B6E3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#55B6E3), to(#2CA5DC));
	background: -webkit-linear-gradient(#55B6E3, #2CA5DC);
	background: -moz-linear-gradient(#55B6E3, #2CA5DC);
	background: -ms-linear-gradient(#55B6E3, #2CA5DC);
	background: -o-linear-gradient(#55B6E3, #2CA5DC);
	background: linear-gradient(#55B6E3, #2CA5DC);
	-pie-background: linear-gradient(#55B6E3, #2CA5DC);
	position: relative;
	behavior: url(js/PIE.htc);
	}
#side .sinryoTt a{
	color:#fff;
	font-weight: bold;
	padding:10px 0 10px 25px;
	display: block;
	background:url("../images/common/ic_arrow_bottom.png") no-repeat 10px center;
	}

	
	
	
#side .sports .sportsBanner{
	width:230px;
	height:71px;
	position: relative;	
	background:url(../images/common/bn_sports_side_01.jpg) no-repeat;
}
#side .sports .sportsBanner a{
	position: absolute;
	}
#side .sports .sportsBanner .okamachi{
	top:42px;
	left:15px;
	}
#side .sports .sportsBanner .itami{
	top:42px;
	left:90px;
	}



/*contents*/
#contents{
	width:690px;
	padding-bottom:80px;
	float:right;
	line-height:150%;
}

	
/*footer*/
#footer{
	width:100%;
	clear: both;
	background:#2BA5DC;
	text-align:left;
}
#footer .box p.pagetop a{
	position: absolute;
	top:-34px;
	right:0px;
	width:179px;
	height:0px;
	padding-top:34px;
	overflow: hidden;
	background:url(../images/common/bt_pagetop.gif) no-repeat;
}
#footer .box{
	width:950px;
	margin:0 auto;
	clear: both;
	position: relative;
	background:url("../images/bg_footer_c.gif") repeat-y top left;
	color:#fff;
}


#footer .clinicF,
#footer .allNav{
	background:url("../images/bg_footer_b.gif") repeat-x bottom left;
	}
#footer .clinicF div{
	float:left;
	}
#footer .clinicF div dl{
	width:163px;
	margin:15px;
	padding-left:120px;
	}
#footer .clinicF div .photo{
	margin-left:-120px;
	margin-top:-25px;
	}
#footer .clinicF div .tel{
	margin-top:-95px;
	}
#footer .clinicF div p{
	margin-bottom:5px;
	}
	
#footer .okamachi{
	width:33%;
	background:url("../images/bg_footer_r.gif") repeat-y top right;
}
#footer .itami{
	width:33%;
	background:url("../images/bg_footer_r.gif") repeat-y top right;
}
#footer .shoji{
	width:33%;
}
#footer .allNav p{
	width:34%;
	float:left;
	background:#fff;
}
#footer .logo img{
	width:195px;
	margin:50px;
	}
#footer .allNav div{
	width:22%;
	float:left;
	background:url("../images/bg_footer_r.gif") repeat-y top left;
}
#footer .allNav div dl{
	margin:20px;
	}
#footer .allNav div ul{
	margin-left:20px;
	margin-top:10px;
	}
#footer .allNav div dl a{
	padding-left:12px;
	background:url(../images/common/ic_arrow_bottom.png) no-repeat 0 4px;
	color:#fff;
	}
#footer .copyright{
	clear:both;
	padding:20px 10px;
}

/*common*/


.titleBar{
	color:#fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	background: #55B6E3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#55B6E3), to(#2CA5DC));
	background: -webkit-linear-gradient(#55B6E3, #2CA5DC);
	background: -moz-linear-gradient(#55B6E3, #2CA5DC);
	background: -ms-linear-gradient(#55B6E3, #2CA5DC);
	background: -o-linear-gradient(#55B6E3, #2CA5DC);
	background: linear-gradient(#55B6E3, #2CA5DC);
	-pie-background: linear-gradient(#55B6E3, #2CA5DC);
	position: relative;
	behavior: url(js/PIE.htc);
}
.titleBarG{
	color:#fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	background: #1EC1B1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1EC1B1), to(#57CDC1));
	background: -webkit-linear-gradient(#1EC1B1, #57CDC1);
	background: -moz-linear-gradient(#1EC1B1, #57CDC1);
	background: -ms-linear-gradient(#1EC1B1, #57CDC1);
	background: -o-linear-gradient(#1EC1B1, #57CDC1);
	background: linear-gradient(#1EC1B1, #57CDC1);
	-pie-background: linear-gradient(#1EC1B1, #57CDC1);
	position: relative;
	behavior: url(js/PIE.htc);
}
.titleBarWB{
	color:#2BA5DC;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #aaa 0px 0px 3px;
	-moz-box-shadow: #aaa 0px 0px 3px;
	box-shadow: #aaa 0px 0px 3px;
	background: #ECF6FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ECF6FB));
	background: -webkit-linear-gradient(#fff), to(#ECF6FB));
	background: -moz-linear-gradient(#fff), to(#ECF6FB));
	background: -ms-linear-gradient(#fff), to(#ECF6FB));
	background: -o-linear-gradient(#fff), to(#ECF6FB));
	background: linear-gradient(#fff), to(#ECF6FB));
	-pie-background: linear-gradient(#fff), to(#ECF6FB));
	position: relative;
	behavior: url(js/PIE.htc);
}
.titleBarWG{
	color:#2DBEAA;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #aaa 0px 0px 3px;
	-moz-box-shadow: #aaa 0px 0px 3px;
	box-shadow: #aaa 0px 0px 3px;
	background: #EAF7F6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#EAF7F6));
	background: -webkit-linear-gradient(#fff), to(#EAF7F6));
	background: -moz-linear-gradient(#fff), to(#EAF7F6));
	background: -ms-linear-gradient(#fff), to(#EAF7F6));
	background: -o-linear-gradient(#fff), to(#EAF7F6));
	background: linear-gradient(#fff), to(#EAF7F6));
	-pie-background: linear-gradient(#fff), to(#EAF7F6));
	position: relative;
	behavior: url(js/PIE.htc);
}	
.borderL{
	border-left:3px solid #2BA5DC;
	padding-left:5px;
	font-weight:bold;
	}
.borderLG{
	border-left:3px solid #2DBEAA;
	padding-left:5px;
	font-weight:bold;
	}


.clinic dt{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/PIE.htc);
	color:#fff;
	padding:5px;
	display:block;
	position: relative;
	margin-bottom:5px;
	}
.okamachi dt{
	background:#4B8AD3;
	}
.itami dt{
	background:#9275C4;
	}
.shoji dt{
	background:#1FB7C2;
	}
.okamachi .detail{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #aaa 0px 0px 3px;
	-moz-box-shadow: #aaa 0px 0px 3px;
	box-shadow: #aaa 0px 0px 3px;
	background: #E9F5FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#E9F5FB));
	background: -webkit-linear-gradient(#fff), to(#E9F5FB));
	background: -moz-linear-gradient(#fff), to(#E9F5FB));
	background: -ms-linear-gradient(#fff), to(#E9F5FB));
	background: -o-linear-gradient(#fff), to(#E9F5FB));
	background: linear-gradient(#fff), to(#E9F5FB));
	-pie-background: linear-gradient(#fff), to(#E9F5FB));
	position: relative;
	display: block;
	behavior: url(js/PIE.htc);
}

.okamachi .detail a{
	color:#4870C6;
	font-weight: bold;
	padding:5px 0 5px 25px;
	display: block;
	background:url("../images/common/ic_arrow_o.png") no-repeat 10px center;
}

.itami .detail{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #aaa 0px 0px 3px;
	-moz-box-shadow: #aaa 0px 0px 3px;
	box-shadow: #aaa 0px 0px 3px;
	background: #F3EFF8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#F3EFF8));
	background: -webkit-linear-gradient(#fff), to(#F3EFF8));
		background: -moz-linear-gradient(#fff), to(#F3EFF8));
	background: -ms-linear-gradient(#fff), to(#F3EFF8));
	background: -o-linear-gradient(#fff), to(#F3EFF8));
	background: linear-gradient(#fff), to(#F3EFF8));
	-pie-background: linear-gradient(#fff), to(#F3EFF8));
	position: relative;
	display: block;
	behavior: url(js/PIE.htc);
}

.itami .detail a{
	color:#8663B8;
	font-weight: bold;
	padding:5px 0 5px 25px;
	display: block;
	background:url("../images/common/ic_arrow_i.png") no-repeat 10px center;
}

.shoji .detail{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #aaa 0px 0px 3px;
	-moz-box-shadow: #aaa 0px 0px 3px;
	box-shadow: #aaa 0px 0px 3px;
	background: #E9F5F7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#E9F5F7));
	background: -webkit-linear-gradient(#fff), to(#E9F5F7));
	background: -moz-linear-gradient(#fff), to(#E9F5F7));
	background: -ms-linear-gradient(#fff), to(#E9F5F7));
	background: -o-linear-gradient(#fff), to(#E9F5F7));
	background: linear-gradient(#fff), to(#E9F5F7));
	-pie-background: linear-gradient(#fff), to(#E9F5F7));
	position: relative;
	display: block;
	behavior: url(js/PIE.htc);
}

.shoji .detail a{
	color:#37B0BA;
	font-weight: bold;
	padding:5px 0 5px 25px;
	display: block;
	background:url("../images/common/ic_arrow_s.png") no-repeat 10px center;
}

.detailCommon{
	color:#2BA5DC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #aaa 0px 0px 3px;
	-moz-box-shadow: #aaa 0px 0px 3px;
	box-shadow: #aaa 0px 0px 3px;
	background: #ECF6FB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ECF6FB));
	background: -webkit-linear-gradient(#fff), to(#ECF6FB));
	background: -moz-linear-gradient(#fff), to(#ECF6FB));
	background: -ms-linear-gradient(#fff), to(#ECF6FB));
	background: -o-linear-gradient(#fff), to(#ECF6FB));
	background: linear-gradient(#fff), to(#ECF6FB));
	-pie-background: linear-gradient(#fff), to(#ECF6FB));
	position: relative;
	display: block;
	behavior: url(js/PIE.htc);
}

.detailCommon a{
	color:#2BA5DC;
	padding:5px 0 5px 25px;
	display: block;
	background:url("../images/common/ic_arrow_common.png") no-repeat 10px center;
}
	

table{border-collapse: collapse;}	
td.fontBlue,th{ white-space: nowrap;}

.listStyle{
	margin-left:30px;
}
.listStyle li{
	list-style:disc;
}
.listStyleN{
	margin-left:30px;
}
.listStyleN li{
	list-style:decimal;
}
