@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/****************************************

               content

*****************************************/
#mainFaq dl{
	overflow: hidden;
	margin-bottom: 30px;	
}
#mainFaq dt{
	width: 100px;
	float: left;
}
#mainFaq dd{
	width: 580px;
	float: right;
}
#largeText{
	font-size: 16px;
}
#faqImage{
	text-align: center;
}
.nav{
	margin: 0 auto;
	width: 640px;
	overflow: hidden;
	margin-bottom: 40px;
}
.nav li a,.nav li a:visited{
	float: left;
	width: 200px;
	background-color: #333333;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.nav li a:hover{
	background-color: #535353;
	color: #fff;
}
li#navCenter a{
	margin: 0 20px;
}
.list-wrap{
	clear: both;
}
a.current{
	background-color: #ee3939!important;
}
.list-wrap dt{
	background: url(../images/faq_images/icon_q.gif) 0 3px no-repeat;
	padding-left: 30px;
	margin-bottom: 20px;
}
.list-wrap dd{
	background: url(../images/faq_images/icon_a.gif) 20px 50% no-repeat;
	background-color: #eeeeee;
	padding: 20px 20px 20px 50px;
	margin-bottom: 20px;
}
