@charset "UTF-8";

#contents a{
	color:#333333;
	text-decoration:underline;
}
#contents a:hover{
	color:#CC3300;
	text-decoration:underline;
}
#f_topic ul{
	margin:30px auto;
	width:703px;
}
#f_topic ul li{
	background-color:#EBEBEB;
	height:25px;
	margin-bottom:10px;
	font-size:12px;
}
#f_topic ul li a{
	position:relative;
	top:-8px;
	left:5px;
}
#answer{
	width:703px;
	margin:30px auto;
}
.a_textblock{
	margin:10px 0;
	padding-bottom:20px;
	border-bottom:dotted 1px #FF7D7D;
}
.a_textblock h3{
	background-color:#EBEBEB;
	height:25px;
	width:703px;
}
.textblock{
	background:url(../faq/img/a.gif) no-repeat left top;
	padding-left:40px;
	margin:10px 0;
	border-bottom:solid 1px #EBEBEB;
}
.q4_hyou{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.q4_hyou th{
	font-weight:bold;
	border: 1px solid #CCCCCC;
	background-color: #FFBC79;
	text-align: center;
	padding:2px 10px;
}
.q4_hyou td{
	border: 1px solid #CCCCCC;
	text-align: center;
	padding:2px 10px;
}
.point_text{
	color:#FF7D7D;
	font-weight:bold;
	margin:0;
}
.margin-l-100px{
	margin-left:170px;
}
.red{
	color:#FF0000;
	font-size:12px;
}
.h3_text{
	position:relative;
	top:-8px;
	left:5px;
}
/*IE6用*/
* html #f_topic ul li a{
	position:relative;
	top:-5px;
} 

