@charset "utf-8";
/* CSS Document */

/* ===================================================================
CSS information
shop/
=================================================================== */

/* ヘッダーロールオーバー保持 */
li#nav_03 img {
	visibility	: hidden;
}
li#nav_03 a {
	display	: block;
	background:url(../img/g_navi/nav_03_on.gif) no-repeat top left;
}

/* index */
.bnr_box{
	margin:0 0 30px 40px;
}
.bnr_box dl{
	width:210px;
	float:left;
	margin-right:15px;
}
.bnr_box dl dd{
	background:url(../about/img/bg_bnr_box.gif) no-repeat bottom left;
	padding:16px 0;
	text-indent:12px;
}
.bnr_box a:hover{
	color:#F90!important;
}