@charset "utf-8";

#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../img/Q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	background-image: url(../img/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
	line-height: 1.8;
}
#main table_td {
	font-size: 1em;
	color: #999999;
	font-weight: bold;
}

#main .table_th {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	background-color: #D4EEC3;
	text-align: center;
	padding: 5px;
	width: 40px;
	border-top: medium solid #666666;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#main .table_td {
	font-size: 1em;
	color: #666666;
	text-align: center;
	border: 1px solid #666666;
	padding: 5px;
	width: 170px;
}

