@charset "utf-8";
/* CSS Document */
/* common/style/style.css */
*{
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/* 共通の枠組み----------------------------------------------　*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}


#wrapper {
	padding: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*　HEADER関連　*/
#header01 {
	width: 980px;
	background-image: url(../images/top_header_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 90px;
}
#topGoToTop {
	width: 300px;
	float: left;
	height: 80px;
	padding-top: 10px;
	clear: both;
}

#topGoToTop a {
	display: block;
	height: 80px;
	width: 300px;
	text-indent: -5000px;
	margin-left: 10px;
	overflow: hidden;
}

.top_h1 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	padding-top: 40px;
	padding-right: 40px;
}


/* グローバルナビゲーション---------------------------------　*/
#g_navi {
 height: 40px;
 width: 960px;
 background-image: url(../../top_imges/wrapper_bg.png);
 background-repeat: repeat-y;
 padding-left: 10px;
 padding-right: 10px;
}
#g_navi ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 height: 40px;
 width: 960px;
}
#g_navi ul li {
 float: left;
}
#g_navi ul li a {
 display: block;
 text-indent: -5000px;
 overflow: hidden;
}
/*クリニック・施設のご案内*/
#g_navi ul li#clinic a {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 height: 40px;
 width: 200px;
}
#g_navi ul li#clinic a:hover {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: 0px -40px;
 height: 40px;
 width: 200px;
}
#clinicPage #g_navi ul li#clinic a {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: 0px -40px;
 height: 40px;
 width: 200px;
}
/*SAKAI Medeical TV*/
#g_navi ul li#tv a {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -200px 0px;
 height: 40px;
 width: 170px;
}
#g_navi ul li#tv a:hover {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -200px -40px;
 height: 40px;
 width: 170px;
}
/*グループ概要*/
#g_navi ul li#profiles a {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -370px 0px;
 height: 40px;
 width: 140px;
}
#g_navi ul li#profiles a:hover {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -370px -40px;
 height: 40px;
 width: 140px;
}
/*お問い合わせ*/
#g_navi ul li#contact a {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -510px 0px;
 height: 40px;
 width: 140px;
}
#g_navi ul li#contact a:hover {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -510px -40px;
 height: 40px;
 width: 140px;
}
/*診療内容のご案内*/
#g_navi ul li#link a {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -650px 0px;
 height: 40px;
 width: 120px;
}
#g_navi ul li#link a:hover {
 background-image: url(../images/g_navi_bg.png);
 background-repeat: no-repeat;
 background-position: -650px -40px;
 height: 40px;
 width: 120px;
}







/* FOOTER　ナビゲーション---------------------------------　*/
#footer_navi {
	float: right;
	height: 40px;
	width: 270px;
	margin-right: 30px;
	margin-top: 25px;
}
#footer_navi ul {
	list-style-type: none;
	
}
#footer_navi ul li {
	float: left;
}

#footer_navi ul li a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

/*お問い合わせ*/
#footer_navi ul li#contact a {
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer_navi_bg.png);
	background-position: 0px 0px;
	display: block;
}
#footer_navi ul li#contact a:hover {
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer_navi_bg.png);
	background-position: 0px -40px;
}

/*サイトマップ*/
#footer_navi ul li#site_map a {
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer_navi_bg.png);
	background-position: -90px 0px;
}
#footer_navi ul li#site_map a:hover {
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer_navi_bg.png);
	background-position: -90px -40px;
}

/*トップページへ*/
#footer_navi ul li#go_top a {
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer_navi_bg.png);
	background-position: -180px 0px;
}
#footer_navi ul li#go_top a:hover {
	height: 40px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer_navi_bg.png);
	background-position: -180px -40px;
}



#main {
	background-image: url(../../top_imges/wrapper_bg.png);
	background-repeat: repeat-y;
	padding: 20px;
	width: 940px;
}
#mainUpper {
	padding-bottom: 20px;

}
/* THREE BOX MENU ---------------------------------*/
#three_box_menu01 {
	height: 330px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#three_box_menu01 ul {
	list-style-type: square;
	padding-left: 30px;
	margin: 0px;
}
#three_box_menu01 ul li {
	margin-bottom: 2px;
}

#three_box_menu01_symptom {
	float: left;
	height: 280px;
	width: 350px;
	background-image: url(../images/three_menu_box01.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-top: 50px;
	padding-left: 10px;
}
#three_box_menu01_clinic {
	height: 280px;
	width: 265px;
	float: left;
	background-image: url(../images/three_menu_box02.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
}
#three_box_menu01_contents {
	background-image: url(../images/three_menu_box03.png);
	background-repeat: no-repeat;
	height: 280px;
	width: 265px;
	float: right;
	padding-top: 50px;
	padding-left: 10px;
}

/*Footer 関連-------------------------*/
#footer {
	height: 70px;
	width: 980px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
#copyright {
	float: left;
	width: 600px;
	text-align: right;
	padding-top: 30px;
	height: 40px;
	display: block;
}
/*GROUP LIST ----------------------------*/
#groupList .threeBox01 .center_bg ul {
	margin-left: 25px;
	list-style-type: square;
}

#groupList .threeBox01 .center_bg ul li {
	margin-bottom: 5px;

}
#groupList .threeBox01 .center_bg {
	height: 330px;
	padding-top: 10px;
	padding-left: 20px;
	width: 265px;
	padding-right: 20px;
}
li.west {
	list-style-image: url(../images/mark_west.png);
}
li.east {
	list-style-image: url(../images/mark_east.png);
}
li.kaigo {
	list-style-image: url(../images/mark_kaigo.png);
}
li.education {
	list-style-image: url(../images/mark_education.png);
}
li.westEast {
	list-style-image: url(../images/mark_west_east.png);
}


/* MAIN UPPER 関連----------------------------------------------------------------*/
#mainUpper01 #right {
	float: right;
	width: 260px;
}
#mainUpper01 #left {
	float: left;
	width: 670px;
}
/* バナーリスト-----------------------------------*/
ul#bn {
	list-style-type: none;
}
ul#bn li {
	margin-bottom: 5px;
}
