@charset "utf-8";
/*
===== 1: universal reset =================================
*/
*{ margin:0; padding:0; }

/*
===== 2: body and base setting ===========================
*/

/*body { background: #fff; }*/

#wrapper { width: 980px; margin: 0 auto; }

/*
===== 3: Global Navigation Setting =========================================
*/
#globalNav { height: 12px; padding: 12px 0 11px 15px; background: #fff; display:none;}/*EVW変更*/
#globalNav ul {margin: 0; padding: 0; list-style: none; }
#globalNav li {
	float: left;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0; padding: 0;
}
#globalNav li a {
	display: block;
	height: 12px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#globalNav li.top a { width: 39px; background: url(../img/btn_gnavi01.gif) no-repeat 0 0; }
#globalNav li.product a { width: 58px; background: url(../img/btn_gnavi02.gif) no-repeat 0 0; margin-left: 21px; }
#globalNav li.selfcheck a { width: 76px; background: url(../img/btn_gnavi03.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.event a { width: 48px; background: url(../img/btn_gnavi04.gif) no-repeat 0 0; margin-left: 21px; }
#globalNav li.tvcf a { width: 42px; background: url(../img/btn_gnavi05.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.download a { width: 67px; background: url(../img/btn_gnavi06.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.mobile a { width: 50px; background: url(../img/btn_gnavi07.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.shopsearch a { width: 74px; background: url(../img/btn_gnavi08.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.webstore a { width: 72px; background: url(../img/btn_gnavi09.gif) no-repeat 0 0; margin-left: 21px; }
#globalNav li.blog a { width: 40px; background: url(../img/btn_gnavi10.gif) no-repeat 0 0; margin-left: 20px; }

/* ロールオーバー画像設定 */
#globalNav li.top a:hover { width: 39px; background: url(../img/btn_gnavi01_o.gif) no-repeat 0 0; }
#globalNav li.product a:hover { width: 58px; background: url(../img/btn_gnavi02_o.gif) no-repeat 0 0; margin-left: 21px; }
#globalNav li.selfcheck a:hover { width: 76px; background: url(../img/btn_gnavi03_o.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.event a:hover { width: 48px; background: url(../img/btn_gnavi04_o.gif) no-repeat 0 0; margin-left: 21px; }
#globalNav li.tvcf a:hover { width: 42px; background: url(../img/btn_gnavi05_o.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.download a:hover { width: 67px; background: url(../img/btn_gnavi06_o.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.mobile a:hover { width: 50px; background: url(../img/btn_gnavi07_o.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.shopsearch a:hover { width: 74px; background: url(../img/btn_gnavi08_o.gif) no-repeat 0 0; margin-left: 20px; }
#globalNav li.webstore a:hover { width: 72px; background: url(../img/btn_gnavi09_o.gif) no-repeat 0 0; margin-left: 21px; }
#globalNav li.blog a:hover { width: 40px; background: url(../img/btn_gnavi10_o.gif) no-repeat 0 0; margin-left: 20px; }


