@charset "utf-8";

/*-------------------------------------
section
---------------------------------------*/
#Main div.section{
	padding:0;
	border:#D3D3D3 1px solid;
	overflow:hidden;
}


#Main div.section div.bg{
	padding:0 0 3px 0;
	background:url(../image/bg_box_short_line.jpg) no-repeat bottom;
	height:auto;
}


#Main div.section div.bg_long{
	padding:0 0 3px 0;
	background:url(../image/bg_box_long_line.jpg) no-repeat bottom;
	height:auto;

}

#Main div.section h2 a{
	display:block;
	background:url(../image/bg_box_short.jpg) #EDEDED no-repeat top;
}

#Main div.section h2.long a{
	display:block;
	background:url(../image/bg_box_long.jpg) #EDEDED no-repeat top;
}
#Main div.section h2.long a span,
#Main div.section h2 a span{
	display:block;
	font-size:117%;
	padding:12px 0 6px 25px;
	font-weight:bold;
	text-indent:0px;
	line-height:1.2;
	background:url(../image/ico_darkgrey.gif) no-repeat 7px 14px;
}
#Main div.left{
	width:348px;
	display:inline;
	float:left;
}
Main div.right{
	width:348px;
	display:inline;
	float:right;
	clear:left;
}

#Main div.left{
	margin:0 18px 13px 0;
}
#Main div.right,
#Main div.long{
	margin:0 0 13px 0;
}

#Main div.long{
	width:716px;
}


#Main div.leftbig h2,
#Main div.rightbig h2{
	background:url("../image/bg_box_big.jpg") no-repeat 0 0;
}

#Main div.section p{
	border:#F6F6F6 1px solid;
	margin:0;
	padding:10px 15px;
}