@charset "utf-8";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：08/05/13
File name ：inquiry.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(../../inquiry/image/pagetitle_06.jpg) no-repeat left bottom;
	text-indent: -5000px;
	overflow: hidden;
}

/*[テキスト]----------------------------------------------*/
.textA {
	width: 504px;
	margin: 10px auto 10px;
	padding: 10px 15px;
	border: double 3px #ccc;
}
.textA p {
	padding: 2px 0 3px;
}
.textB {
	width: 540px;
	margin: 15px auto 0;
}
.textC {
	width: 525px;
	margin: 30px auto 0;
	padding: 0 0 0 18px;
	background: url(../../specific/image/icon_gr_arwbx.gif) no-repeat left 1px;
}

/*[テーブル]----------------------------------------------*/
.tableA {
	width: 540px;
	height: auto;
	margin: 10px auto 40px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.tableA th {
	font-weight: normal;
	padding: 3px;
	background: #B5DDF0;
}
.tableA th.th01 {
	background: #9cc;
	border-right: solid 1px #fff;
}
.tableA td {
	text-align: right;
	padding: 3px 10px;
	border: solid 1px #ccc;
}
.tableA td.td01 {
	text-align: left;
	background: #eee;
}
.tableA td.td02 {
	border-top: none;
}