@charset "utf-8";
/*
-----------------------------------------------

update:2009/2/2
----------------------------------------------- */

/*
===== CONTENTS =====

	1: universal reset 
	2: layout
	3: parts
		: header
		: navi
		: main
		: sub
		: footer
	
====================
*/

/* 1: universal reset
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,div,table,tr,td,th,a{
	border-style:solid;
	border-width:0px;
	border-color:#ccc;
	font-size:100%;
}

p,li,dt,dd{line-height:1.7;}
th,td{ line-height:1.8; text-align:left; font-weight:normal; vertical-align:top;}
img{border-width:0px; vertical-align:bottom;}

a{
	outline:none;
	text-decoration: underline;
	color:#006699;
	cursor:pointer;
	vertical-align:baseline;
}
a:hover{ color:#ba1515;}

option{padding-right:10px;}


/* ie6-png */

* html .png{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
* html .png-repeat{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

.png-img{ behavior: expression(IEPNGFIX.fix(this));}


/* 2: layout
----------------------------------------------- */

body{
	font-family: "Hiragino Kaku Gothic Pro",Verdana,Arial,Helvetica,"Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	text-align:center;
	color:#333;
	padding-top:18px;
	font-size: 75%; /* IE */
	background:top repeat-x url(../img/common/body.jpg) #fff;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}

#container{
	margin:0px auto;
	text-align:left;
	width:894px;
}

#header{
	position:relative;
}

#navi{
	width:863px;
	margin-left:31px;
	display: inline-block;
}

#navi:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}


#contents{
	width:894px;
	margin-bottom:17px;
}

#main,
#sub{
	display:inline;
	position:relative;
}


#footer{
	margin-left:1px;
	width:892px;
}

/* 3: parts
----------------------------------------------- */

/*
===== header =====
*/

#logo{
	width:216px;
	height:45px;
	background-image:url(../img/common/logo.png);
}
#logo.logo2{
	background-image:url(../img/common/logo2.png);
	width:246px;
}

#logo a{
	display:block;
	text-indent:-9000px;
	width:216px;
	height:45px;
	position:relative;
}
#logo.logo2 a{
	width:246px;
}

#lead{
	font:80%;
	position:absolute;
	top:-10px;
	right:0;
}
#lead strong{}

#lead2{
	font:80%;
	position:absolute;
	top:10px;
	font-weight:bold;
	right:0;
	color:#c71a1a;
}


/*----- header-navi -----*/

#header ul{
	position:absolute;
	right:0px;
	top:33px;
}

#header li{
	margin-left:15px;
	float:left;
}

#header li a{
	display:block;
	height:16px;
	overflow:hidden;
}

#h-n1 a{ background-image:url(../img/common/h-home.png); width:49px;}
#h-n2 a{ background-image:url(../img/common/h-faq.png); width:89px;}
#h-n3 a{ background-image:url(../img/common/h-contact.png); width:83px;}
#h-n4 a{ background-image:url(../img/common/h-sitemap.png); width:75px;}

#header li a span{
	position:relative;
	height:16px;
	display:block;
	text-indent:-9000px;
}


/*
===== navi =====
*/

#navi li{
	float: left;
	background-image:url(../img/common/navi-bg.png);
	width:132px;
	height:60px;
	margin-right:8px;
}

#navi a{
	display:block;
	text-indent:-9000px;
	height:54px;
	width:127px;
	margin:2px 0 0 2px;
	background-image:url(../img/common/navi.jpg);
}
.navi2#navi a{
	background-image:url(../img/common/navi2.jpg);
}

#n1 a{}
#n2 a{ background-position: -127px 0px;}
#n3 a{ background-position: -254px 0px;}
#n4 a{ background-position: -381px 0px;}
#n5 a{ background-position: -508px 0px;}
#n6 a{ background-position: -635px 0px;}

.ability-p #n1 a,#n1 a:hover{ background-position: left bottom;}
.choose-p #n2 a,#n2 a:hover{ background-position: -127px -54px;}
.products-p #n3 a,#n3 a:hover{ background-position: -254px -54px;}
.history-p #n4 a,#n4 a:hover{ background-position: -381px -54px;}
.voices-p #n5 a,#n5 a:hover{ background-position: -508px -54px;}
.purchase-p #n6 a,#n6 a:hover{ background-position: -635px -54px;}


/*
===== contents =====
*/

