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

/*-- clear --*/
body, div, h1, h2, h3, h4, h5, h6,
p, a, img, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
	list-style:none;
	border:none;
	outline:none;
}

p, dt, dd, a, ol, ul, li, h1, h2 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#ffffff;
}

.clear {
	clear:both;
	width:0;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
	font-size: 0.1em; 
}

.clearfix:after {  
     content: ".";  
     display: block;  
     visibility: hidden;  
     height: 0.1px;  
     font-size: 0.1em;  
     line-height: 0;  
     clear: both;  
 } 
 
*:first-child+html .clearfix {
	display: inline-block; 
}

/*-- ie6 png--*/
img, div { 
	behavior:url(../css/iepngfix.htc); 
}


body {
	background:#000000;
	text-align:center
}
/*===================== wrapper================================*/
#wrapper {
	width:1400px;
	height:866px;
	position:relative;
	left:0;
	text-align:left;
	background:url(../img/bg_hitra.jpg) 0 492px no-repeat;
}

/*===================== container================================*/
#container {
	width:1400px;
	height:100%;
}

/*===================== side================================*/


#side {
	float:left;
	width:562px;
	
}

/*-- header--*/
#side #header {
	width:100%;
	height:267px;
	margin:0;
	background:url(../img/header_bg.jpg) top left no-repeat;
}
#side #header p#logohd {
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(../img/logo_hd.jpg) 146px 21px no-repeat;
}

/*-- gnavi--*/
#side #gnavi {
	width:200px;
	height:298px;
	margin:0 0 0 70px;
}
#side #gnavi ul {
	width:114px;
	height:298px;
}
#side #gnavi ul li,
#side #gnavi ul li a {
	line-height:0px;
	font-size:0.1px;
	text-indent:-9999px;
}

#side #gnavi ul li.main a {
	display:block;
	width:114px;
	height:23px;
	background:url(../img/gnavi.jpg) top left no-repeat;
}
#side #gnavi ul li.products a {
	display:block;
	width:114px;
	height:23px;
	background:url(../img/gnavi.jpg) 0 -23px no-repeat;
}
#side #gnavi ul li.onlineshop a {
	display:block;
	width:114px;
	height:23px;
	background:url(../img/gnavi.jpg) 0 -46px no-repeat;
}
#side #gnavi ul li.dealers a {
	display:block;
	width:114px;
	height:23px;
	background:url(../img/gnavi.jpg) 0 -69px no-repeat;
}
#side #gnavi ul li.blog a {
	display:block;
	width:114px;
	height:23px;
	background:url(../img/gnavi.jpg) 0 -92px no-repeat;
}
#side #gnavi ul li.link a {
	display:block;
	width:114px;
	height:23px;
	background:url(../img/gnavi.jpg) 0 -115px no-repeat;
}

/*-- a:hover--*/
#side #gnavi ul li.main a:hover {
	background-position:-115px 0;
}
#side #gnavi ul li.products a:hover {
	background-position:-115px -23px;
}
#side #gnavi ul li.onlineshop a:hover {
	background-position:-115px -46px;
}
#side #gnavi ul li.dealers a:hover {
	background-position:-115px -69px;
}
#side #gnavi ul li.blog a:hover {
	background-position:-115px -92px;
}
#side #gnavi ul li.link a:hover {
	background-position:-115px -115px;
}

/*-- gnavi_b--*/
#side #gnavi ul li.mainb {
	display:block;
	width:115px;
	height:23px;
	background:url(../img/gnaivb.jpg) top left no-repeat;
}
#side #gnavi ul li.productsb {
	display:block;
	width:115px;
	height:23px;
	background:url(../img/gnaivb.jpg) 0 -23px no-repeat;
}
#side #gnavi ul li.onlineshopb {
	display:block;
	width:115px;
	height:23px;
	background:url(../img/gnaivb.jpg) 0 -46px no-repeat;
}
#side #gnavi ul li.dealersb {
	display:block;
	width:115px;
	height:23px;
	background:url(../img/gnaivb.jpg) 0 -69px no-repeat;
}
#side #gnavi ul li.blogb {
	display:block;
	width:115px;
	height:23px;
	background:url(../img/gnaivb.jpg) 0 -92px no-repeat;
}
#side #gnavi ul li.linkb {
	display:block;
	width:114px;
	height:23px;
	background:url(../img/gnaivb.jpg) 0 -115px no-repeat;
}



/*===================== main================================*/
#main {
	float:right;
	width:838px;
	height:670px;
}


/*===================== footer================================*/
#footer {
	float:left;
	width:562px;
	height:130px;
}
/*-- cgnavi--*/
#footer ul#footnavi {
	margin:0 0 0 292px;
}


#footer ul#footnavi li {
	float:left;
	font-size:12px;
	line-height:14px;
}
#footer ul#footnavi li a {
	color:#FFFFFF;
	font-family:"Times New Roman";
	padding:0 5px 0 5px;
}
#footer ul#footnavi li.cont a {
	border-left:1px solid #ffffff;
}
#footer ul#footnavi li a:hover{
	color:#000000;
}

#footer p#copyright {
	clear:both;
	height:24px;
	background:url(../img/copyright.gif) 0 6px no-repeat;
	text-indent:-9999px;
}
