@charset "utf-8";
@import url("style.css");

div#main h1,
div#main h2{
	margin-bottom:10px;
	text-align:left;
}
div#main h2{
	margin-bottom:0;
}
div#main ul li{
	border-bottom:1px #CCCCCC dashed;
	text-align:left;
}
div#main ul li a{
	background:url(../img/common/arrow_right_blue_8-8px.gif) no-repeat 0 1em;
	color:#333333;
	display:block;
	padding:10px 0;
	padding-left:14px;
	text-decoration:none;
}
div#main ul li.last{
	border:none;
}
div#AreaLeft{
	float:left;
	width:290px;
}
div#AreaRight{
	float:right;
	width:290px;
}
