@import url(format.css);
@import url(base.css);


ul.btn_area{
	height:246px;
	overflow:hidden;
	}
ul.btn_area li{
	float:left;
	width:322px;
	margin:5px 10px;
	_margin:5px 8px;
	overflow:hidden;
	}
	
h2{
	margin:20px 0 10px 0;
	}
	
#box_item{
	width:685px;
	overflow:hidden;
	}

#box_item .item_data{
	float:left;
	width:332px;
	_width:325px;
	margin:10px 5px;
	}
#box_item .item_data img{
	width:117px;
	height:137px;
	float:left;
	overflow:hidden;
	border:1px solid #e5e5e5;
	}

#box_item .item_data dl{
	float:right;
	width:205px;
	_width:201px;
	height:270px;
	overflow:hidden;
	padding:0px 0 0 5px;
	}
#box_item .item_data dt{
	font-weight:bold;
	border-bottom:1px solid #0e8be3;
	color:#0e8be3;
	font-size:14px;
	}
#box_item .item_data dt a{
	color:#0e8be3;
	text-decoration:none;
	}
#box_item .item_data dd{
	margin:5px 0 0 0;
	padding:5px 0;
	border-bottom:1px solid #f0f0f0;
	font-size:10px;
	}
#box_item .item_data dd span{
	/*float:left;*/
	display:block;
	font-weight:bold;
	/*width:50px;
	height:20px;*/
	}