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


body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Osaka";
	background: url(../img/main_bg.gif) top center no-repeat;
	color: #333;
}

* {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 900px;
	height: 80px;
	clear: both;
}

h1 {
	width: 273px;
	height: 79px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}

h1 a {
	width: 273px;
	height: 79px;
	display: block;
}

#news {
	clear: both;
	margin: 40px 0;
	background: url(../img/news.gif) no-repeat;
	margin-left: 5px;
}

#news dl {
	margin-left: 100px;
}

#news dt {
	font-size: 12px;
	line-height: 21px;
	float: left;
	margin-right: 20px;
}

#news dd {
	font-size: 12px;
	line-height: 21px;
}

#news dd a {
	color: #68c;
}


#spacer {
	width: 100%;
	height: 1px;
	clear: both;
}

#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

.mask1{
	position:relative;
	width:900px;
	height:300px;
	overflow:hidden;
}



#navi {
	float: right;
}

#navi ul li {
	width: 121px;
	height: 79px;
	float: left;
	text-indent: -9999px;
}

#navi ul li a {
	width: 121px;
	height: 79px;
	display: block;
}

#navi ul li#hn01 {
	background: url(../img/header_navi01_1.gif) 0 0 no-repeat;
	margin-right: 18px;
}

#navi ul li#hn01 a:hover {
	background: url(../img/header_navi01_1.gif) 0 -80px no-repeat;
}

#navi ul li#hn02 {
	background: url(../img/header_navi02_1.gif) 0 0 no-repeat;
}

#navi ul li#hn02 a:hover {
	background: url(../img/header_navi02_1.gif) 0 -80px no-repeat;
}

#navi ul li#hn03 {
	background: url(../img/header_navi03_1.gif) 0 0 no-repeat;
	margin-right: 18px;
}

#navi ul li#hn03 a:hover {
	background: url(../img/header_navi03_1.gif) 0 -80px no-repeat;
}




#main_img {
	width: 900px;
	height: 300px;
	position: relative;
	top: 0px;
	clear: both;
}

#beta {
	width: 900px;
	height: auto;
	text-align: left;
	clear: both;
}

#content_navi {
	width: 160px;
	margin: 20px 25px 20px 0;
	float: left;
	padding: 0;
}

#content_navi2 {
	width: 160px;
	margin: 20px 0 20px 0;
	float: left;
}

*html #content_navi {
	position: relative;
	left: -30px;
	margin: 20px -20px 20px 0;
}

*html #content_navi2 {
	position: relative;
	left: -30px;
	margin: 20px -20px 20px 0;
}

#content_navi ul li,
#content_navi2 ul li {
	width: 160px;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content_navi a ul {
	cursor: pointer;
}
#content_navi2 a ul {
	cursor: pointer;
}


#content_navi ul li.brandname,
#content_navi2 ul li.brandname {
	height: 77px;
	margin-bottom: 10px;
}

#content_navi ul li.brandcaps,
#content_navi2 ul li.brandcaps {
	height: 150px;
	font-size: 10px;
	line-height: 16px;
}

#content_navi ul li.brandimg,
#content_navi2 ul li.brandimg {
	height: 100px;
}

#footer {
	width: 900px;
	height: 100px;
	clear: both;
	border-top: 20px solid #fe0;
}

/* Company
*******************************************************************************/
#company {
	position: relative;
	clear: both;
	width: 900px;
	height: auto;
	padding-top: 30px;
}

*html #company {
	position: relative;
	left: -75px;
}

#company ul {
	font-size: 12px;
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#company ul#last {
	float: left;
	width: auto;
	color: #888;
	margin-bottom: 20px;
}
#company ul#last li {
	color: #888;
	background: #fff;
	font-weight: normal;
}
#company ul li {
	text-indent: 5px;
	line-height: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	padding: 2px;
	background: #9cf;
}
#company ul li.lisp {
	background: #fff;
}

/* Contact
*******************************************************************************/
#contact {
	width: 650px;
	height: 300px;
	padding-top: 10px;
	float: left;
	position: relative;
	top: 1px;
}
#contact p {
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2px;
}

#contact input {
	width: 350px;
	height: auto;
	padding: 5px;
	border: 1px #ccc solid;
	color: #888;
	margin-bottom: 10px;
}
*html #contact p {
	margin-top: -2px;
}

#contact textarea {
	width: 350px;
	height: 50px;
	padding: 5px;
	border: 1px #ccc solid;
	color: #888;
	margin-bottom: 10px;
}
#contact input#botan {
	width: 60px;
	height: 20px;
	border: none;
	color: #9cf;
	font-weight: bold;
	margin-bottom: 9px;
	background: #fff;
}

#contact-message {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
}

#contact table {
	font-size: 11px;
	line-height: 22px;
	color: #fff;
	padding-top: 4px;
}

#contact p#thanks {
	font-size: 11px;
	line-height: 22px;
	color: #fff;
	padding-top: 4px;
	height: 300px;
}

/* Showroom
*******************************************************************************/
#showroom {
	position: relative;
	clear: both;
	width: auto;
	height: 180px;
	background: #fff;
}

#showroom img {
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 13px;
	margin-top: 13px;
}

#access {
	font-size: 11px;
	color: #888;
	padding: 4px;
	width: 192px;
	margin-bottom: 40px;
	float: left;
	margin-right: 13px;
}

#access p.title {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #9cf;
	padding: 4px;
	width: 192px;
	margin: 17px 0 10px 0;
}

#map img {
	border: 1px dashed #888;
	margin: 20px 0 40px 50px;
}
