@charset "UTF-8";

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

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

#contents .suppleBox {
	display: block;
	width:513px;
	background-color: #f3f3f3;
	border: 1px dotted #cfd3ea;
	_border: 1px solid #dfe2f0;
	padding: 8px 10px 5px;
	margin: 10px 15px;
}

.suppleBox .caption {
	color: #7e85b9;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0 5px;
	border-left: 5px double #7e85b9;
	text-align: left;
}

/* ------------ *02 text box ------------ */

.txtBox{
	display: block;
	width:513px;
	background-color: #f3f3f3;
	border: 1px dotted #cfd3ea;
	_border: 1px solid #dfe2f0;
	padding: 8px 10px 10px;
	margin: 0 0 10px;
}
.txtBox p{
	color: #5b68b2;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #a3a8c7;
}

.txtBox .thumbnail { float: left; width: 150px; height: 150px; margin:0 10px 0 0;}
.txtBox .lead { float: right; width: 353px;}

.txtBox .detail {
	font-size: 10px;
	_font-size: 11px;
	padding: 5px 0;
	margin: 5px 0 0;
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	line-height: 1.6em;
	_line-height: 1.5em;
}
*:first-child+html .txtBox .detail { font-size: 11px; line-height: 1.5em;}

.txtBox .detail span { font-weight: bold;}

.txtBox a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
	margin: 5px 0 0;
	background: url(../../resource/img_common/arrow02.gif) no-repeat left center;
}
.txtBox .detail a { display: inline; padding-left: 7px}

.txtBox a:hover { display: block; background-color: #DDDDDD;}

.optionBox{
	float: left;
	width: 258x;
	background-color: #f3f3f3;
	padding: 8px 10px 10px;
	margin: 0 0 10px;
	border: 1px dotted #cfd3ea;
	_border: 1px solid #dfe2f0;
}
.optionBox p{
	font-weight: bold;
	padding: 0 0 3px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #a3a8c7;
}

.optionBox .thumbnail {	float: left; width: 85px; height: 85px; margin:0 10px 0 0;}
.optionBox .lead { float: left; width: 143px;}

.optionBox .detail {
	font-size: 10px;
	_font-size: 11px;
	padding: 5px 0;
	margin: 5px 0 0;
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	line-height: 1.6em;
	_line-height: 1.5em;
}
*:first-child+html .optionBox .detail { font-size: 11px; line-height: 1.5em;}

.optionBox .detail span { display: block; font-weight: bold; margin-bottom: 4px;}

.optionBox a {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px;
	margin: 5px 0 0;
	background: url(../../resource/img_common/arrow02.gif) no-repeat left center;
}
.optionBox .detail a { display: inline; padding-left: 7px}

.optionBox a:hover { display: block; background-color: #DDDDDD;}
