@charset "UTF-8";
/* CSS Document */

body{
	font-family:"ヒラギノ丸ゴ ProN W3′, ‘Hiragino Maru Gothic ProN", sans-serif;
	font-size:18px;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	line-height:1.5;
}
/*----------ページ（中央揃え）-------------------------------*/
#pagespace{
	width:1110px;
	height:auto;
	background:	#FFF;
	margin:0px auto;
	padding:0px;
	border:0px;
}



/*----------ページ（中央揃え）-------------------------------*/
#pagespace{
	width:1110px;
	height:auto;
	background:	#FFF;
	margin:0px auto;
	padding:0px;
	border:0px;
}


p{
	font-family:"ヒラギノ丸ゴ ProN W3′, ‘Hiragino Maru Gothic ProN", sans-serif;
	font-size:18px;
	line-height:1.5;

}
.text{
	margin-left:5px;
}

.text_privacy{
	text-align:right;

}

a img{
	border: none;
	color:#FFF;
	background:transparent;
}

a{
	color:#000;
	text-decoration: none;
}

a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#002f75;
	text-decoration: underline;
}

a:active {
	color:#000;
	text-decoration: none;
}

.border_map{
	border:none;
	outline:none;
	border-bottom:solid;
}

.border_map a{
	color:#000;
	text-decoration: none;
}

.border_map a:visited {
	color:#000;
	text-decoration: none;
}
.border_map a:hover {
	color:#002f75;
	text-decoration: underline;
}

.border_map a:active {
	color:#000;
	text-decoration: none;
}
/*デフォルトのリセット*/
div,li,ul,h1,h2,h3,h4,h5,table,tr,te,img,p,form{
	margin:0px;
	padding:0px;
	border:none;
	font-style:normal;
	font-weight:normal;
	list-style:none;
}

.h1_katsukikai{
    margin: 0 0 0.9em;
    padding: 0.8em;
    font-size: 22px;
    font-weight: bold;
	border-left: 7px solid #535c9d;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    background: #dfe6f6;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -o-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -ms-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
	}	

h1{
    margin: 0 0 0.9em;
    padding: 0.8em;
    font-size: 22px;
    font-weight: bold;
	border-left: 7px solid #002f75;
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    background: #dfe6f6;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -webkit-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -o-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
    -ms-box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
	}	
	
h2{
	color: #111;
    margin: 0 0 0 5px;
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 #aaaaaa;
    -webkit-box-shadow: 0 1px 0 #aaaaaa;
    -moz-box-shadow: 0 1px 0 #aaaaaa;
    text-shadow: #999999 0px 1px 1px;
	}
	
h3{
	color:#000;
    margin: 20px 0 0 5px;
    text-shadow: #999999 0px 1px 1px;
	font-size:22px;
	}
	
	.h3_riha{
	color:#002f75;
    margin: 20px 0 0 5px;
    text-shadow: #999999 0px 1px 1px;
	font-size:22px;
	text-align:center;
	}
	
	h4{
	color:#000;
    margin: 10px 0 0 5px;
    text-shadow: #999999 0px 1px 1px;
	font-size:22px;
	}
	
	h5{
	color:#000;
    margin: 10px 0 0 5px;
    text-shadow: #999999 0px 1px 1px;
	font-size:20px;
	}



.h2_sitemap {
	width:340px;
	color: #111;
    margin: 0 0 0 5px;
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 #aaaaaa;
    -webkit-box-shadow: 0 1px 0 #aaaaaa;
    -moz-box-shadow: 0 1px 0 #aaaaaa;
    text-shadow: #999999 0px 1px 1px;
	}
	
table{
	border-collapse:collapse;
	border-spacing:0px;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align:bottom;
	border: none;
	vertical-align:top;
	  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*スクロールバーを常に表示させる*/
html{
	overflow:scroll;
}

text{
	font-size:100%;
}
/* グローバルナビ */
#globalNavi2 {
	width:1109px;
	border: solid #CCCCCC;
	border-width: 1px 0;
	/*padding: 20px 0;*/
	height:50px;
	/*margin-left:125px;*/
}


