@charset "utf-8";
/*----------------------------------------
 index.html
-----------------------------------------*/

#index .box1 {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	font-size: 93%;
}
#index dl.type1 {
	margin-bottom: 10px;
}
#index dl.type1 dt {
	line-height: 2.2;
	margin-bottom: 5px;
	border-bottom: #999 1px solid;
	width: 98.5%;
}
#index dl.type1 dd {
	line-height: 1.8;
	padding-right: 4px;
	padding-left: 14px;
	display: inline;
	background: url(/img/mark04.gif) no-repeat left center;
	white-space: nowrap;
}
.ie6 #index dl.type1 dd {
	white-space: normal;
}
#index table {
	width: 80%;
	border: none;
	font-size: 108%;
}
#index table th {
	width: 10em;
	height: 4em;
	padding: 0;
	margin: 0 1em;
	border: none;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	background: url(../img/n02-01.gif) no-repeat center bottom;
}
#index table th.nm {
	background: none;
}
#index table th div {
	width: 8em;
	margin: auto;
	border: 2px #074e1a solid;
	color: #000;
	text-align: center;
	white-space: nowrap;
	background: #ecfcec;
}
#index table td {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: top;
}
