* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: white;
	height: 100%;
}
#intro {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}
#introLogo {
	width: 589px;
	height: 203px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -294px;
	display: none;
}
#topImage {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 600px;
	z-index: 0;
	text-align: right;
	overflow: hidden;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}
h1#logo {
	display: block;
	text-indent: -9999em;
	width: 210px;
	height: 55px;
	margin: 110px 0 100px 0;
	background: url(/images/index/logo.png) top left no-repeat;
}


/**
 * IE PNG FIX
 */
h1#logo, div#navigation li a, li#naviBusiness p, li#naviShop p {
	behavior: url('/lib/iepngfix.php');
}

/**
 * Navigation
 */
div#navigation {
}
div#navigation ul li {
	display: inline;
	list-style-type: none;
}
div#navigation ul li a {
	height: 22px;
	text-indent:-9999em; 
	overflow: hidden;
	text-decoration: none;
	float: left;
}
li#naviHistory a {
	width: 115px;
	margin-left: 3px;
	background: url(../../images/index/navi.png) -3px -1px;
	position: relative;
	z-index: 2;
}
li#naviHistory a:hover {
	background-position: -3px -61px;
}
li#naviBrand a {
	width: 107px;
	margin-left: 8px;
	background: url(../../images/index/navi.png) -126px -1px;
	position: relative;
	z-index: 3;
}
li#naviBrand a:hover {
	background-position: -126px -61px;
}
li#naviCatalog a {
	width: 154px;
	margin-left: 13px;
	background: url(../../images/index/navi.png) -246px -1px;
	position: relative;
	z-index: 4;
}
li#naviCatalog a:hover {
	background-position: -246px -61px;
}
li#naviShop p {
	width: 120px;
	margin-left: 410px;
	background: url(../../images/index/navi.png) -410px -1px;
	text-indent: -9999em;
}

ul#subNaviShop li {
	display: inline;
	list-style-type: none;
}
ul#subNaviShop li a {
	float: left;
	height: 14px;
	text-indent:-9999em; 
	overflow: hidden;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
li#subNaviShowroom a {
	height: 14px !important;
	width: 85px;
	margin-left: 425px;
	background: url(../../images/index/navi.png) -425px -25px;
}
li#subNaviShowroom a:hover {
	background-position: -425px -85px;
}
li#subNaviOutlet a {
	height: 14px !important;
	width: 80px;
	margin-left: 425px;
	background: url(../../images/index/navi.png) -425px -39px;
}
li#subNaviOutlet a:hover {
	background-position: -425px -99px;
}

li#naviBusiness {
	float: right;
	margin-top: -50px;
}

li#naviBusiness, x:-moz-broken {
	margin-top: -53px;
}

li#naviBusiness p {
	width: 130px;
	margin-left: 559px;
	background: url(../../images/index/navi.png) -559px -1px;
	text-indent: -9999em;
	margin-bottom: 4px;
}

li#naviBusiness p, x:-moz-broken {
	margin-bottom: 0;
}

ul#subNaviBusiness li {
	display: inline;
	list-style-type: none;
}
ul#subNaviBusiness li a {
	float: left;
	height: 14px;
	text-indent:-9999em; 
	overflow: hidden;
	text-decoration: none;
}
li#subNaviB2BItem a {
	height: 14px !important;
	width: 171px;
	margin-left: 585px;
	background: url(../../images/index/navi.png) -574px -25px;
}
li#subNaviB2BItem a:hover {
	background-position: -574px -85px;
}
li#subNaviGaishi a {
	height: 14px !important;
	width: 222px;
	margin-left: 585px;
	background: url(../../images/index/navi.png) -574px -39px;
}
li#subNaviGaishi a:hover {
	background-position: -574px -99px;
}


/**
 * News
 */
div#news {
	clear: both;
	float: left;
	width: 365px;
	padding: 10px 20px 0 15px;
}
h2#newsHeader {
	color: white;
	background-color: #a6bfde;
	font-size: 12px;
	padding: 1px 5px;
}
table#newsList {
	border: none;
	border-collapse: collapse;
	width: 360px;
	margin: 15px 0 5px 5px;
	font-size: smaller;
}
li.newsItem {
	margin-bottom: 5px;
}
td.newsDate {
	color: #dd5632;
	margin-right: 5px;
	font-size: 11px;
}
td.newsTitle {
	color: #333;
	background-color: #eaf1f4;
	padding: 1px 5px;
	border-left: 6px solid white;
	border-bottom: 10px solid white;
	font-size:12px;
}
td.newsTitle a {
	color: #555;
}
img#newsArchive {
	display: block;
	float: right;
	border: none;
}


/**
 * Banner
 */
div#banners {
	float: left;
	text-align: right;
	width: 390px;
	padding: 10px 10px 0 0;
}
div#banners li {
	display: inline;
	list-style-type: none;
}
div#banners li a {
	width: 163px;
	height: 43px;
	display: block;
	margin-left: 10px;
	float: right;
	text-decoration: none;
	border: 6px solid #eeeeee;
	margin-top: 12px;
}
a#bannerRakuten {
	width: 133px;
	height: 28px;
	display: block;
	float: right;
	margin-top: 12px;
	border: 6px solid #eeeeee;
}

a#bannerfifa {
	width: 229px;
	height: 73px;
	display: block;
	float: right;
	border: 6px solid #eeeeee;
}


/**
 * Footer
 */
div#footerNavi {
	clear: both;
	padding-top: 10px;
}
div#footerNavi ul li {
	display: inline;
	list-style-type: none;
}
div#footerNavi ul li a {
	display: block;
	float: left;
	height: 22px;
	text-indent:-9999em; 
	overflow: hidden;
	text-decoration: none;
}
li#footerNaviCompany a {
	width: 69px;
	margin-left: 5px;
	background: url(/images/index/footer-navi.gif) -5px 0px no-repeat;
}
li#footerNaviPrivacy a {
	width: 162px;
	margin-left: 12px;
	background: url(/images/index/footer-navi.gif) -86px 0px no-repeat;
}
li#footerNaviInquiry a {
	width: 87px;
	margin-left: 15px;
	background: url(/images/index/footer-navi.gif) -263px 0px no-repeat;
}
li#footerNaviFAQ a {
	width: 46px;
	margin-left: 14px;
	background: url(/images/index/footer-navi.gif) -364px 0px no-repeat;
}
li#footerNaviEnglish a {
	width: 60px;
	margin-left: 49px;
	background: url(/images/index/footer-navi.gif) -459px 0px no-repeat;
}


div#footerImage {
	clear: both;
	margin-top: 50px;
	text-align: center;
}
