@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

#contents_inner{
	background:url(../common/images/footer_bg.png) no-repeat left bottom;
}





/*-----------------------------
	main
------------------------------*/

#main{
	padding-top:10px;
	margin-left:20px;
	_margin-left:10px;
	margin-bottom:50px;
}
#main h2{
	clear:both;
	margin-bottom:10px;
}

/* arr */
#main #arr{
	clear:both;
	width:705px;
	background:url(images/bg.jpg) no-repeat left top;
}
#main #arr_inner{
	padding:15px 17px 30px;
	background:url(images/bg_bottom.gif) no-repeat left bottom;
	overflow:hidden;
}
#main #arr h3{
	margin-bottom:13px;
}
#main #arr #result{
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
#main #arr #btn{
	float:right;
	width:173px;
	padding-bottom:25px;
	background:url(images/ue.gif) no-repeat 50px bottom;
}
#main #arr #memo{
	font-size:120%;
	letter-spacing:0;
	padding-bottom:20px;
	background:url(images/ue.gif) no-repeat right top;
}
#main #arr #memo em{
	color:#FF0;
}
#main #arr #detail{
	clear:both;
	background:#000;
	padding:15px 0 15px 15px;
	overflow:hidden;
}
#main #arr #detail #color1{
	float:left;
	width:321px;
	margin-right:15px;
}
#main #arr #detail #color1 ul{
	float:left;
	width:180px;
	overflow:hidden;
}
#main #arr #detail #color1 ul li{
	float:left;
	margin:3px 4px 6px 0;
}
#main #arr #detail #color2{
	float:left;
	width:305px;
}
#main #arr #detail #color2 ul{
	float:left;
	width:171px;
	overflow:hidden;
}
#main #arr #detail #color2 ul li{
	float:left;
	margin:3px 4px 6px 0;
}



