@charset "utf-8";
/* Second Page style
-------------------------------*/
#contents h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 4px 0px 4px 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #339900;
	border-left: none;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px dotted #CCCCCC;
	margin-top: 30px;
}
#contents h3 {
	font-size: 1.1em;
	color: #3399FF;
	margin-left: 15px;
}
#contents h4 {
	font-size: 1.2em;
	color: #FF6600;
	padding-left: 10px;
}
#main #contents dl#faqList dt {
	font-weight: bold;
	background-image: url(../images/Q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main #contents dl#faqList dd {
	background-image: url(../images/A.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
	line-height: 1.8;
}
