@charset "utf-8";
@import url("/css/base.css");
/* --- main --- */
#flash{
	margin:2px 2px 2px 195px;
	/*width:654px;
	height:254px;*/
	/*border:1px solid #ecc4aa;*/
}
#bigages{
	margin:2px 0 2px 0px;
	width:655px;/**/
	padding:35px 0 0 0;
	overflow:hidden;
	list-style-type:none;
	background-image:url(/images/css/bigages_head.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
* html #bigages{
	width:653px;
}
#bigages li{
	float:left;
	margin-left:3px;
	text-align:center;
}
* html #bigages li{
	margin-left:2px;
}
#bigages li.first{
	margin-left:0px;
}
* html #bigages li.first{
	margin-left:0px;
}
#bigages li p{
	display:block;
	margin:3px 0 0 0;
	padding-top:10px;
	padding-bottom:10px;
	line-height:32px;
	color:white;
	background-color:#ea7a52;
}