@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: 1.3em;
	color: #0000FF;
}
#main h4 {
	font-size: 100%;
	color: #0000FF;
	padding-left: 10px;
}
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../images/Q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main 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;
}
#main #wisdom {
	background-color: #FFFFCC;
	height: 280px;
	width: 600px;
	padding: 5px;
	border-top: thick solid #006600;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	margin-bottom: 30px;
}
#main #wisdom img {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}
#main #wisdom2 {
	background-color: #FFFFCC;
	height: 300px;
	width: 600px;
	padding: 5px;
	border-top: thick solid #006600;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main #wisdom2 img {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}
#main .chin {
	height: auto;
	width: 595px;
	padding: 10px;
	background-color: #FFFFCC;
	margin-bottom: 30px;
	border: 1px dotted #999999;
}