ul.menu li{
	float:left;
	width:277px;
	word-wrap:break-word;
	line-height:150%;
	background-color: #002f75;
	position:relative;
	z-index:100;
	border-bottom:1px dotted #ffffff;
}

ul.menu li a{
	display:block;
	width:100%;
	height:100%;
	line-height:48px;
	text-indent:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

ul.menu li a:hover{
	background-color: #3d72b7;
}
ul.menu li ul.sub{
	position:absolute;
}
ul.menu{
	zoom:1;
}
ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}



.menu_p{
	display:block;
	width:100%;
	height:100%;
	line-height:28px;
	text-indent:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}


/* ---------------------------------------------------------
floatクリア
----------------------------------------------------------- */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#header {
	background: #fff;
	width:1300px;
	height:130px;
}

.header_navi {
	width:1300px;
	margin:0px;
	height:80px;
	list-style:none;
	background: #fff;
}

.header_right_hospital {
	background: #ffffff;
	margin-top:20px;
	/*margin-right:113px;*/
	width:400px;
	height:100px;
	float:right;
}

.tel {
	background: #fff;
}
.site {
	float:left;
	background: #fff;
	width:135px;
}

.kengaku {
	margin:0px;
	padding:0px;
	float:left;
	background: #fff;
	width:200px;
}

.site1_katsukikai{
	list-style-image:url(../images/li.png);
	margin-top:10px;
	margin-left:30px;
	font-size: 17px;
}

	
	
.site1{
	list-style-image:url(../images/li3.png);
	margin-top:10px;
	margin-left:30px;
	font-size: 17px;
}

.site2{
	list-style-image:url(../images/li3.png);
	margin-top:10px;
	margin-left:30px;
	font-size: 17px;
}

.side{
	list-style-image:url(../images/li.png);
	margin-top:10px;
	margin-left:30px;
	font-size: 17px;
}

.pro {
	margin:0px;
	padding:0px;
	float:left;
	background: #fff;
	width:200px;
}
.saiyou {
	margin:0px;
	padding:0px;
	float:left;
	background: #fff;
	width:135px;
}

.kosodate {
	margin:0px;
	padding:0px;
	float:left;
	background: #fff;
	width:200px;
}


#table{
	border-style:solid;
	font-size:22px;
	}

/* ~~ フッターkatsukikai ~~ */
.footer {
	clear:both;
	margin:0px;
	width:1300px;
	height:40px;
	background: #fff;
}

.footertop {
	margin:0px;
	height:50px;
	margin-left:1020px;
}

.footernavi {
	padding: 0px 0;
	height:35px;
}

.copyright_katsukikai{
	width:1300px;
	background-color:#666699;
	padding-top:12px;
	height:35px;
	text-align:center;
	color:#FFF;
}
.copyright_katsukikai_p{
	width:1280px;
	background-color:#666699;
	text-align:right;
	color:#FFF;
}
.copyright_box{
	width:1109px;
	background-color:#002f75;
	padding-top:12px;
	height:35px;
	text-align:center;
	color:#FFF;
}
.copyright{
	width:1089px;
	background-color:#002f75;
	color:#FFF;
	text-align:right;
}

.footer_p a{
	color:#FFF;
	text-decoration: none;
}

.footer_p a:visited {
	color:#FFF;
	text-decoration: none;
}
.footer_p a:hover {
	color:#FFF;
	text-decoration: underline;
}

.footer_p a:active {
	color:#000;
	text-decoration: none;
}

/* ~~ フッターかつき会 ~~ */
.footer_katsukikai {
	clear:both;
	margin:0px;
	width:1300px;
	height:40px;
	background: #ffffff;
}

.footer_katsukikai a:link {
	color:#FFF;
	text-decoration: none;
}

.footer_katsukikai a:visited {
	color:#FFF;
	text-decoration: none;
}
.footer_katsukikai a:hover {
	color:#FFF;
	text-decoration: underline;
}

.footer_katsukikai a:active {
	color:#FFF;
	text-decoration: none;
}


/* ~~ フッター香月病院その他施設 ~~ */
.footer_others {
	clear:both;
	margin:0px;
	width:1108px;
	height:40px;
	background: #ffffff;
}

