@charset "UTF-8";

/* ------------ *01 title ------------ */

#contents h3 {
	width: 565px;
	height: 35px;
	margin-bottom: 10px;
	background: url(../img/title.jpg) no-repeat;
	text-indent: -9999em;
}

/* ------------ *02 text area ------------ */

.txtArea p {
	font-weight: bold;
	margin: 0 0 5px;
}

/* ------------ *03 outline ------------ */

.txtArea dl { width: 535px; padding: 5px 0 0;}

.txtArea dt {
	float: left;
	display: block;
	width: 75px;
	font-size: 12px;
	font-weight: bold;
	padding:0;
	border: 1px solid #bbb;
	text-align: center;
}

.txtArea dd {
	display: block;
	width: 445px;
	_width: 442px;
	margin-left: 85px;
	padding-bottom: 7px;
	line-height: 1.5em;
}
.txtArea dd span { font-size: 10px;}
