/* 丸子中央総合病院　基本CSS(ヘッダ・フッタ) */
/* 2009.11.21                                */

/* common setting */
html {
	overflow-y:scroll;
}
body {
	background: #fff;
	text-align: left;
}

a:link {
	text-decoration: underline;
	color: #00f;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
/* /common settings */

/* ラッパー */
#wrapper {
	margin: 5px auto;
	width: 770px;
}
/* /ラッパー */

/* サブナビゲーション */
#s-navi {
	font-size:12px;
	height:18px;
    line-height:18px;
	font-weight: bold;
	width: 750px;
	margin: 0px 10px 0px 10px;
	overflow: hidden;
}
#s-navi a:link {
	color: #F90;
	text-decoration: none;
}
#s-navi a:visited {
	color: #F90;
	text-decoration: none;
}
#s-navi a:active {
	color: #F90;
	text-decoration: none;
}
#s-navi a:hover {
	color: #090;
	text-decoration: underline;
}
#s-navi li {
	padding: 2px 0px 0px 5px;
	float: right;
	list-style-type: none;
}
#s-navi img {
	float: left;
	padding: 0px 3px 0px 0px;
}
/* /サブナビゲーション */

/* サブナビ以下のページラッパー */
#wholepage {
	background-image:url(img/page_bg.gif);
	background-repeat:repeat-y;
	width: 750px;
	padding: 0px 10px 0px 10px;
	clear: both;
}
/* /サブナビ以下のページラッパー */

/* ヘッダ */
#header {
	width: 750px;
	height: 105px;
	border-width: 1px 0px 0px 0px;
	border-color: #CCC;
	border-style: solid;
}
	/* 病院ロゴ */
#head-logo {
	width: 220px;
	height: 50px;
	padding: 8px 0px 7px 10px;
	float: left;
}
	/* /病院ロゴ */

	/* ヘッダ内インフォメーション */
#head-info {
	width: 500px;
	padding: 8px 10px 5px 10px;
	height: 52px;
	float: right;
}
	/* /ヘッダ内インフォメーション */
	

	/* グローバルナビゲーション */
#g-navi {
	width: 750px;
	height: 37px;
	padding: 0px 0px 3px 0px;
	clear: both;
}
#g-navi li{
	width: 125px;
	height: 37px;
	list-style-type: none;
	float: left;
}
a.imghover:link img{
	height: 35px;
	border-color: #DDD;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}
a.imghover:visited img{
	height: 35px;
	border-color: #DDD;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}
a.imghover:active img{
	height: 35px;
	border-color: #DDD;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}
a.imghover:hover img{
	height: 35px;
	filter: alpha(opacity=70);
    opacity: 0.7;
	border-width: 0px 0px 2px 0px;
	border-color: #F90;
	border-style: solid;
}
/* /グローバルナビゲーション */

/* パンくずリスト */
#pankuzu {
	width: 745px;
	height: 16px;
    line-height: 16px;
	font-size: 86%;
	padding: 5px 0px 10px 5px;
	clear: both;
}

/* /パンくずリスト */
/* /ヘッダ */

/* フッタ */
#footer {
	font-size: 10pt;
	line-height: 12pt;
	vertical-align: middle;
	width: 750px;
	height: 80px;
	padding: 5px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #ccc;
	border-style: solid;
	clear: both;
	position: relative;
}
#footer img{
	padding: 0px 2px 0px 0px;
	height: 12px;
	vertical-align: middle;
}
#footer address {
	font-style: italic;
}
	/* フッター上部左 */
#footer-upleft {
	width: 180px;
	height: 18px;
	border-width: 0px 0px 2px 0px;
	border-color: blue;
	border-style: solid;
	padding: 0px 10px 5px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer-upleft ul {
	list-style: none;
}
#footer-upleft li {
	font-size: 12px;
	line-height: 16px;
	float: left;
}
#footer-upleft img {
	padding: 0px 3px 0px 0px;
	height: 16px;
	float: left;
}
	/* /フッター上部左 */

#footer-left {
	width: 195px;
	height: 55px;
	text-align: left;
	padding: 5px 0px 0px 5px;
	position: absolute;
	top: 25px;
	left: 0px;
}
#footer-upright {
	width: 540px;
	height: 18px;
	text-align: right;
	border-width: 0px 0px 2px 0px;
	border-color: blue;
	border-style: solid;
	padding: 0px 10px 5px 0px;
	position: absolute;
	top :0px;
	left: 200px;
}
#footer-right {
	width: 540px;
	height: 55px;
	text-align: right;
	padding: 5px 10px 0px 0px;
	line-height: 16px;
	position: absolute;
	top: 25px;
	left: 200px;
}
/* /フッタ */

/* ヘッダインフォ用 */
#head-info-inlineflame {
	height: 52px;
	font-size:14px;
}
#head-info-inlineflame li {
	line-height:17px;
	text-align:right;
	list-style-type:none;
	color: #06F;
}
#head-info-inlineflame img {
	padding-right:3px;
	vertical-align: middle;
}
