@charset "utf-8";
/* formatting style
--------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}

/* link styles
--------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
--------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 610px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 170px;
	background-color: #FFFFFF;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
--------------------------------*/

#header {
	background-image: url(images/exabanner.gif);
	background-repeat: no-repeat;
	height: 130px;
	border-top: 3px solid #000000;
	position: relative;
}
#header h1 {
	color: #000000;
}

#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 100px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #999999;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#product #header #nProduct a,
#support #header #nSupport a,
#link #header #nLink a,
#aboutus #header #nAboutus a, {
	color: #FFFFFF;
	background-color: #999999;
}



/* sidebar styles
--------------------------------*/

#sidebar h2 {
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#sidebar h3 {
	margin-left: 25px;
}
#sidebar p {
	margin: 3em 0em 1em;
	text-align: center;
	line-height: 1.2;
	color: #333333;
}
#sidebar img {
}

#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt {
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color: #666666;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
#sidebar dl dd {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1em;
	margin: 0px;
	background-color: #FFFFFF;
	line-height: 1.4;
}
#sidebar dl dd a {
}
#sidebar dl dd a:hover {
	color: #0000FF;
	background-image: none;
}
/* main styles
--------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-bottom: 3px solid #666666;
	border-left: 20px solid #666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
#main h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #999999;
	text-indent: 1em;
	color: #333333;
	margin: 20px 0px 10px;
	clear: both;
}

#main #new {
	float: right;
	margin-top: 0px;
}

#main p {
	line-height: 1.2;
	margin-bottom: 1em;
	font-size: small;
}
#main  #p2  {
	font-size: 130%;
	font-weight: bold;
	margin-top: 1em;
}
#main #eng {
	text-align: right;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


#main  #price  {
	font-size: 100%;
	text-indent: 2em;
	margin-top: 30px;
}


#main img {
	margin: 1em 1em 0.5em;
}
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #333333;
	border-left: 1px none #333333;
	border-collapse:collapse;
	border-bottom-style: none;
	border-right: 1px solid #333333;
}
#main table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}


#main img#line {
	margin: 2em 0px 0px;
}

#main dl#news dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 40px 10px 6px;
}
#main  ul  {
	list-style: disc inside;
	margin-top: 15px;
}

/* footer styles
--------------------------------*/

#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* image
--------------------------------*/


.floatright {
	float: right;
	margin-left: 20px;
	margin-right: 100px;
	margin-bottom: 0px;
}
/* table
--------------------------------*/


tr.odd {
	background-color: #99FFFF;
}
#main div.product {
	float: left;
	width: 140px;
	text-align: center;
	height: 140px;
}
#main div.sp {
	clear: both;
	text-align: center;
	height: 140px;
	width: 140px;
}
#main  div.obd   {
	clear: both;
	text-align: center;
	height: 150px;
	width: 140px;
	vertical-align: text-top;
}

#support #main th {
	background-color: #CCFFFF;
	width: 110px;
	text-align: center;
	
}
#support #main td {
	background-color: #FFFFCC;
	
}
/* english page
--------------------------------*/
#product #main object {
	display: block;
	text-align: center;
	margin-top: 1em;
}
#main  #fx  {
	margin: 1em 0px 0px;
	padding: 0px;
}

#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#fx-r #main #video {
	margin-left: 2em;
}
#fx-r #main #p3 {
	border: 2px dotted #CCCCCC;
	margin-right: 280px;
	margin-left: 10px;
	font-size: small;
	font-weight: lighter;
	margin-bottom: 20px;
}
#product #main .obd img {
	top: 0px;
}
#darkDrifter #main ul {
	margin: 0px;
}
#darkFlasher #main ul {
	margin: 0px;
}
#darkFlasher #main img {
	margin: 10px 0px 0px;
}
#ultraBright #main ul {
	margin: 0px;
}
#home #main .floatright img {
	margin: 0px;
}
#sidebar ul {
	list-style: none;
	text-indent: 1em;
}
img#JPflag {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#language {
	height: 2em;
	vertical-align: middle;
	padding-top: 10px;
}
img#banner {
	padding: 0px;
	margin: 10px 0px 0px 75px;
}
#transmitterSkin #main .obd {
	float: left;
	clear: none;
}
#transmitterSkin #main #note {
	clear: left;
}
#transmitterSkin #main div.Transmitter {
	text-align: center;
	clear: none;
	float: left;
	height: 170px;
	width: 120px;
}
#main #manufacturer {
	height: 130px;
	width: 300px;
	text-align: center;
	padding-top: 15px;
}
tr.oddd {
	background-color: #EBEBEB;
}
#shopList #main h4 {
	background-image: url(images/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 1em;
}
#fxPro #main #fxpro {
	text-align: center;
	float: left;
	width: 200px;
	height: 230px;
}
img#esc {
	margin: 10px 0px 0px;
	padding: 0px;
}
.floatleft {
	float: left;
	margin-left: 20px;
	margin-right: 100px;
	margin-bottom: 0px;
}
#paltire #main div {
	border-style: ridge;
	padding: 10px 20px;
}
#otherBody #main div {
	border-style: ridge;
	padding: 0px 10px;
}
#bodyAcce #main div {
	border-style: ridge;
	padding: 10px 20px;
	width: 540px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 20px;
}
#main #p3 {
	font-weight: bold;
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
#decal #main div {
	width: 80px;
	float: left;
	margin: 0px 10px 0px 15px;
	text-align: center;
	clear: none;
}
#main #image1 {
	margin: 0px;
	padding: 0px;
}

