@charset "utf-8";
/* CSS Document */

#faq a{
	text-decoration:underline;}


#sub_right #faq{
	margin:0;
	padding:0;
	}
#faq ul.ichiran{
	margin:5px 10px 20px 40px;
	}
	
#faq ul.ichiran li{
	list-style-image: url(../images/q_s.gif);	
	}
	
#faq ul.ulNormal{
	margin:5px 10px 5px 30px;
	}
#faq ul.ulNormal li{
	list-style-type: disc;	
}

#faq dl{
	margin:5px 5px 5px 20px;
	}
#faq dt{
	background:#ececec url(../images/q_L.gif) no-repeat left top;
	padding-bottom:3px;
	padding-left:30px;
	line-height:1.6;
	margin-bottom:10px;
	}

#faq dd{
	background:#fff url(../images/a_L.gif) no-repeat left top;
	padding-bottom:3px;
	padding-left:30px;
	margin-bottom:15px;
	}

#faq .faqcol{
	clear:both;
	}
#faq .faqcol_L{
	width:30%;
	float:left;
	}
#faq .faqcol_02{
	width:30%;
	}

#faq .gotoTop{
	text-align:right;
	font-size:8pt;
	margin:0;
	padding:0 5px;
	}