@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/05/08
File name ：option.css
Site name：東北厚生年金病院 健康管理センター
Summary：臨床研究センターオプション（追加）検査ページのレイアウト。
Copyright：Copyright (C) 2008 Tohoku welfare annuity hospital - Health care center.All rights reserved.
-------------------------------------------------------------------------*/



/*[タイトル]----------------------------------------------*/
h4 {
	width: 540px;
	height: 45px;
	margin: 0px 37px 0px;
	padding: 0px;
	background: url(../../option/image/pagetitle_03.jpg) no-repeat left bottom;
	text-indent: -5000px;
	overflow: hidden;
}
h5#courseName {
	width: 540px;
	height: auto;
	margin: 15px 37px 10px;
	padding: 0px;
	color: #3399CC;
}


/*[コース詳細テーブル]------------------------------------*/
table.inspectItem {
	width: 540px;
	height: auto;
	margin: 10px 37px 40px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
table.inspectItem caption {
	width: 540px;
	height: auto;
	margin: 0px 0px 5px;
	padding: 0px;
}
table.inspectItem caption span {
	color: #FF6600;
}
table.inspectItem th {
	margin: 0px;
	padding: 3px 10px;
	font-weight: normal;
}
table.inspectItem th.itemName2 {
	width: 100px;
	height: auto;
	background-color: #B5DDF0;
}
table.inspectItem th.itemContent2 {
	width: 300px;
	height: auto;
	background-color: #B5DDF0;
}
table.inspectItem th.itemCharge {
	width: 80px;
	height: auto;
	background-color: #99CCCC;
}
table.inspectItem td.itemCharge {
	text-align: right;
	border-color: #cccccc;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
}

table.inspectItem td {
	margin: 0px;
	padding: 3px 10px;
	border-color: #cccccc;
	border-width: 0px 0px 1px;
	border-style: solid;
}
table.inspectItem td.Names {
	background-color: #eeeeee;
}
table.inspectItem td.Contents {
}
