@charset "utf-8";

@import url(base.css);

/* --------------------------------------------------

faq

-------------------------------------------------- */
#main ul {
	width: 900px;
}

#main li {
	background-image: url(../img/blue_ya.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	background-position: left 2px;
}

#main li a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


#main li a:visited{ 
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#main li a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}

#main dl {
	width: 900px;
	margin-top: 20px;
}


#main dt {
	background-image: url(../faq/img/question.gif);
	background-repeat: no-repeat;
	font-size: 130%;
	font-weight: bold;
	color: #6A553C;
	padding-bottom: 10px;
	padding-left: 70px;
	background-position: left center;
	padding-top: 10px;
	width: 830px;
	margin-top: 10px;
}


#main dd {
	background-image: url(../faq/img/answer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #000000;
	line-height: 1.8;
	border-bottom: #7D664A dotted 1px;
	width: 830px
}

#main dl dd ul  {
	margin-top: 10px;
	width: 820px;
}

#main dl dd ol  {
	margin-top: 3px;
	width: 800px;
}

#main dl dd ul li {
	background-image: url(../faq/img/orange_circle.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 13px;
}
#main dl dd ol li {
	background-image: none;
	padding-top: 10px;
	padding-left: 0px;
	margin: 0px;
}
