@charset "Shift_JIS";


/* index.html
==================================================================*/

.section ul {
	margin-left: 0px;
	line-height: 150%;
	list-style-type: none;
}

.section ul li {
	padding-left: 5px;
}

.section dl.fl {
	height: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	background-color: #f8fcfd;
	background-image: url(../../img/bg_dt.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}


