@charset "utf-8";

#header
{
	height: 137px;
}

#promo
{
	margin-top: -26px;
	height: 321px;
	text-align: left;
}
#promo h2
{
	display: none;
}
#promo_navi
{
	width: 100%;
	height: 26px;
}
#promo_left
{
	float: left;
	width: 47px;
	height: 26px;
	background: url(/images/promo/frame_left.gif) left top no-repeat;
}
#promo_right
{
	float: right;
	width: 47px;
	height: 26px;
	background: url(/images/promo/frame_right.gif) left top no-repeat;
}
#promo_button_left
{
	position: absolute;
	z-index: 1;
	display: block;
	margin: 10px 0 0 6px;
	width: 31px;
	height: 31px; 
	text-indent: -3000px;
	font-size: 1px;
	background: url(/images/promo/button_prev.gif) left top no-repeat;
	cursor: pointer;
}
#promo_button_right
{
	position: absolute;
	z-index: 1;
	display: block;
	margin: 10px 0 0 10px;
	width: 31px;
	height: 31px; 
	text-indent: -3000px;
	font-size: 1px;
	background: url(/images/promo/button_next.gif) left top no-repeat;
	cursor: pointer;
}
#promo_button_left:hover,
#promo_button_right:hover
{
	background-position: 0 -31px;
}


#promo_area
{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 295px;
	background-color: #e9e9e9;
}
#promo_area ul
{
	position: absolute;
	margin-top: 26px;
	height: 236px;
	list-style: none;
}
#promo_area ul li
{
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 26px;
	padding: 15px;
	width: 220px;
	height: 220px;
	box-shadow: 0 2px 5px rgba(51, 20, 20, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(51, 20, 20, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(51, 20, 20, 0.2);
	background-color: #fff;
	cursor: pointer;
}
.promo_name
{
	position: absolute;
	overflow: hidden;
	width: 230px;
	height: 18px;
	font-family: arial;
	font-size: 0.9em;
	color: #d80000;
}
.promo_info
{
	position: absolute;
	margin-top: 25px;
	width: 222px;
}
.promo_maker
{
	float: left;
	font-size: 0.75em;
	font-family: arial;
	color: #999;
}
.promo_price
{
	float: right;
	font-size: 0.8em;
	font-family: arial;
	color: #999;
}
.promo_img
{
	position: absolute;
	width: 150px;
	height: 150px;
	margin-top: 40px;
	padding: 0 36px;
	background: url(/images/promo/loading.gif) center center no-repeat;
}

#promo_area ul li img
{
	text-align: center;
}
#promo_area ul li a
{
	position: absolute;
	display: block;
	margin: 210px 0 0 188px;
	width: 40px;
	height: 16px;
	font-size: 1px;
	text-indent: -30000px;
	background: url(/images/common/default/details.gif) left top no-repeat;
}
/*
#promo_area ul li a:hover
{
	background-position: 0 -16px;
}
*/