@charset "utf-8";

/* common */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

strong {
	font-weight: normal;
}

body {
	background: url(../common/body_bg.gif) repeat-x top;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, "ヒラギノ角ゴ Pro W3";
}

html>/**/body {
	font-size: 16px; 
}

.clear {
	display: inline-block;
	clear: both;
}  
 
.clear:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0066CC;
	text-decoration: none;
}



/* base-layout */
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(../common/wrapper_bg.jpg) repeat-x left 130px #FFFFFF;
	text-align: left;
}

#header {
	position: relative;
	width: 902px;
	height: 130px;
	margin: 0 0 0 -2px;
	background: url(../common/header_line.jpg) no-repeat bottom;
	/display: inline;
	/zoom: 1;
}

#header.oem {
	background: url(../common/header_line_oem.jpg) no-repeat bottom;
}

#header.stocks {
	background: url(../common/header_line_stocks.jpg) no-repeat bottom;
}

#header h1 {
	position: absolute;
	left: 230px;
	top: 12px;
	width: 220px;
	font-size: 70%;
	line-height: 1.2em;
	font-weight: normal;
}

#header h1 a {
	color: #333333;
	text-decoration: none;
}

#header div.logo {
	position: absolute;
	left: 2px;
	top: 7px;
	width: 217px;
}

#header ul.gnav {
	position: absolute;
	left: 0;
	top: 81px;

}

#header ul.gnav li {
	float: left;
	list-style: none;
}

#header ul.gnav02 {
	position: absolute;
	left: 530px;
	top: 95px;
}

#header ul.gnav02 li {
	float: left;
	margin: 0 3px 0 0;
	list-style: none;
}

#header ul.inquiry {
	position: absolute;
	left: 466px;
	top: 10px;
	width: 435px;
	background: url(../common/header_inquiry_bg.jpg) no-repeat right top;
}

#header ul.inquiry li {
	float: left;
	list-style: none;
}

#header ul.inquiry li.btn {
	padding: 10px 0 0 0;
}


#pankuzu {
	margin: 17px 10px 10px 12px
}

#pankuzu li {
	float: left;
	margin: 0 7px 0 0;
	list-style: none;
	font-size: 70%;
	line-height: 1.1em;
}

#nav {
	float: left;
	width: 210px;
	margin: 0 0 50px 10px;
	/display: inline;
	/zoom: 1;
}

#main {
	float: right;
	width: 650px;
	margin: 0 10px 0 0;
	/display: inline;
	/zoom: 1;
}

#footer {
	clear: both;
	background: url(../common/footer_line.gif) repeat-x 0 36px;
}

#footer div.goTop {
	margin: 0 2px 0 0;
	text-align: right; 
}

#footer address {
	float: right;
	padding: 6px 0 0 0;
	text-align: right;
}

#footer ul {
	padding: 10px 0 10px 0;
}

#footer li {
	display: inline;
	list-style: none;
	font-size: 70%;
	line-height: 1.6em;
	white-space: nowrap;
}

#footer a:link,
#footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #666666;
	text-decoration: underline;
}


