/* titlelead -----*/

div.contents div.titlelead {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #112266;
}

div.contents div.titlelead div.img {
	float: left;
	width: 280px;
}

div.contents div.titlelead div.text {
	float: right;
	width: 395px;
}

div.contents div.titlelead div.text p.lead {
	margin-top: 0;
	font-size: 14px;
	*font-size: medium;
	*font: small;
}


/* categoryCommonRewrite -----*/

div.contents table.spec1 th { width: 25%; }
div.contents table.spec1 td.head { width: 25%; }
div.contents table.spec1 td { width: 50%; }

div.contents table.spec2 th { width: 25%; }
div.contents table.spec2 td { width: 75%; }


/* highlight -----*/

div.contents div.highlight {
	margin-top: 20px;
	padding: 19px;
	background-color: #f3f1ea;
	border: 1px solid #e7dcc9;
}

div.contents div.highlight .title {
	float: left;
	width: 100px;
	font-weight: bold;
}

div.contents div.highlight dl {
	float: right;
	width: 550px;
	margin: 0;
}

div.contents div.highlight dl dt {
	font-weight: bold;
}

div.contents div.highlight dl dd {
	margin: 0 0 10px;
}

