@charset "utf-8";
/*----------------------------------------
 index.html
-----------------------------------------*/

#index .box1 {
	width: 100%;
	height: 9em;
	padding: 0 0 10px 0;
	margin: 0 0 1em 0;
	font-size: 93%;
}
#index .box1 dl {
	width: auto;
	display: block;
	padding-bottom: 0.5em;
	padding-right: 10px;
	margin: 5px 10px;
}

#index .box1 dl dt {
	width: auto;
	line-height: 1.8;
	margin-bottom: 5px;
	border-bottom: #999 1px solid;
}
#index .box1 dl dd {
	float: left;
	width: auto;
	margin-bottom: 5px;
}

.ie6 #index .box1 dl dd {
	width: 92%;
}

#index .box1 dl dd span {
	float: left;
	width: auto;
	line-height: 1.6em;
	padding-left: 13px;
	margin-left: 10px;
	display: inline;
	text-align: left;
	background: url( /img/mark01.gif) no-repeat left center;
}

#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;
}

