@charset "utf-8";
body {
	color: #666666;
	font-size: 1em;
	line-height: 2em;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
form,p {
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maincontent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
.under_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 5px;
}
.white_font{
	color:#FFFFFF
}
.footer {
	background-image: url(/images/index_73.gif);
	background-repeat: repeat-x;
	background-color: #FFE0BF;
	padding-top: 15px;
}
/* Faq */

#faq h3{
	background-image: url(/faq/images/q.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left;
	background-color: #FF9933;
	border: 1px solid #FF6600;
	height: 20px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 1em;
}
#faq h3 a{
	text-decoration: none;
}
#faq .answer{
	background-image: url(/faq/images/a.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left top;
}
#faq .more{
	text-align: right;
	margin-bottom: 20px;
}
#sublink a{
	color: #000000;
	text-decoration: none;
}
#sublink a:hover{
	color: #FF0000;
}

