@charset "utf-8";
/* Second Page style
-------------------------------*/
#main h2 {
	font-size: 160%;
	font-weight: bold;
	padding: 4px 0px 4px 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #339900;
	border-left: none;
	background-image: url(../img/gingko.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px dotted #CCCCCC;
}
#main h3 {
	font-size: 110%;
	color: #0000FF;
	text-decoration: underline;
}
#main h4 {
	font-size: 100%;
	color: #0000FF;
	padding-left: 10px;
}
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../img/Q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-size: 1.3em;
}
#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;
	font-size: 1.3em;
}
