@charset "utf-8";

@import  "format.css";
@import  "in_style.css";
@import  "link_style.css";
@import  "main.css";

/**************************** インデックスイメージ ****************************/
#Topimg {
	width: 740px;
	height: 190px;
	margin: 0 auto;
	padding: 0;
}

#Info h2 {
	width: 500px;
	height: auto;
	text-align: left;
	margin: 0 auto 15px;
}

#Info h3 {
	width: 480px;
	height: auto;
	text-align: left;
	margin: 20px auto 15px;
}
	
#Info p {
	width: 470px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 20px auto 20px;
	font: normal normal 1.1em/1.5  Verdana, Arial, sans-serif;
}
	
#Info h4 {
	width: 480px;
	height: auto;
	text-align: left;
	margin: 15px auto;
	font: normal bold 1em/1.5  Verdana, Arial, sans-serif;
}
	
#Info table {
	width: 480px;
	height: auto;
	text-align: left;
	margin: 10px auto;
}

#Info ul {
	width: 450px;
	height: auto;
	text-align: left;
	margin: 10px auto;
}

	#Info ul li {
		width: 400px;
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 15px;
		background-image: url(../image_info/list-icon.gif);
		background-repeat: no-repeat;
		text-align: left;
		list-style: none;
		clear: both;
	}

#Info ul#Ques {
	width: 460px;
	height: auto;
	margin: 10px auto 15px;
	text-align: left;
	list-style: none;
	font: normal bold 1.1em/1.5  Verdana, Arial, sans-serif;
	color: #336600;
	clear: both;
}

	#Info ul#Ques li {
		width: 430px;
		height: auto;
		margin: 10px auto;
		padding-left: 30px;
		background-image: url(../image_info/faq_q.gif);
		background-repeat: no-repeat;
		text-align: left;
		list-style: none;
		clear: both;
	}

#Info ul#Answ {
	width: 460px;
	height: auto;
	margin: 10px auto 25px;
	text-align: left;
	list-style: none;
	font: normal bold 1.1em/1.5  Verdana, Arial, sans-serif;
	color: #ff9900;
	clear: both;
}

	#Info ul#Answ li {
		width: 400px;
		height: auto;
		margin: 10px auto;
		padding-left: 30px;
		padding-right: 30px;
		background-image: url(../image_info/faq_a.gif);
		background-repeat: no-repeat;
		text-align: justify;
		text-justify: inter-ideograph;
		list-style: none;
		clear: both;
	}

