@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: 480px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 20px auto;
	font: normal bold 1.5em/1.5  Verdana, Arial, sans-serif;
	color: #000000;
}

#Info h3 {
	width: 500px;
	height: auto;
	text-align: left;
	margin: 0 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 table {
	width: 470px;
	height: auto;
	text-align: left;
	margin: 10px auto;
	border: 1px solid #336600;
}

	#Info table th {
		padding: 5px;
		font: normal bold 1em/1.5em  Verdana, Arial, sans-serif;
		border: 1px solid #336600;
		background-color: #336600;
		color: #ffffff;
	}
	
	#Info table th.sec {
		padding: 5px;
		font: normal bold 1em/1.5em  Verdana, Arial, sans-serif;
		border: 1px solid #336600;
		background-color: #669900;
		color: #ffffff;
	}

	#Info table td {
		padding: 5px;
		border: 1px solid #336600;
		color: #000000;
	}

#Info h4 {
	width: 480px;
	height: auto;
	text-align: left;
	margin: 15px auto;
	font: normal bold 1em/1.5  Verdana, Arial, sans-serif;
}

