@charset "utf-8";


/* --------------------------------------------------------
   FAQ
--------------------------------------------------------- */

#contents .wrapper {
	font-size: 12px ;
}
#contents .wrapper .title {
	margin: 0 0 20px;
}

#contents .wrapper h3,h4 {
	width: 690px ;
	margin: 0 0 20px ;
	padding: 6px 10px ;
	border: #E7E7E7 1px solid ;
	background: #F3F3F3 ;
	font-weight: bold ;
}
#contents .wrapper .sub_t {
	border-left: #E33C0B 3px solid ;
	padding: 0 0 0 10px ;
}


/* --------------------------------------------------------
   Question
--------------------------------------------------------- */

#contents .wrapper ul {
	margin: 0 0 30px ;
}
/*
#contents .wrapper li {
	list-style: url(../faq/images/icon.gif) ;
	margin: 0 0 15px 12px ;
}
*/

#contents .wrapper li {
	list-style: none ;
	margin: 0 0 15px 0 ;
}
#contents .wrapper .question li a {
	color: #4d4d4d ;
}
#contents .wrapper .question {
	margin: 0 0 40px ;
	padding: 0 0 10px ;
	background: url(../faq/images/question_btm_line.jpg) repeat-x bottom ;
}


/* --------------------------------------------------------
   Answer
--------------------------------------------------------- */


#contents .wrapper .Answer p {
	line-height: 140% ;
	padding: 0 0 20px ;
	margin: 0 0 20px ;
	background: url(../faq/images/answer_border_img.gif) repeat-x bottom ;
}
#contents .wrapper .Answer .answerBox {
	margin: 0 0 50px ;
}
#contents .wrapper h5 {
	margin: 0 0 15px ;
	color: #E33C0B ;
}

#contents .wrapper .Answer p a {
	text-decoration:underline;
	color: #4d4d4d ;
}

#contents .wrapper .Answer p a:hover {
	text-decoration:none;
	color: #4d4d4d ;
}





