@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/05/08
File name ：course.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(../../course/image/pagetitle_02.jpg) no-repeat left bottom;
	text-indent: -5000px;
	overflow: hidden;
}
h5#courseName {
	width: 540px;
	height: auto;
	margin: 0px 37px 10px;
	padding: 0px;
	color: #3399CC;
}


/*[コース紹介リスト]--------------------------------------*/

/*
dl#courseNavi {
	width: 540px;
	height: auto;
	margin: 10px 37px 40px;
	padding: 0px;
}
dl#courseNavi:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 1px;
	clear: both;
	visibility: hidden;
}
dl#courseNavi dt {
	width: 540px;
	height: auto;
	margin: 15px 0px 3px;
	padding: 0px;
	text-indent: 20px;
	background: url(../../course/image/icon_greenarrow.jpg) no-repeat left 2px;
}
dl#courseNavi dd {
	width: 520px;
	height: auto;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
}*/

/*イラスト使用時はこちらを使用*/
dl#courseNavi {
	height: auto;
	margin: 10px 0 40px 37px;
	padding: 0px;
}
dl#courseNavi:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 1px;
	clear: both;
	visibility: hidden;
}
dl#courseNavi dt {
	height: auto;
	margin: 15px 0px 3px;
	padding: 0px;
	text-indent: 20px;
	background: url(../../course/image/icon_greenarrow.jpg) no-repeat left 2px;
}
dl#courseNavi dd {
	height: auto;
	margin: 0px 0px 15px;
	padding: 0px 20px 0px 20px;
}
/*ここまで*/

dl#courseNavi dt a:link {
	color: #3399CC;
}
dl#courseNavi dt a:hover {
	color: #99CC66;
}
dl#courseNavi dt a:visited {
	color: #99CCCC;
}



/*[コース詳細テーブル]------------------------------------*/
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 auto 5px;
	padding: 0px;
}
table.inspectItem caption span {
	color: #FF6600;
}
table.inspectItem th {
	margin: 0px;
	padding: 3px 10px;
	font-weight: normal;
}
table.inspectItem th.itemName {
	width: 120px;
	height: auto;
	background-color: #99CCCC;
}
table.inspectItem th.itemContent {
	width: 380px;
	height: auto;
	background-color: #B5DDF0;
}
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 {
}


/*[イメージ・イラスト・テキスト]------------------------------------*/
.textA {
	margin: -35px 30px 0 40px;
	padding: 0 0 0 13px;
	background: url(../../specific/image/icon_circle_pk.gif) no-repeat left 5px;
}
.courseMRI {
	text-align:center;
	padding: 0 55px 15px 15px;
	float: right;
}
p.firstTxt01 {
	margin: 10px 0 0 37px;
	padding: 0px;
}
.course_illust01 {
	padding: 15px 65px 10px 5px;
	float: right;
}
