@charset "utf-8";

/*-------------------------------------
MAIN
---------------------------------------*/

/* ㏑
----------------- */
h1{
	margin:23px 0 20px 0;
}
h2{
	margin:15px 0 0 0;
}
div#main .section{
	margin:0 0 0 0;
}
/* ----------------- */


div#main .section div{
	width:310px;
	margin:15px 0 0 0;
	display:inline;
	background:url("../images/bg_section_corner_bottom.gif") no-repeat 0 bottom #E6EFA5;
}
div#main div.left{
	float:left;
}
div#main div.right{
	float:right;
}
div#main .section div p{
	padding:0 0 0 15px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	background:url("../images/bg_section_corner_top.gif") no-repeat 0 top;
}
div#main .section div ul{
	width:300px;
	margin:0 auto 5px auto;
	padding:0 0 5px 0;
	background:url("../images/bg_section_wrapper_corner_bottom.gif") no-repeat 0 bottom #FFF;
}
div#main .section div ul li.top{
	background:url("../images/bg_section_wrapper_corner_top.gif") no-repeat 0 top;
}
div#main .section div ul li{
	padding:5px 0 0 15px;
}