@charset "utf-8";
#container {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/faq_main_bg_mid.png);
	clear: both;
}
#container   h2    {
	background-image: url(../images/faq_main_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contener_bottom {
	background-image: url(../images/faq_main_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	clear: both;
}

#container p {
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 155px;
	padding-left: 11px;
	margin-bottom: 20px;
	color: #93848c;
}
p.underline {
	background-image: url(../../about/images/about_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents a {
	color: #60aad0;
	font-weight: bold;
	text-decoration: underline;

}
#contents a:hover {
}

#contents a:hover {
	color: #8966a0;
	text-decoration: none;
}
#container  h3  img {
	padding-left: 35px;
}
.mainmenu  a.nav_faq {
	background-image: url(../../common/dropdownmenu/img/g_faq_o.png);
}

