@charset "utf-8";
/* FAQ CSS */

/* CONTENTS

	1. 
	2.
	3.
	4.
	5.


												Last Up Date 2009.11.05
-------------------------------------------------------------------------- */


#SideCol #SideMenu1 #S-menu4 a {
	background-position: -540px -38px !important;
}


/* TITLE bar */
#mainCol h2 {
	position: absolute;
	left: 0;
	top: 5px;
}

/* whole FRAME */
#mainCol #faq {
	width: 555px;
	margin: 10px 0 0 50px;
}





/* ========================================================================
	Question LIST
=========================================================================== */
#mainCol #faq #q-list {
	width: 502px;
	padding: 0 0 40px 0;
	margin: 20px auto 0; 
	background: url(../img/faq/frame_list.gif) left bottom no-repeat;
}


#mainCol #faq #q-list ul {
	width: 465px;
	padding: 25px 18px 0 19px;
	background: url(../img/faq/frame_list.gif) left top no-repeat;
}


#mainCol #faq #q-list li {
	display: block;
	width: 465px;
}

#mainCol #faq #q-list li a {
	display: block;
	width: 425px;
	padding: 10px 0 6px 40px;
	border-bottom: 1px dashed #CCC;
	background: url(../img/faq/icon_q.gif) 10px 7px no-repeat;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
#mainCol #faq #q-list li a:hover {
	background-position: 10px -33px;
	color: #066;
}
#mainCol #faq #q-list #firstline a {
	border-top: 1px dashed #CCC;
}




/* ========================================================================
	Question & Answer
=========================================================================== */

#mainCol #faq dl {
	width: 555px;
	margin: 30px 0 0;
}
#mainCol #faq dl dt {
	display: block;
	width: 525px;
	height: 22px;
	padding: 3px 0 0 30px;
	margin: 30px 0 0;
	background: url(../img/faq/icon_q.gif) 0 -40px no-repeat;
	font-size: 14px;
	color: #066;
}
#mainCol #faq dl dd {
	display: block;
	width: 495px;
	padding: 15px 15px 15px 45px;
	font-size: 120%;
	line-height: 1.6em;
	color: #333;
	background: #FFF url(../img/faq/icon_a.gif) 3px 3px no-repeat;	
}
#mainCol #faq .reuturnList {
	width: 550px;
	padding: 0 !important;
	margin: 3px 0 0;
	text-align: right;
	background: none !important;
	font-size: 12px;
}
#mainCol #faq .reuturnList a {
	color: #666;
}
#mainCol #faq .reuturnList a:hover {
	color: #066;
	text-decoration: none;
}







