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

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
	color:#0078ED;
}

a:hover{
	color:#999;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*
dwcs4でflashの下に隙間が出来る対策
*/
object {
	display: block;
}

/*
外枠
********************************************************************************************/

#all_wrap_lv1{
	width:1014px;
	margin:0px auto 30px auto;
	overflow:hidden;
	background-image:url(../index/image/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

#all_wrap_lv2{
	width:1014px;
	overflow:hidden;
	background-image:url(../index/image/bg_foot.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#all_wrap_lv3{
	width:1014px;
	overflow:hidden;
	background-image:url(../guide/image/head_01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:25px;
}

#all_wrap_lv4{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}

/*
ヘッダー
********************************************************************************************/

#header_wrap{
	width:1000px;
	height:132px;
	position:relative;
	margin:0px auto;
	overflow:hidden;
}

#header_wrap h1{
	font-size:0.875em;
	width:800px;
	line-height:20px;
	position:absolute;
	color:#0072E5;
	left: 305px;
	top: 11px;
	font-weight:normal;
}

/*
ロゴ
*/

#header_wrap h2{
	width:278px;
	height:121px;
	position:absolute;
	left: 13px;
	top:0px;
}

#header_wrap h2 a{
	display:block;
	width:278px;
	height:121px;
	background-image:url(image/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

#header_wrap h2 a span{
	display:none;
}

/*
メインナビゲーション
*/

ul#mnavi{
	width:270px;
	height:208px;
	overflow:hidden;
}

ul#mnavi li{
	list-style-type:none;
	display:inline;
	width:270px;
	z-index:-1;
}

ul#mnavi li a{
	display:block;
	width:270px;
	background-repeat:no-repeat;
	background-position:left top;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ul#mnavi li.mnavi01 a{
	background-image:url(../index/image/main_navi01.png);
	height:68px;
}

ul#mnavi li.mnavi02 a{
	background-image:url(../index/image/main_navi02.png);
	height:70px;
}

ul#mnavi li.mnavi03 a{
	background-image:url(../index/image/main_navi03.png);
	height:70px;
}

ul#mnavi li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

ul#mnavi li a span{
	display:none;
}

/*
フッター
********************************************************************************************/

#footer_wrap{
	background-image:url(../index/image/bg_foot_belt.jpg);
	width:1014px;
	overflow:hidden;
	height:58px;
	overflow:hidden;
}

#footer_wrap p{
	line-height:45px;
	padding-left:40px;
	font-size:0.875em;
	color:#66AEF5;
}


/*
コンテンツ枠
********************************************************************************************/

#contents_container_lv1{
	width:1000px;
	margin:0px auto;
	overflow:hidden;}

#contents_container_lv2{
	overflow:hidden;
	width:1000px;
}

#contents_container_lv3{
	overflow:hidden;
	width:1000px;
}


/*
左カラム
********************************************************************************************/

#left_column{
	width:270px;
	float:left;
	overflow:hidden;
	margin-left:17px;
	display:inline;
}

#left_column_ins{
	width:240px;
	overflow:hidden;
	margin:0px auto;
}

/*
お問い合わせ
*/

#left_column_ins .bt_contact{
	width:100px;
	display:block;
	margin:10px 0px;
	overflow:hidden;
}

#left_column_ins .bt_contact a{
	display:block;
	width:100px;
	height:27px;
	background-image:url(../index/image/bt_contact.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#left_column_ins .bt_contact a:hover{
	background-position:right top;
}

#left_column_ins .bt_contact a span{
	display:none;
}

/*
電話番号
*/

#left_column_ins address{
	margin:15px 0px;
	overflow:hidden;
}

/*
診療時間
*/

#left_column_ins .bt_time_table{
	width:77px;
	display:block;
	margin:10px 0px;
	overflow:hidden;
}

#left_column_ins .bt_time_table a{
	display:block;
	width:77px;
	height:27px;
	background-image:url(../index/image/bt_timetable.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#left_column_ins .bt_time_table a:hover{
	background-position:right top;
}

#left_column_ins .bt_time_table a span{
	display:none;
}

/*
表
*/

#left_column_ins .weekly_table{
	width:238px;
	margin:10px auto;
	overflow:hidden;
}

#left_column_ins .weekly_table th,
#left_column_ins .weekly_table td{
	border-bottom:1px solid #AFDFFE;
	border-right:1px solid #AFDFFE;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
	width:12.5%;
	padding:5px 0px;
}

.col01{
	font-weight:bold;
	color:#003399;
	font-size:14px;
}

.col02{
	font-weight:bold;
	color:#0099CC;
	font-size:16px;
}

.col03{
	font-weight:bold;
	color:#0078EB;
	font-size:14px;
}

#left_column_ins .date_info{
}

#left_column_ins .date_info dt{
}

#left_column_ins .date_info dd{
	margin-left:1em;
}

#left_column_ins .date_text{
	color:#003399;
	margin:1em 0px;
	overflow:hidden;
}

/*
チームプレー
*/

#left_column_ins .team_play{
	background-image:url(../guide/image/side_bn.jpg);
	width:240px;
	height:87px;
	margin:15px auto;
	overflow:hidden;
	display:block;
}

#left_column_ins .team_play dt{
	font-weight:bold;
	color:#000099;
	padding-top:20px;
	padding-left:15px;
}

#left_column_ins .team_play dd{
	padding-left:15px;
}

/*
右カラム
********************************************************************************************/

#right_column{
	width:670px;
	float:right;
	overflow:hidden;
}

#right_column h2{
	height:80px;
}
#right_column h2 span{
	display:none;
}

#right_column h3{
	clear:both;
	margin:40px 0px 10px 0px;
	overflow:hidden;
}


/*
ページナビゲーション
*/

#page_navigation{
	width:670px;
	height:49px;
	overflow:hidden;
}

#page_navigation ul{
	width:670px;
	padding-top:17px;
	overflow:hidden;
}

#page_navigation ul li{
	list-style-type:none;
	float:left;
	display:inline;
	margin-right:37px;
}

#page_navigation ul li a{
	display:block;
	height:17px;
	background-repeat:no-repeat;
	background-position:left top;
}

#page_navigation ul li a:hover{
	background-position:left bottom;
}

#page_navigation ul li a span{
	display:none;
}

/*
パンくず
*/

#breadcrumb{
	width:670px;
	margin:10px auto;
	overflow:hidden;
	font-size:0.875em;
}


/*
gotop
*/

.gotop{
	clear:both;
	text-align:right;
	margin:20px 0px;
	overflow:hidden;
	padding-right:40px;
}