#contents-top{
	background-image:url(../img/common/contents-top.png);
	overflow:hidden;
	height:14px;
	display:block;
}

#contents-middle{
	background:url(../img/common/contents-middle.png) repeat-y;
	width:894px;
	display: inline-block;
}

#contents-middle:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}


#contents-bottom{
	background-image:url(../img/common/contents-bottom.png);
	height:2px;
	overflow:hidden;
	display:block;
}


/*
===== main =====
*/

#main-inner{
	margin:0 4px;
	padding:30px 19px 0 19px;
}

.block{margin-bottom:22px;}

/* text */

.h2{margin-bottom:16px;}
.h3{
	background:url(../img/common/h3.png) left bottom no-repeat;
	_background:url(../img/common/h3.jpg) left bottom no-repeat;
	margin-bottom:16px;
	font-size:120%;
	padding-bottom:3px;
}
.h4{
	background:url(../img/common/line.gif) left bottom repeat-x;
	padding-bottom:3px;
	margin-bottom:10px;
	font-size:120%;
}

.p{margin-bottom:15px;}
.center{text-align:center;}
.migi{text-align:right;}
.big{font-size:120%;}
.small{font-size:90%;}
.red{color:#f00;}
.red2{color:#c71a1a;}
.keyword{
	position:absolute;
	display:block;
	top:-9000px;
	left:-9000px;
}

.a{
	background: url(../img/home/arrow2.gif) right no-repeat;
	padding-right:13px;
}
span.a{
	display:inline;
	zoom:1;
}

.pagetop{text-align:right;}
.pagetop a{
	background:url(../img/common/pagetop.jpg) left no-repeat;
	text-indent:-9000px;
	display:block;
	width:75px;
	height:15px;
	text-align:left;
	margin-left:auto;
}

/* indent */

.indent li{
	margin-left:1em;
	text-indent:-1em;
	margin-bottom:10px;
}

.indent2 li{
	margin-left:1.5em;
	text-indent:-1.5em;
	margin-bottom:10px;
}

/* case */

.case{ width:612px;display: inline-block;}
.case:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}
.case .left{ width:253px;float:left; display:inline;}
.case .right{ width:341px;float:right; display:inline;}

/* news-list */

.news-list{
	position:relative;
}
.news-list dt{
	position:absolute;
	left:0px;
	background:url(../img/home/news-icon.jpg) left no-repeat;
	padding-left:11px;
}
.news-list dd{
	padding-left:8em;
	padding-bottom:8px;
}

/* contents-banner */

#contents-banner{
	width:614px;
	display: inline-block;
}

#contents-banner:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}

#contents-banner li{
	float:left;
	margin-right:10px;
}
#contents-banner .last{margin-right:0;}

#contents-banner a{
	width:198px;
	height:71px;
	display:block;
	text-indent:-9000px;
}

#c-b-kasoukou a{background-image:url(../img/common/contents-banner1.jpg);}
#c-b-liquio a{background-image:url(../img/common/contents-banner2.jpg);}
#c-b-oil a{background-image:url(../img/common/contents-banner3.jpg);}
#c-b-bike a{background-image:url(../img/common/contents-banner-bike.jpg);}

#c-b-kasoukou2 a{background-image:url(../img/common/contents-banner1-2.jpg);}
#c-b-liquio2 a{background-image:url(../img/common/contents-banner2-2.jpg);}
#c-b-bike2 a{background-image:url(../img/common/contents-banner-bike-2.jpg);}

/* contents-menu */

#contents-menu{text-align:center;}
#contents-menu li{display:inline;}


/*
===== sub =====
*/


/*
===== footer =====
*/

#footer .inner{
	background-color:#390000;
	position:relative;
	height:79px;
	color:#fff;
}
#footer .inner a{	color:#fff;}

#footer .address{
	padding:15px 0 0 18px;
	line-height:1.4;
}

#footer .home{
	position:absolute;
	top:17px;
	right:17px;
}

#footer .home a{
	background:url(../img/common/f-home.jpg)  left no-repeat;
	padding-left:22px;
	display:block;
	line-height:16px;
}

#footer ul{
	position:absolute;
	bottom:17px;
	right:17px;
}

#footer li{
	display:inline;
}

#footer #copyright{
	text-indent:-9000px;
	background-image:url(../img/common/copyright.jpg);
	height:47px;

}

