@charset "UTF-8";
/*----------------------------------------------
メニュー
----------------------------------------------*/
#gnavi .inner li a{
	display:block;
	padding:5px 0 10px 25px;
}

#menuHome a{background: url(../images/menu_home.gif) no-repeat 0% 40%;}
#menuRecommend a{background: url(../images/menu_rec.gif) no-repeat 0% 40%;}
#menuShohin a{background: url(../images/menu_shohin.gif) no-repeat 0% 40%;}
#menuEvent a{background: url(../images/menu_event.gif) no-repeat 0% 40%;}
#menuService a{background: url(../images/menu_service.gif) no-repeat 0% 40%;}
#menuTyre a{background: url(../images/menu_tyre.gif) no-repeat 0% 40%;}
#menuShop a{background: url(../images/menu_shop.gif) no-repeat 0% 40%;}
#menuContact a{background: url(../images/menu_contact.gif) no-repeat 0% 40%;}
#menuLink a{background: url(../images/menu_link.gif) no-repeat 0% 40%;}

.infoList{
	text-align:center;
	margin:10px 0px;
}
.infoList a{
	margin:0px 10px 0px 0px;
	background: url(../images/icon_arrow.gif) no-repeat center left;
	padding-left:15px;
}
.bnr li{
	margin:0px 0px 10px 0px;
}

/*----------------------------------------------
.news
----------------------------------------------*/
.news table td{
	vertical-align: top;
	padding:5px;
}
.news .cat{
	white-space: nowrap;
	text-align:center;
}
.news .day{
	white-space: nowrap;
}
.news .cat span{
	width:65px;
	display:block;
	padding:0px 5px;
	color:#fff;
	font-size:85%;
}
.news .cat .event{background-color:#76ae80;}
.news .cat .sale{background-color:#ed606b;}
.news .cat .cp{background-color:#e988b0;}
.news .cat .release{background-color:#9384c1;}
.news .cat .news{background-color:#546aa0;}
.news .cat .info{background-color:#9e716a;}

#news h2{
	margin:0px 10px 20px;
	padding:6px 0 6px 20px;
	background: url(../images/h2_back.gif) no-repeat top left;
}
.news .text-link{
	margin:10px 0px 0px 0px;
}
#news .news table{margin:0px 20px 30px;}

.osusumeLink{
	border-top:1px dotted #ccc;
	margin:10px 0px 0;
	padding:5px 5px 0;
}
.osusumeLink span{
	padding-right:10px;
	font-weight:bold;
}
/*----------------------------------------------
.recommend
----------------------------------------------*/
.recommend dl{
	overflow:hidden;
	_zoom:1;
}
.recommend dl dt{
	width:168px;
	display:inline;
	float:left;
}
.recommend dl dd{
	width:276px;
	display:inline;
	float:right;
}
/*----------------------------------------------
.tyre
----------------------------------------------*/
.tyre dl{
	overflow:hidden;
	_zoom:1;
}
.tyre dl dt{
	width:84px;
	display:inline;
	float:left;
}
.tyre dl dd{
	width:360px;
	display:inline;
	float:right;
}
.tyre ul{
	overflow:hidden;
	_zoom:1;
	margin:15px 0px 0px 0px;
}
.tyre ul li{
	width:155px;
	margin:0px 10px 0px 15px;
	list-style-type:disc;
	float:left;
}
.homeBnr{margin:0px 0px 10px 0px;}

