@import "../css/_common/html5reset-1.6.css";
@import "../css/_common.css";

/* ****************************** eyecatch ****************************** */

div#eyecatch{
	width: 890px;
	height: 324px;
	background: #f8f8f8;
	margin-bottom: 20px;
	color: #ccc;
}

/* ****************************** new ****************************** */

div#new{
	width: 890px;
	overflow: hidden;
}

div#new div.wrap_left{
	width: 690px;
	display: inline;
	float: left;
	overflow: hidden;
}

div#new div.wrap_right{
	display: inline;
	width: 180px;
	float: right;
	overflow: hidden;
}

/* ****************************** wear_and_goods ****************************** */

div#wear_and_goods{
	width: 690px;
	margin-bottom: 20px;
	overflow: hidden;
}

div#wear_and_goods h2{
	margin-bottom: 10px;
	width: 130px;
	height: 18px;
	background: url("../images/index/wear-and-goods_title.png");
	overflow: hidden;
	text-indent: -9999em;
}

div#wear_and_goods p.link{
	text-align: right;
	padding-top: 20px;
}

div#wear_and_goods ul,
div#wear_and_goods ul li{
	position: static;
	left: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#wear_and_goods ul{
	width: 705px;
	margin-left: -15px;
	overflow: hidden;
}

div#wear_and_goods ul li{
	width: 220px;
	height: 100px;
	margin-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
	display: inline;
	line-height: 1.3em;
}

div#wear_and_goods ul li a{
	display: block;
	width: 198px;
	height: 78px;
	padding: 10px;
	xbackground: #000;
	text-decoration: none;
	border: 1px solid #eee;
}

div#wear_and_goods ul li a:hover,
div#wear_and_goods ul li a:active{
	background: url("../images/_common/bg-b5.png");
}

div#wear_and_goods ul li a img{
	display: block;
	float: right;
	border: 0;
}

div#wear_and_goods ul li a span.itemname{
	display: block;
	margin-right: 10px;
}

div#wear_and_goods ul li a span.brandname{
	display: block;
	margin-right: 10px;
}

div#wear_and_goods ul li a:hover span.itemname,
div#wear_and_goods ul li a:hover span.brandname{
	text-decoration: underline;
	color: #444;
}

/* ****************************** blog ****************************** */

div#blog{
	width: 180px;
	margin-bottom: 20px;
	overflow: hidden;
}

div#blog h2{
	margin-bottom: 10px;
	width: 64px;
	height: 18px;
	background: url("../images/index/blog_title.png");
	overflow: hidden;
	text-indent: -9999em;
}

div#blog ul,
div#blog ul li{
	position: static;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#blog ul li{
	margin-bottom: 10px;
}

div#blog ul li a{
	line-height: 1.3em;
}

div#blog ul li p.date{
	font-size: 80%;
}

div#blog ul li p.headline{
}

div#blog p.link{
	text-align: right;
}

/* ****************************** brand ****************************** */

div#brand
{
	width: 890px;
	overflow: hidden;
	background: #333;
	margin-bottom: 20px;
	border-radius: 5px;
}

div#brand h2
{
	margin: 20px 0 10px 20px;
	width: 108px;
	height: 18px;
	background: url("../images/index/brand_title.png");
	overflow: hidden;
	text-indent: -9999em;
}

div#brand div.inner
{
	margin: 0 20px 20px 20px;
	overflow: hidden;
	width: 850px;
}

div#brand div.inner ul,
div#brand div.inner ul li
{
	position: static;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#brand div.wrapper{
	width: 205px;
	margin-right: 10px;
	float: left;
	display: inline;
}

div#brand div.wrapperEnd{
	width: 205px;
	float: left;
}

div#brand a{
	color: #fff;
}

div#brand h3{
	color: #fff;
	font-weight: 400;
	font-style: italic;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.5em;
}

div#brand h4{
	color: #fff;
	font-weight: 400;
	font-style: italic;
	border-bottom: 1px dashed #666;
	margin-bottom: 5px;
	font-size: 1.5em;
}

div#brand div.inner ul{
	margin-bottom: 15px;
}

div#brand div.inner p,
div#brand div.inner ul li{
	color: #fff;
	line-height: 1.1em;
	margin-bottom: 10px;
}

div#brand div.inner ul li span{
	display: block;
	font-size: 0.8em;
}
