@charset "UTF-8";
@import "init.css";
@import "common.css";

/*-----------------------------------------------------------------*/
/*faq.html---------------------------------------------------------*/
/*-----------------------------------------------------------------*/
div#headerfaq{
	width:580px;
	height:36px;
	margin:0 0 10px 0;
	background:url(../images/other/h2_faq.gif)no-repeat;
	text-indent:-9999px;
	}
div#lead{
	margin:0 0 20px 0;
	}

div#description{
	margin:0 0 20px 0;
	}
div#description ul li{
	width:580px;
	list-style:decimal inside;
	margin:0 0 20px;
	font-weight:bold;
	font-size:14px;
	color:#F60;
	}
div#description ul li h4{
	font-size:14px;
	color:#F60;
	border-bottom:3px solid #EEEEEE;
	margin:0 0 5px;
	}
div#description ul li p{
	color:#333;
	font-weight:normal;
	}

h3#headerqa{
	width:580px;
	height:32px;
	margin:20px 0 10px 0;
	background:url(../images/common/h3_bg.gif) no-repeat;
	text-indent:20px;
	line-height:32px;
	}
div.qa{
	width:578px;
	border:1px solid #EEEEEE;
	margin:0 0 15px;
	padding:0 0 10px;
	}
div.qa h4{
	padding:10px 10px;
	}
div.qa p{
	color:#333;
	padding:0 10px;
	}


