@charset "UTF-8";
.section {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 12px;
}
.section h1     {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #890000;
	font-weight: bold;
	background-image: url(../assets/bak_top_h1.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 7px;
}
.section a {
	color: #666666;
}
.section a:hover {
	color: #FF6600;
}
td {
	border-top: 1px none #8DC4DF;
	border-right: 1px none #8DC4DF;
	border-bottom: 1px solid #8DC4DF;
	border-left: 1px none #8DC4DF;
}

