@charset "utf-8";

#content
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}


/* news */

#news
{
	float: left;
	width: 594px;
}
#news_head
{
	margin-top: 27px;
	width: 560px;
}
#news_head>h2
{
	float: left;
	display: block;
	width: 112px;
	height: 33px;
	background: url(/images/contents/index/news_title.gif) left top no-repeat;
	font-size: 1px;
	text-indent: -3000px;
}
#news_head>p
{
	float: right;
}
#news_head>p>a
{
	display: block;
	margin-top: 10px;
	width: 45px;
	height: 17px;
	background: url(/images/contents/index/news_list.gif) left top no-repeat;
	font-size: 1px;
	text-indent: -3000px;
}
#news_head>p>a:hover
{
	background-position: left bottom;
}
#news_area
{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 9px;
	width: 560px;
	list-style: none;
	background: #fff;
}
#news_area>ul
{
	list-style: none;
}
#news_area>ul>li
{
	border-bottom: 1px dotted #d1d1d1;
}
#news_area>ul>li:last-child
{
	border-bottom: none;
}
#news_area>ul>li>a
{
	padding: 10px 20px 10px 0;
	display: block;
	text-decoration: none;
	color: #000;
}
#news_area>ul>li>a>span.news_li_gt
{
	float: left;
	display: block;
	width: 70px;
	height: 16px;
	background: url(/images/common/default/details.gif) 15px top no-repeat;
	font-size: 1px;
	text-indent: -3000px;
}
#news_area>ul>li>a>strong
{
	display: block;
	height: 12px;
	font-family: arial;
	font-size: 0.7em;
	font-weight: normal;
	color: #c24400;
}
#news_area>ul>li>a>span.news_text
{
	display: block;
	margin-left: 70px;
	font-size: 0.75em;
}

/* genre */

#genre
{
	float: left;
	width: 356px;
}
#genre h2
{
	margin-top: 27px;
	display: block;
	width: 121px;
	height: 33px;
	background: url(/images/contents/index/genre_title.gif) left top no-repeat;
	font-size: 1px;
	text-indent: -3000px;
}
#genre ul
{
	margin-top: 9px;
	list-style: none;
}
#genre ul li
{
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}
#genre ul li.genre_li_end
{
	margin-right: 0;
}
#genre ul li a
{
	display: block;
	width: 75px;
	height: 75px;
	text-indent: -3000px;
}
#genre_seat
{
	background: url(/images/contents/index/genre/seat.gif) left top no-repeat;
}
#genre_handle
{
	background: url(/images/contents/index/genre/handle.gif) left top no-repeat;
}
#genre_crank
{
	background: url(/images/contents/index/genre/crank.gif) left top no-repeat;
}
#genre_pedal
{
	background: url(/images/contents/index/genre/pedal.gif) left top no-repeat;
}
#genre_fork
{
	background: url(/images/contents/index/genre/fork.gif) left top no-repeat;
}
#genre_brakes
{
	background: url(/images/contents/index/genre/brakes.gif) left top no-repeat;
}
#genre_chain
{
	background: url(/images/contents/index/genre/chain.gif) left top no-repeat;
}
#genre_grip
{
	background: url(/images/contents/index/genre/grip.gif) left top no-repeat;
}