.footer_others_box {
	margin:0px;
	height:30px;
	/*margin-left:830px;*/
		/*margin-bottom:30px;*/

}
.footer_others_logo {
	clear:both;
	float:left;
	margin:0px;
	width:360px;
	height:65ßpx;

}
.footer_others_saiyou {
	float:right;
	margin:0px;
	width:139px;
	height:50px;
		margin-bottom:30px;

}
.footer_katsukikai_top {
	float:right;
	width:197px;
	margin:0px;
	/*height:35px;*/
	background-color:#666699;
	color:#FFF;
	line-height:150%;
	padding-left:30px;
	font-size:16px;
	/*margin-left:830px;*/
}
.footer_others_top {
	float:right;
	width:197px;
	margin:0px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:30px;
	font-size:16px;
	/*margin-left:830px;*/
}


.footer_others_navi {
	padding: 0px 0;
	height:50px;
}

.footer_others_copyright{
	background-color:#ffffff;
	padding-top:12px;
	height:50px;
	text-align:center;
	color:#FFF;
}
.footer_p{
	float:left;
	font-size: 85%;
	color:#FFF;
	margin: 0px;
	padding-left: 20px;
	padding-top:8px;
}

.footer_others a:link {
	color:#FFF;
	text-decoration: none;
}

.footer_others a:visited {
	color:#FFF;
	text-decoration: none;
}
.footer_others a:hover {
	color:#FFF;
	text-decoration: underline;
}


.footer_others a:active {
	color:#FFF;
	text-decoration: none;
}

.side_navi{
	margin-left:10px;
	padding-top:10px;
    padding-left:10px;
	width:290px;
	height:auto;
	/*border-top:solid 1px;*/
}
.h_bus {
	float:left;
	width:400px;
	height:40px;
    margin: 0 0 0 5px;
	padding-top:10px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:40px;
	font-size:18px;
	/*margin-left:830px;*/
}


.h_bus a{
	color:#ffffff;
	text-decoration: none;
}

.h_bus a:visited {
	color:#ffffff;
	text-decoration: none;
}
.h_bus a:hover {
	color:#FFF;
	text-decoration: underline;
}

.h_bus a:active {
	color:#ffffff;
	text-decoration: none;
}


.h_iryoufukushi {
	float:left;
	width:250px;
	height:40px;
    margin: 0 0 0 5px;
	padding-top:10px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:40px;
	font-size:18px;
	/*margin-left:830px;*/
}

.h_rihabilitation {
	float:left;
	width:250px;
	height:40px;
    margin: 0 0 0 5px;
	padding-top:10px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:40px;
	font-size:18px;
	/*margin-left:830px;*/
}
.h_rihabilitation a:link {
	color:#FFF;
	text-decoration: none;
}

.h_rihabilitation a:visited {
	color:#FFF;
	text-decoration: none;
}
.h_rihabilitation a:hover {
	color:#FFF;
	text-decoration: underline;
}

.h_rihabilitation a:active {
	color:#FFF;
	text-decoration: none;
}


.h_img {
	float:left;
	width:150px;
	height:40px;
    margin: 0 0 0 5px;
	padding-top:10px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:40px;
	font-size:18px;
	/*margin-left:830px;*/
}

.h_nyuin {
	float:left;
	width:170px;
	height:40px;
    margin: 0 0 0 5px;
	padding-top:10px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:40px;
	font-size:18px;
	/*margin-left:830px;*/
}


.h_sonota {
	float:left;
	width:230px;
	height:40px;
    margin: 0 0 0 5px;
	padding-top:10px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:40px;
	font-size:18px;
	/*margin-left:830px;*/
}

.h_page_top {
	float:right;
	width:197px;
	margin:0px;
	/*height:35px;*/
	background-color:#002f75;
	color:#FFF;
	line-height:150%;
	padding-left:30px;
	font-size:16px;
	/*margin-left:830px;*/
}


.h_page_top a:link {
	color:#FFF;
	text-decoration: none;
}

.h_page_top a:visited {
	color:#FFF;
	text-decoration: none;
}
.h_page_top a:hover {
	color:#FFF;
	text-decoration: underline;
}

.h_page_top a:active {
	color:#FFF;
	text-decoration: none;
}

.content_main_guid_yohaku{
	margin-right:18px;
}
