@charset "utf-8";
/* CSS Document */

td.lead_text{
	font-weight:bold;
	font-size:1.2em;
}

p.lead_text{
	font-weight:bold;
	font-size:1.2em;
}
	

h3,h4{
	margin-bottom:10px;
}

h3{
	width:534px;
	_width:555px;
}

h6{
}

ul.disc{
	margin-left:0;
	padding-left:0;
	margin-bottom:10px;
	margin-top:10px;
}

ul.disc li{
	list-style:disc outside;
	margin-left:20px;
	line-height:150%;
}

ol{
	margin-left:0;
	padding-left:0;
}

ol li{
	list-style:decimal outside;
	margin-left:25px;
	line-height:150%;
}


.answer_block{
	width:555px;
}

.answer_block:after{
	content:"";
	clear:both;
	display:block;
}

.answer_block h5{
	width:539px;
	height:15px;
	margin-bottom:5px;
	_width:555px;
}

p.item_no{
	float:left;
	width:42px;
	padding-left:8px;
	margin-top:0;
	width:50px;
}

p.answer{
	float:right;
	width:500px;
	padding-right:5px;
	margin-top:0;
	width:492px;
}

p.answer img{
	margin:5px 0;
}

.answer_block ol{
	margin:0 10px;;
	margin-bottom:10px;
}

.answer_block ol li{
	list-style:decimal outside;
	margin-left:25px;
	height:15px;
}

table.spec,
table.spec2{
	border-collapse:collapse;
	border:1px solid #000;
	font-size:12px;
	line-height:150%;
}

table.spec2{
	margin-bottom:10px;
}


table.spec th,
table.spec2 th{
	background-color:#46699d;
	border-collapse:collapse;
	padding:5px;
	color:#FFF;
	border:1px solid #000;
}

table.spec td{
	border-collapse:collapse;
	border:1px solid #000;
	padding:5px;
	background-color:#dee7f2;
	text-align:center;
}

table.spec td.left{
	text-align:left;
}

table.spec2 td{
	border-collapse:collapse;
	border:1px solid #000;
	padding:5px;
	background-color:#dee7f2;
}

.lnv_2nd{
	background: url(../images/lnavi_btn_2nd.gif) no-repeat #fff;
	padding-left:35px;
}

.red{
	color:#F00;
}


