@charset "iso-8859-1";

/*base CSS*/


*{
margin:0;
}


body{
	margin:0;
}

img{
border:0;
}


ul{
list-style-type:none;
}

#wrapper{
	width: 740px;
}

#header{
	top:0px;
	width: 740px;
	height: 85px;
	background: url(../images/hd.gif) no-repeat;
}

#header h1{
	margin: 0;
	position: absolute;
	left: 10px;
	top: 10px;
	visibility: visible;
}

#header p#inquiryByPhone{
	margin: 0;
	position: absolute;
	left: 530px;
	top: 29px;
	width: 202px;
	height: 16px;
	visibility: visible;
}

#header ul{
	margin: 0;
}

#header li{
	margin: 0;
	padding: 0;
	position:absolute;
	top:0px;
	height:19px;
	text-indent:-9999px;
	visibility: visible;
}

#header li a{
	text-decoration:none;
	display:block;
	height:19px;
}

#header li#home{ left:493px; width:70px; background:url(../english/images/hd_bt01.gif) no-repeat; }
#header li#siteMap{ left:563px; width:95px; background:url(../english/images/hd_bt02.gif) no-repeat; }
#header li#corporate{ left:658px; width:82px; background:url(../english/images/hd_bt03.gif) no-repeat; }

#header li#home a:hover{ background:url(../english/images/hd_bt01on.gif) 0 0; }
#header li#siteMap a:hover{ background:url(../english/images/hd_bt02on.gif) 0 0; }
#header li#corporate a:hover{ background:url(../english/images/hd_bt03on.gif) 0 0; }

div#globalNavi{
	width:740px;
	height:25px;
}

#globalNavi li{
	margin: 0;
	padding: 0;
	position:absolute;
	top:60px;
	height:25px;
	text-indent:-9999px;
	visibility: visible;
}

#globalNavi li a{
	text-decoration:none;
	display:block;
	height:25px;
}

#globalNavi li#lineup{ left:10px; width:153px; background:url(../english/images/gnavi_bt01.gif) no-repeat; }
#globalNavi li#shop{ left:163px; width:146px; background:url(../english/images/gnavi_bt02.gif) no-repeat; }
#globalNavi li#about{ left:309px; width:179px; background:url(../english/images/gnavi_bt03.gif) no-repeat; }
#globalNavi li#inquiry{ left:488px; width:134px; background:url(../english/images/gnavi_bt04.gif) no-repeat; }
#globalNavi li#japanese{ left:622px; width:118px; background:url(../english/images/gnavi_jpn.gif) no-repeat; }

#globalNavi li#lineup a:hover{ background:url(../english/images/gnavi_bt01on.gif) 0 0; }
#globalNavi li#shop a:hover{background:url(../english/images/gnavi_bt02on.gif) 0 0;}
#globalNavi li#about a:hover{background:url(../english/images/gnavi_bt03on.gif) 0 0;}
#globalNavi li#inquiry a:hover{background:url(../english/images/gnavi_bt04on.gif) 0 0;}

#footer {
	clear:both;
	position:relative;
	width:740px;
	height:35px;
	border-top:1px solid #cccccc;
	background: url(../images/ft.gif) repeat-x;
}

#footer p#copyRight{
	margin:0;
	position:absolute;
	width:588px;
	height:12px;
	top:10px;
	left:10px;
	visibility: visible;
}

.stxt{
font-size:10px;
color:#000000;
line-height:1.5;
}

.txt{
font-size:12px;
color:#000000;
line-height:1.5;
}

a:link { color: #9d0000; text-decoration:underline; }
a:visited { color: #EE25252; text-decoration:none; }
a:hover { color: #E25252; text-decoration:underline; }

