@charset "utf-8";
/* index */
#main.index dl dt {
	background: url(none);
	margin-left: 0px;
	padding-left: 0px;
	color: #0066BB;
	border-bottom: 1px dotted #0066BB;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
}
#main.index .left {
	float: left;
	width:230px;
}
#main.index .right {
	float: right;
	width:230px;
}

