@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: 470px;
	height: auto;
	text-align: left;
	margin: 25px auto;
}
	
#Info p {
	width: 450px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 20px auto;
	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: 450px;
	height: auto;
	text-align: left;
	margin: 10px auto;
	color: #000000;
}

#Info table th {
	text-align: center;
	border: 1px solid #666666;
	padding: 5px;
}

#Info table td {
	text-align: right;
	border: 1px solid #666666;
	padding: 5px;
}

#Info ul {
	width: 450px;
	height: auto;
	text-align: left;
	margin: 10px auto 40px;
	list-style-position: none;
}

#Info ul li {
	width: 400px;
	margin: 10px auto;
}

.bg_type_1 {
	background-color: #81a061;
}

.bg_type_2 {
	background-color: #ffd391;
}

