@charset "Shift-JIS";
@import "default.css";

#main div#explain {
	margin: 0 5px;
	float: left;
}
#main div#explain p {
	margin-bottom: 1em;
	text-indent: 1em;
}
#main ul {
	width: 570px;
	margin-left: 10px;
}
#main ul a {
	background: url(../img/link_off.gif) no-repeat 0 4px;
	padding-left: 1em;
	text-decoration: none;
	color: #00f;
	line-height: 180%;
}
#main ul a:hover {
	background: url(../img/link_on.gif) no-repeat 0 4px;
	text-decoration: underline;
}

