@charset "utf-8";

/* =====================================================================
*   TOP PAGE
* =================================================================== */


*{
	margin:0;
	padding:0;
}
a{
	color:#8FC2FF;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#000;
	font-size:13px;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small; 
}
/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 20%; 
	left: 49.5%;
	z-index: 100;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url("/img/progress.gif");
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	cursor:default;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
#comingsoon {
	z-index: 10;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-137px;
	margin-left:-137px;
	width:274px;
	height:274px;
}
#comingsoon p {
	color:#ffffff;
	text-align:center;
	margin:auto;
	background-color:#000000;
	font:"Times New Roman", Times, serif;
	font-size:85%;
}
		
/* 
TOPPAGE navigation
  */
#menuList {
	width:200px;
	margin-top:26px;
}
#menuList h3 {
	line-height:0;
	height: 22px;
	margin: 0;
}
#menuList h3 a {
	display: block;
	height: 22px;
	text-indent: -9999px;
	line-height:normal;
}
#menuList h3.menu01 a {
	width: 45px;
	background:url("../images/navi_top.png") no-repeat left top;
}
#menuList h3.menu02 a {
	width:90px;
	background:url("../images/navi_concept.png") no-repeat left top;
}
#menuList h3.menu03 a {
	width:60px;
	background:url("../images/navi_news.png") no-repeat left top;
}
#menuList h3.menu04 a {
	width:100px;
	background:url("../images/navi_products.png") no-repeat left top;
}
#menuList h3.menu05 a {
	width:150px;
	background:url("../images/navi_manufacturing.png") no-repeat left top;
}
#menuList h3.menu06 a {
	width:80px;
	background:url("../images/navi_dealer.png") no-repeat left top;
}
#menuList h3.menu07 a {
	width:90px;
	background:url("../images/navi_contact.png") no-repeat left top;
}
#menuList h3 a:hover,
#menuList h3 a:focus
 {
	background-position: 0px -30px;
}
#leftCol {
	z-index:10;
	position:absolute;
	float:left;
	width:246px;
	padding-left:34px;
	padding-top:44px;
}
#copyrightBoxTOP {
	z-index: 10;
	position:fixed;
	top:96%;
	left:2%;
}
p#copyrightTOP {
	z-index: 20;
	font-size: 54%;
	color:#ffffff;
	float: left;
}