@charset "utf-8";
div.main li {
	margin-left: 12px;
	list-style-type: none;
	margin-bottom: 12px;
}
li.link {
	margin-left: 12px;
	margin-bottom: 12px;
}
li.sub_title {
	font-size: 24px;
	margin-left: 12px;
	margin-bottom: 12px;
	color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
li a.sub_title {
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

