@charset "Shift_JIS";


/* ===== ----- メインエリア ----- ===== */

.phArea {
	width: 210px;
	float: left;
}

.txtArea {
	width: 440px;
	float: right;
}

.proTb {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
	border-collapse: collapse;
}

.proTb td, .proTb th {
	text-align: left;
	padding: 2px;
}

.proTb th {
	font-weight: normal;
	vertical-align: top;
	padding-right: 8px;
}

.dataList {
	list-style-type: none;
	width: 650px;
	padding: 0px 0px 20px 30px;
}

.dataList li {
	padding-left: 1.0em;
	padding-bottom: 5px;
}

.dataList li.ttl {
	background: url(../../common/img/ico_list01.gif) no-repeat 0.2em 1.4em;
	font-weight: bold;
	padding-top: 0.8em;
}

.dataList li.name {
	font-style: italic;
}