@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: 500px;
	height: auto;
	text-align: left;
	margin: 35px auto 20px;
}
	
#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: 20px auto;
	color: #000000;
}

	#Info table td {
		padding: 5px;
		font: normal normal 1.1em/1.5  Verdana, Arial, sans-serif;
		border: 1px solid #cccccc;
		text-align: center;
	}
	
	#Info table td.type_1 {
		background-color: #fccccc;
	}
	
	#Info table td.type_2 {
		background-color: #ffcc66;
	}

#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;
	}
	
