@charset "utf-8";
/*　*/
body {
	background-color: #001c00;
	color: #e5f3c4;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}
img {
	border: none;
}
p {
	margin: 8px 25px;
	padding: 0;
	line-height: 18px;
	font-family: "MS UI Gothic", Osaka, san-serif;
}
a:link, a:visited {
	color: #e5f3c4;
}
a:hover, a:active, a:focus {
	color: #ffbb00;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "平成明朝", "Book Antiqua", "Times New Roman", serif;
}
h1 { /* for the top image */
	width: 720px;
	height: 60px;
	margin: 1px auto 0;
	padding: 0;
	border-width: 1px 2px 0;
	border-color: #e5f3c4;
	border-style: solid;
}
h2 { /* for the upper line */
	width: 700px;
	height: 15px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(../img/bg_2.jpg);
	border-width: 0 2px;
	border-color: #e5f3c4;
	border-style: solid;
}
h2 a {
	text-decoration: none;
}
h3 { /* for the second line */
	width: 700px;
	height: 15px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(../img/bg_4.jpg);
	border-width: 0 2px;
	border-color: #e5f3c4;
	border-style: solid;
}
h4 { /* for use in the main contents box */
	height: 15px;
	margin: 30px 25px 15px;
	padding: 0 5px;
	border-left: 8px solid;
}
h5 { /* for use in the main contents box */
	height: 15px;
	margin: 20px 40px 10px;
	padding: 0;
}
h6 { /* for footer-copyright section */
	width: 700px;
	height: 15px;
	margin: 0 auto 1px;
	padding: 0 10px;
	text-align: right;
	background-image: url(../img/bg_footer.jpg);
	border-width: 0 2px 1px;
	border-color: #e5f3c4;
	border-style: solid;
}
#menu {
	width: 720px;
	height: 144px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background-image: url(../img/bg_menu.jpg);
	background-position: 0 0;
	border-width: 0 2px;
	border-color: #e5f3c4;
	border-style: solid;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	width: 144px;
	height: 144px;
	margin: 0;
	padding: 0;
	text-indent: -288px;
	overflow: hidden;
}
#menu .about_us a:hover {
	background-image: url(../img/bg_menu.jpg);
	background-position: 0 -144px;
}
#menu .products a:hover {
	background-image: url(../img/bg_menu.jpg);
	background-position: -144px -144px;
}
#menu .team a:hover {
	background-image: url(../img/bg_menu.jpg);
	background-position: -288px -144px;
}
#menu .dealers_and_contact a:hover {
	background-image: url(../img/bg_menu.jpg);
	background-position: -432px -144px;
}
#menu .promo_film a:hover {
	background-image: url(../img/bg_menu.jpg);
	background-position: -576px -144px;
}
#contents {
	width: 720px;
	margin: 0 auto;
	padding: 40px 0;
	border-width: 0 2px;
	border-color: #e5f3c4;
	border-style: solid;
	font-size: 12px;
	line-height: 18px;
}
#contents a {
	text-decoration: none;
	border-width: 0 0 1px;
	border-color: #e5f3c4;
	border-style: dashed;
}
#contents a:hover {
	border-color: #ffbb00;
}
#contents a:active {
	border-color: #ffbb00;
}
#contents a:focus {
	border-color: #ffbb00;
}
#access {
	width: 720px;
	margin: 0 auto;
	padding: 0;
	border-width: 0 2px;
	border-color: #e5f3c4;
	border-style: solid;
}
