﻿@charset "UTF-8";

html {
    height:100%;
    margin: 0 0 1px 0;
}
body {
	font-family: "Hiragino Kaku Gothic Pro","繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Meiryo","繝｡繧､繝ｪ繧ｪ","Osaka","MS PGothic","・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け",sans-serif;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #6589bf;
	text-decoration: none;
}
h1 {
	text-indent: -9999px;
	background: #fff url(../img/common/header.gif) no-repeat ;
	height: 101px;
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
}
img {
	border-width: 0;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

#container {
	text-align: center;
	background: #fff;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 101px;
	width: 900px;
	margin: 0;
	padding: 0;
}
#content {
	text-align: left;
	width: 860px;
	margin: 30px 0 0 0;
	padding: 0 0 0 100px;
	float: left;
}
#container p.remarks{
	color: #666;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	width: 800px;
	margin: 0;
	padding: 0 0 0 100px;
	float: left;
}
#footer {
	font-size: 10px;
	text-align: right;
	line-height: 24px;
	height: 24px;
	width: 840px;
	margin: 30px 0 0 0;
	padding: 0;
	clear: both;
	background: #fff;
	float: left;
}

/*navigation
------------------------------*/
#navigation {
	height: 51px;
	width: 367px;
	text-align: left;
	margin: 50px 0 0 0;
	padding: 0;
	display: block;
	float: right;
}
#navigation ul#contents{
	color: #333;
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul#contents a:link {
	color: #000;
	text-decoration: none;
}
#navigation ul#contents a:visited {
	color: #000;
	text-decoration: none;
}
#navigation ul#contents a:hover {
	color: #6589bf;
	text-decoration: none;
}
#navigation ul#contents a:active {
	color: #000;
	text-decoration: none;
}
#navigation ul#contents li{
	height: 51px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	display: block;
	background: #fff url(../img/common/navigation.gif) no-repeat ;
	float: left;
}
#navigation ul#contents li a{
	height: 51px;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
	background: #fff url(../img/common/navigation.gif) no-repeat ;
	float: left;
}

/*Home*/
#navigation ul#contents li#home{
	width: 54px;
	background-position: 0 -51px;
}
#navigation ul#contents li#home a{
	width: 54px;
	background-position: 0 0;
}
#navigation ul#contents li#home a:hover{
	width: 54px;
	background-position: 0 -51px;
}

/*Product*/
#navigation ul#contents li#product{
	width: 65px;
	background-position: -54px -51px;
}
#navigation ul#contents li#product a{
	width: 65px;
	background-position: -54px 0;
}
#navigation ul#contents li#product a:hover{
	width: 65px;
	background-position: -54px -51px;
}

/*About*/
#navigation ul#contents li#about{
	width: 56px;
	background-position: -119px -51px;
}
#navigation ul#contents li#about a{
	width: 56px;
	background-position: -119px 0;
}
#navigation ul#contents li#about a:hover{
	width: 56px;
	background-position: -119px -51px;
}

/*News*/
#navigation ul#contents li#news{
	width: 50px;
	background-position: -175px 0;
}
#navigation ul#contents li#news a{
	width: 50px;
	background-position: -175px 0;
}
#navigation ul#contents li#news a:hover{
	width: 50px;
	background-position: -175px -51px;
}

/*Dealer*/
#navigation ul#contents li#dealer{
	width: 57px;
	background-position: -225px -51px;
}
#navigation ul#contents li#dealer a{
	width: 57px;
	background-position: -225px 0;
}
#navigation ul#contents li#dealer a:hover{
	width: 57px;
	background-position: -225px -51px;
}

/*Contact*/
#navigation ul#contents li#contact{
	width: 65px;
	background-position: -282px -51px;
}
#navigation ul#contents li#contact a{
	width: 65px;
	background-position: -282px 0;
}
#navigation ul#contents li#contact a:hover{
	width: 65px;
	background-position: -282px -51px;
}