@charset "Shift_JIS";
body {
/*	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: Arial, "ＭＳ　Ｐゴシック", sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; /* Firefox:スクロールバーが常に表示されるようにする。 */
}

a {
	color: #0022aa;
}

a:hover {
	color: #6699cc;
}

a:active, a:focus {
	outline: none;
}

body {
	background: url(header/bar.png) repeat-x;
	background-color: #ffffff;
	color: #333333;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

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

	#header h1 a {
		position: absolute;
		top: 5px;
		
		width: 295px;
		height: 81px;
		background: url(header/logo.png) no-repeat;
		text-indent: -9999px;
	}
	
	#header address {
		position: absolute;
		text-align: right;
		top: 65px;
		right: 605px;
		
		font-style: normal;
		font-size: 75%;
	}
	
	#header #jcqhc {
		position: absolute;
/*		top: 75px;
		left: 360px;
		width: 240px;
		height: 20px;
		line-height: 20px;
		background: url(header/jcqhc.png);*/
		
		top: 0px;
		left: 295px;
		width: 360px;
		height: 100px;
		line-height: 20px;
		background: url(header/location_jcqhc.png);
		
		text-indent: -9999px;
	}
	
	#header #floormap {
		position: absolute;
		top: 10px;
		right: 0px;
		width: 139px;
		height: 76px;
		
		background: url(header/floormap.png);
		text-indent: -9999px;
	}
	
	#header ul#menu {
		position: absolute;
		top: 5px;
		right: 150px;
	}
	
		#header ul#menu li {
			font-size: 75%;
			float: left;
			list-style: none;
			margin-left: 15px;
			background: url(navigation.png) no-repeat left center;
			padding-left: 12px;
		}
		
		#header ul#menu li a {
			text-decoration: none;
		}
		
	#header form {
		position: absolute;
		top: 30px;
		right: 150px;
	}

	#header #gnav {
		position: absolute;
		top: 110px;
	}
	
		#header #gnav li {
			float: left;
			list-style: none;
		}
		
		#header #gnav li a {
			display: block;
			text-indent: -9999px;
			width: 225px;
			height: 40px;
		}
		
		#header #gnav #gnav_forpatients {
			background: url(header/gnav.png);
		}

		#header #gnav #gnav_medical {
			background: url(header/gnav.png);
			background-position: -225px;
		}

		#header #gnav #gnav_outline {
			background: url(header/gnav.png);
			background-position: -450px;
		}

		#header #gnav #gnav_access {
			background: url(header/gnav.png);
			background-position: -675px;
		}

#footer {
	clear: both;
	height: 110px;
	position: relative;
	margin-bottom: 20px;
}
	
	#footer ul {
		position: absolute;
		left: 20px;
		bottom: 50px;
	}
		#footer ul li {
			float: left;
			list-style: none;
			font-size: 75%;
			margin-right: 15px;
			background: url(navigation.png) no-repeat left center;
			padding-left: 12px;
		}
		
		#footer ul li a {
			text-decoration: none;
		}
		
	#footer #footerlogo {
		position: absolute;
		right: 0px;
		bottom: 50px;
		
		width: 237px;
		height: 39px;
		background: url(footer/logo.png);
		text-indent: -9999px;
	}
	
	#footer #bar {
		position: absolute;
		top: 70px;
		width: 900px;
		height: 50px;
		background: url(footer/bar.png) repeat-x;
	}
	
		#footer #bar address {
			position: absolute;
			top: 6px;
			right: 10px;
			
			font-family: 'Arial', sans-serif;
			font-size: 70%;
			color: #333333;
			
			/* IE7:不要な横スクロールバーが出現するバグを回避。 */
			overflow: auto;
		}

#breadcrumbs {
	width: 880px;
	height: 24px;
	background: url(breadcrumbs.png);
	line-height: 20px;
	
	font-size: 12px;
	padding-left: 16px;
}

	#breadcrumbs a {
		text-decoration: none;
	}

/* メインコンテントとフッタにサブメニューの背景をつける。 */
.submenubackground {
	background: url(submenu/background.png) repeat-y;
}

#submenubackground {
	width: 900px;
	overflow: hidden; /* Firefox:float段組の親ボックスを拡大させる。 */
}

	#submenu {
		float: left;
		width: 220px;
		margin-top: 20px;
/*		margin-left: 15px;*/
	}
	
		#submenu ul /*ul*/ { /* 入れ子のリストのインデント */
			margin-left: 13px;
		}
		
			#submenu li {
				list-style: none;
				line-height: 0;
				display: inline; /* IE6:隙間が開くのを抑制する。 */
			}
			
			#submenu li a {
				display: block;
				width: 159px;
				height: 35px;
				line-height: 30px;
				padding-left: 17px;
				
				background: url(submenu/button.png);
				font-size: 75%;
				text-decoration: none;
				color: #000000;

				font-family: /*'メイリオ', Meiryo, */'ＭＳ Ｐゴシック', sans-serif;
			}
			
			#submenu li a:hover {
				background: url(submenu/button_hover.png);
			}

			#submenu li.active a, 
			#submenu li.active a:hover {
				background: url(submenu/button_active.png);
				color: #ffffff;
			}
			
			/* bad knowhow: 子要素のボタン変更をキャンセルする。 */
			#submenu li.active li a {
				background: url(submenu/button.png);
				color: #000000;
			}
			
			#submenu li.active li a:hover {
				background: url(submenu/button_hover.png);
				color: #000000;
			}
			
	#submenubackground #main {
		float: right;
		width: 640px;
	}

#pagetitle {
	font-size: 160%;
	border-bottom: 1px dotted rgb(28,100,169);
	margin-top: 20px;
}

#content {
	margin-top: 20px;
}

/* フォーム関連 */

#generalForm td {
	padding: 6px;
	vertical-align: top;
}

#generalForm #Name,
#generalForm #email {
	width: 200px;
}

#generalForm #submit {
	width: 100px;
}

/* 更新履歴関連 */
#whatsnew table {
	margin-bottom: 12px;
	line-height: 1.2em;
}

#whatsnew td {
	vertical-align: top;
}

#whatsnew td.date {
	width: 6em;
}

#whatsnew td.item p {
	margin-bottom: 0px;
}

