* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0 none;
}
a, a:active {
	outline: none;
}
body {
	font-family: "Arial Rounded MT Bold", Futura, Verdana, sans-serif;
	font-size: 12px;
	color: #ccc;
	background-color: #000;
}
#global, #photo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	height: 600px;
	margin-left: -480px;
}
#photo {
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 0;
}
#global {
	z-index: 5;
}
#logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 315px;
	height: 150px;
}
#logo a {
	display: block;
	width: 315px;
	height: 150px;
	background-image: url(../img/logo.png);
	text-indent: -9999px;
	overflow: hidden;
}
#download {
	position: absolute;
	display: block;
	top: 15px;
	left: 770px;
	width: 151px;
	height: 110px;
	background-image: url(../img/pdf-download.png);
	text-indent: -9999px;
	overflow: hidden;
}
#menutop {
	position: absolute;
	top: 132px;
	left: 490px;
	height: 38px;
	width: 440px;
}
#menutop li {
	float: left;
	list-style: none;
}
#menutop li a {
	display: block;
	background-image: url(../img/menu-top.png);
	text-indent: -9999px;
	overflow: hidden;
	height: 38px;
}
#menutop li#m1 a {
	width: 70px;
	background-position: 0 0;
}
#menutop li#m1 a:hover {
	background-position: 0 -2px;
}
#menutop li#m1.current a {
	background-position: 0 -40px;
}
#menutop li#m2 a {
	width: 92px;
	background-position: -70px 0;
}
#menutop li#m2 a:hover {
	background-position: -70px -2px;
}
#menutop li#m2.current a {
	background-position: -70px -40px;
}
#menutop li#m3 a {
	width: 103px;
	background-position: -162px 0;
}
#menutop li#m3 a:hover {
	background-position: -162px -2px;
}
#menutop li#m3.current a {
	background-position: -162px -40px;
}
#menutop li#m4 a {
	width: 86px;
	background-position: -265px 0;
}
#menutop li#m4 a:hover {
	background-position: -265px -2px;
}
#menutop li#m4.current a {
	background-position: -265px -40px;
}
#menutop li#m5 a {
	width: 86px;
	background-position: -351px 0;
}
#menutop li#m5 a:hover {
	background-position: -351px -2px;
}
#menutop li#m5.current a {
	background-position: -351px -40px;
}
#menulft {
	position: absolute;
	top: 200px;
	left: 18px;
	width: 165px;
}
#menulft li {
	list-style: none;
	margin-bottom: 5px;
}
#menulft li a {
	display: block;
	width: 158px;
	height: 28px;
	background-image: url(../img/menu-left.png);
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#menulft li#c1 a:hover {
	background-position: 3px 0px;
}
#menulft li#c2 a {
	background-position: 0 -28px;
}
#menulft li#c2 a:hover {
	background-position: 3px -28px;
}
a#proaccess {
	display: block;
	position: absolute;
	top: 40px;
	left: 788px;
	width: 172px;
	height: 30px;
	background: url(../img/menu-pro.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
a#proaccess:hover {
	background-position: left -35px;
}
#welcome {
	position: absolute;
	top: 350px;
	left: 580px;
	width: 360px;
	height: 200px;
	text-indent: -9999px;
	background-image: url(../img/introduction.png);
	overflow: hidden;
}
#content {
	position: absolute;
	top: 188px;
	left: 485px;
	width: 429px;
	height: 349px;
}
#content.frame {
	padding: 8px;
	background-color: #000;
	border: 2px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: auto;
}
#content p {
	text-align: justify;
	padding-bottom: 9px;
}
#content h2 {
	font-family: "Arial Black", Verdana, sans-serif;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	padding: 12px 0 12px 0;
}
#content h4 {
	clear: left;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	padding-bottom: 9px;
}
#content img.flft {
	float: left;
	margin: 0 5px 5px 0;
}
#content p.ctr {
	text-align: center;
}
#content p a {
	color: #ccc;
}
#content p a:hover {
	color: #fff;
}
#content dl {
	font-size: 14px;
	margin: 160px 0 0 190px;
}
#content dt {
	color: #666;
}
#content dd {
	margin: 0 0 12px 10px;
}
#content dd a {
	color: #ccc;
	text-decoration: none;
}
#content dd a:hover {
	color: #fff;
}
#accordion {
	margin-top: 12px;
}
#accordion h3 {
	font-size: 14px;
	color: #fff;
	width: 406px;
	height: 21px;
	padding: 3px 0 0 12px;
	text-transform: uppercase;
	background-image: url(../img/dealer-toggler.png);
	background-position: 0 -25px;
	cursor: pointer;
}
#accordion h3.active {
	background-position: 0 0;
}
#accordion div.info {
	padding: 4px 12px;
}
#content #accordion div.info h4 {
	padding: 4px 0 2px 0;
}
#content #accordion div.info p {
	padding: 0 0 6px 0;
}
#content a.email {
	float: right;
	margin: 15px 10px 0 0;
}
#content .japanese p {
	font-family: "Arial Unicode MS", Arial, sans-serif;
}
#footer {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	top: 584px;
	left: 0;
	width: 100%;
	color: #666;
}
#footer div {
	float: left;
}
#footer #licensed {
	display: block;
	float: left;
	width: 92px;
	height: 29px;
	background-image: url(../img/licensed.png);
	text-indent: -9999px;
	overflow: hidden;
}
#footer #copyright {
	margin: 21px 0 0 100px;
}
#footer #silverstudio {
	float: right;
	margin: 21px 0 0 0;
}
#footer #silverstudio a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#footer #silverstudio a:hover {
	color: #fff;
}