* {
	padding: 0px;
	margin: 0px;
	font-size: small; /*medium; *//*small;*/
	line-height: 1.6em;
}

body {
	padding: 5px 0px 5px 0px;
/*	padding: 2px 20px 2px 20px;  */
}

table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
}

dt {
	font-weight: bold;
}

li {
	margin-left: 1em;
}
p {
	text-indent: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 90%; */
	margin-top: 0.5em;
}

dd p {
	margin-top: 0px;
}

a {
	color: blue;
	font-size: 100%;
}
a:hover {
	color: red;
}

span {
	font-size: 100%;
}

h2 {
	margin: 0px 0px 1em 0px;
	border-bottom: 1px solid blue;
	border-left: 5px solid blue;
	padding: 0em 5em 0em 10px;
	font-size: 120%;
}

h3 {
	margin: 24px 0px 12px 0px;
	border-bottom: 1px solid blue;
	border-left: 3px solid blue;
	padding: 0px 5em 0px 3px;
	font-size: 110%;
}

h4 {
	margin: 2em 0px 0px 0px;
	border-bottom: 1px solid blue;
	padding: 0px 5em 0px 3px;
}

ol {
	padding: 0px 0px 0px 3em;
}

dd ol {
	padding: 0px;
}

em {
	font-weight: bold;
	font-style: normal;
}
strong {
	color: red;
}

object,
script,
noscript {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

del.pricelist {
	text-decoration: line-through ;
	color: #999999;
}

.center {
	padding: 4px;
	text-align: center;
}
.left {
	text-align: left;
}
.fleft {
	float: left;
}
.clear {
	clear: both;
}
.fleft img {
	border: none;
}
.hidden {
	display: none;
}
.nowrap {
	white-space: nowrap;
}

div.right {
	text-align: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}


a.popupwindow {
	border-color: blue;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

a.popupwindow img {
	border: 0px solid black;
}

/* ZEST BLUE */
body,
div#topmenu,
.zestblue {
	background-color: #000066;
}


/*-------- section -------------------*/

div.section {
	margin: 10px 5px 10px 5px;
	padding: 1px;
	clear: both;
}
div.section div.body {
	clear: both;
}

.section div.body ul {
	padding-left: 2em;
}

div.section span.caption {
	display: block;
	font-size: 12px;
	border: 1px solid black;
}


div.section div.title {
	color: #000066;

	border-bottom: 3px solid red;

	padding-left: 4px;
	margin: 0px;
	text-indent: 0px;
	font-weight: bold;
	text-align: left;
	font-size: medium;
}


div.banner {
	width: 100%;
	text-align: center;
}

/*-------- navi -------------------*/
div.navi {
	color: white;
	background-color: #444444;
	padding: 0px 4px 0px 1em;
	border-top: 1px solid #222222;
	border-bottom: 1px solid black;
}

div.navi a:link {
	color: white;
}
div.navi a:visited {
	color: white;
}
div.navi a:hover {
	color: red;
}
div.navi a:active {
	color: red;
}

/*-------- over frame -------------------*/
div#overframe {
	background-color: white;
}
body.test {
	background-color: white;
}
/*-------- header -------------------*/

div#header {
	height: 50px;

	text-align: right;
	width: 100%;

	padding: 0px;
	margin: 0px;
	background: transparent url('/img/headerback.gif') repeat-x bottom;
}

div#header H1 {
	font-size: 90%;
	color: white;
	display: none;
}

div#header div.hottopic {
	margin-left: 1em;
	float: left;
	font-size: 120%;
	text-align: left;
}
div#header div.hottopic span.spmenu {
	float: left;
}


div#header div.hottopic {
	color: #000066;
}
div#header div.hottopic .hotline .title {
	font-size: small;
}


/*--- topmenu ---------------------------------------- */

div#topmenu {
	font-family: "Verdana", Arial, Helvetica, Ceneva, sans-serif;

	color: white;
	padding: 4px 0px 4px 0px;
	text-align: left;
	margin: 0px;
	clear: both;
	background: #000066 url('/img/topmenuback.gif') repeat-x bottom;
}
div#topmenu * {
	font-size: medium;
}
div#topmenu li {
	margin: 0px;
	display: inline;
}
div#topmenu a,
div#topmenu span.active {
	font-weight: bold;
	color: white;
	margin: 3px 1px 3px 1px;

	padding: 4px 10px 4px 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

div#topmenu a {
	border-color: #0000aa #000055 #000055 #0000aa;
}
div#topmenu span.active {
	border-color: blue;
	background-color: #FF0033;
}
div#topmenu a:link {
	color: #CCFFFF;
}
div#topmenu li a:hover {
	color: #FF3300;
	border-color: white;
	background-color: #0000aa;
}

div#topmenu .contentsmenuL1 a,
div#topmenu .contentsmenuL1 span {
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

div#topmenu .contentsmenuL1 #mid1 {
	background-image: url('/img/home.gif');
}
div#topmenu .contentsmenuL1 #mid2 {
	background-image: url('/img/produce.gif');
}
div#topmenu .contentsmenuL1 #mid3 {
	background-image: url('/img/report.gif');
}
div#topmenu .contentsmenuL1 #mid4 {
	background-image: url('/img/blog.gif');
}
div#topmenu .contentsmenuL1 #mid5 {
	background-image: url('/img/faq.png');
}
div#topmenu .contentsmenuL1 #mid6 {
	background-image: url('/img/bbs.gif');
}
div#topmenu .contentsmenuL1 #mid7 {
	background-image: url('/img/info.gif');
}


div#main div.address {
	clear: both;
}

div#main div.address dt {
	margin-top: 10px;
	border-bottom: 1px solid #0000FF;
	border-left: 6px solid #0000FF;
	padding-left: 10px;

}


div#footer {
	clear: both;
	text-align: center;
}

div#main div.image {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px none black;
	background-color: #aaaaaa;
}
div#main div.image img {
	margin: 0px;
	padding: 0px;
}
div.section div.body dd {
	padding: 0px 0px 0px 1em;
}

div#main div.info {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: white;
}

span.sitemap a,
span.webhelp a {
	text-align: left;
	padding-left: 20px;
	display: block;
	width: 6em;
	border: 1px solid #dddddd;
	margin: 4px;
	float: right;
}
span.webhelp a {
	background: white url('/img/webhelp.png') no-repeat 2px 50%;
}
span.sitemap a {
	background: white url('/img/site.png') no-repeat 2px 50%;
}

span.sitemap a:hover,
span.webhelp a:hover {
	border-color: #ffaaaa;
}


/* submenu ----------------------------------------------*/

div.sitemap dl.submenuL2 {
	padding: 20px;
}

div.sitemap dl.submenuL2 dd {
	padding: 0px 0px 0px 30px;
}

div.section dl.submenuL1 dt {
	clear: both;
	padding: 0px 1em 0px 1em;
	margin: 0px 0px 0.5em 0px;
	font-size: medium;
}

div.thumblist dl.submenuL1 img {
	float: left;
	margin: 0px 12px 0px 0px;
	border: 0px none black;
}

/*
div.thumblist dl.submenuL1 .even {
	background-color: red;
}
div.thumblist dl.submenuL1 .uneven {
	background-color: blue;
}
*/


div.section dl.submenuL1 dt {
	clear: both;
/*	background-color: #99CCFF;*/
/*	background-color: #000099;*/
	margin-top: 1em;
	background-color: #eeeeee;
}
div.section dl.submenuL1 dd {
	margin: 0px;
	padding: 0px 20px 0px 30px;
	vertical-align: top;
}
div.section dl.submenuL2 {
	border-left: 6px solid #dddddd;
	margin: 0px;
	padding:0px;
}
div.section dl.submenuL3 {
	margin: 0px;
	border-left: 6px solid #aaaaaa;	
}
div.section dl.submenuL4 {
	margin: 0px;
	border-left: 6px solid #999999;	
}
div.section dl.submenuL5 {
	margin: 0px;
	border-left: 6px solid #666666;	
}

/*= mainFooter ============================== */

div#mainFooter {
	margin: 0px;
/*	width: 100%;*/
	vertical-align: baseline;
	font-size: 90%;
	border-bottom: 1px solid black;
}
div#mainFooter #pagectrl li {
	display: inline;
	margin: 0px 5px 0px 5px;
}
div#mainFooter #pagectrl {
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
}

div#mainFooter div#address,
div#mainFooter #copyright  {
	height: 5.5em;
}
div#mainFooter div#address  {
	float: left;
	width: auto;
}
div#mainFooter div#address li {
	margin-left: 8px;
	display: block;
}

/**** copy right *****/
div#copyright {
	text-align: right;
}

div#copyright ul {
	list-style-type: disc;
}
div#copyright li {
	display: inline;
	margin: 0px 5px 0px 5px;
}





div.zestcomment {
	font-weight: bold;
	text-align: center;
}

/** index.html --------------------------------------*/
div.pageimage {
	height: 128px;
	background-color: white;
	background-position: 0px;
	background-repeat: no-repeat;
}

table#subframe div.homeimage {
	background-image: url('/img/home.jpg');
}
div.produceimage {
	background-image: url('/img/produce01.jpg');
}
div.msimage {
	background-image: url('/img/ms03.jpg');
}

table#subframe td.schdule {
	width: 200px;
}

/** moter sports -------------------------------------*/

img.raceleft {
	float: left;
	margin: 10px;
}
img.raceright {
	float: right;
	margin: 10px;
}

div.racedata {
	margin: 0px 10px 10px 10px;
}
div.racedata H3 {
	margin-top: 0px;
}
.racedata dt {
	font-size: 90%;
}
.racedata dd {
	font-size: 90%;
	padding: 0px 0px 0px 2em;
}
.racedata h3 {
	background-color: black;
	border-width: 0px;
	color: white;
}

div.mizutani2004 {
	width: 100%;
	text-align: right;
	background-color: white;
	background: white url('/report/gymkhana/img/mizu2004.jpg') no-repeat 0px 0px;
	height: 60px;
}

div.mizutani2004 span {
	text-align: right;
}

.mizutani2004 H2 {
	border-width: 0px;
	margin:0px 0px 0px 170px;
	text-align: left;
}

div.picframe {
	float: left;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #aaaaaa #666666 #666666 #aaaaaa;
	padding: 4px;
	margin: 6px;
	text-align: center;
}

div.about div.title {
	color: white;
	background-color: #0000cc;
	border: red solid 1px;
}
div.about .body {
	padding: 12px;
	color: black;
	background-color: #eeeeee;
}
/*
div.about {
	background-color: #3333FF;
}

.thumblist {
	border-left: 3px solid #aaaaaa;
}
.thumblist .submenuL1 {
	border-collapse: separate;
	border-spacing: 12px;
}
.thumblist .submenuL1 dt {
	margin: 0px;
	padding: 0px 1em 0em 1em;
	background-color: #eeeeee;
}

.thumblist .submenuL1 tr {
	border-left: 3px solid #aaaaaa;
	margin-top: 7px;
	margin-bottom: 4px;
	padding-left: 1em;
}
.thumblist .submenuL1 td {
	border-left: 3px solid #aaaaaa;
	margin-bottom: 8px;
	padding-left: 1em;
	padding-right: 1em;
}
.thumblist .submenuL1 img {
	float: left;
	margin: 0px 12px 0px 12px;
	border: 1px solid black;
}
*/



/* treemenu ----------------------------------------------*/

div.section ul.treemenuL1 {
	margin: 0px 0px 0px 0px;
}
div.section ul.treemenuL2,
div.section ul.treemenuL3,
div.section ul.treemenuL4,
div.section ul.treemenuL5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

div.section dl.treemenuL1 dt {
	clear: both;
}
div.section dl.treemenuL1 dd {
	vertical-align: top;
}
div.section dl.treemenuL2 {
	border-left: 6px solid #dddddd;
}
div.section dl.treemenuL3 {
	border-left: 6px solid #aaaaaa;	
}
div.section dl.treemenuL4 {
	border-left: 6px solid #999999;	
}
div.section dl.treemenuL5 {
	border-left: 6px solid #666666;	
}

/* sale ----------------------------------------------*/

table.sale {
	border: 2px solid #aaaaaa;
	width: 100%;
	margin: 1em 0em 1em 0em;
}
table.sale td {
	padding: 1em;
/*	width: *; */
	text-align: left;
}
table.sale td.image {
	padding: 5px;
	width: 253px;
	text-align: center;
}
table.sale div.title {
	font-size: 130%;
}
table.sale div.title span.new {
	color: red;
	font-weight: bold;
}
table.sale div.title a {
	font-size: 100%;
}
table.sale div.title {
	color: #000066;
	border-bottom: 1px solid red;
}
.margintop {
	margin-top: 1.5em;
}

table.pricelist {
	width: 95%;
}

table.pricelist,
table.pricelist td,
table.pricelist th {
	border: 1px solid #999999;
	font-size: 90%;
}
table.pricelist th {
	text-align: center;
	color: white;
	background-color: #0066CC;
}

table.pricelist td {
	padding: 0.5em 1em 0px 1em;
}
table.pricelist td.uneven {
	background-color: #CCFFFF;
}
table.pricelist tr.uneven {
	background-color: #CCFFFF;
}


table.pricelist col.work {
/*	width: *; */
	text-align: left;
}
table.pricelist col.price {
	width: 20%;
	text-align: right;
	white-space: nowrap;
}
table.pricelist td.price {
	text-align: right;
}
table.pricelist col.memo {
	width: 30%;
	text-align: left;
}
table.pricelist caption {
	text-align: left;
}

table.spec {
	width: 95%;
	border: 1px solid black;
	margin-top: 1.5em;
}
table.spec tr.uneven {
	background-color: #CCFFFF;
}
table.spec col.right {
	text-align: right;
}
table.spec col.wrap {
	white-space: normal;
}
table.spec .parts {
	width: 12em;
	border: 1px solid black;
	padding: 0px 1em 0px 1em;
}
table.spec td.uneven {
	background-color: #CCFFFF;
}
table.spec td {
	line-height: 2em;
	font-size: 90%;
}
table.spec td {
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 1em 0px 1em;
}
table.spec th {
/*	width: *; */
	border: 1px solid black;
	text-align: left;
	padding: 0px 1em 0px 1em;
	white-space: nowrap;
	color: white;
	background-color: #0066CC;
}

div.probanner {
	margin: 4px;
}

table.produce1 {
	background-color: #CCFFFF;
	width: 100%;
	margin: 8px 0px 8px 0px;
}

table.produce2 {
	background-color: #FFFFCC;
	width: 100%;
	margin: 8px 0px 8px 0px;
}

table.produce1 td,
table.produce2 td {
	padding: 4px 1em 4px 1em;
}

div.request {
	font-weight: bold;
/*	background-color: #FFCCFF; */
}

table.produce2 div.request {
	text-align: right;
}

div.thanks {
	text-align: right;
	font-size: 80%;
}
div.thanks a {
/*	font-size: 80%; */
}
table.info td {
	padding: 8px;
}

table.descript td {
	font-size: 90%;
}

.spec caption {
	text-align: left;
}

.spec .frontbrake {
	width: 18%;
}

.spec .rearbrake {
	width: 18%;
}

div.banners {
/*	padding: 12px 12px 12px 12px; */
	margin: 12px 8px 12px 12px; 
	background-color: white;
}

div.banners a,
div.banners img {
	border: 0px none black;
}

div#schedule {
	background-color: #FFFFCC;
	white-space: nowrap;
}

div.newspage div.title {
	border-color: #aaaaaa;
}

tr.MOTULTHHS {
	background-color: yellow;
}

iframe.amazon {
	border: none;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}

div.amazon-box {
	background-color: white;
	color: black;
	border: 1px solid black;
	text-align: left;
	width: 90%;
	margin: 4px 0px 4px 0px;
	padding: 0px 4px 0px 4px;
}
div.amazon-box div.amazon-image {
	text-align: center;
	margin: 4px 0px 4px 0px;
}

div.amazon-box div.amazon-image img {
	border: none;
}

.soldout {
	color: red;
}
.soldoutprice {
	text-decoration: line-through ;
}

div.gototop {
	width: 95%;
	text-align: right;
	border: 1px solid #eeeeee;
}
span.gototop {
	padding-left: 30px;
	background: white url('/img/ptop.gif') no-repeat 2px 50%;
}

.section .body table.result {
	width: 100%;
	border-style: solid;
	border-color: red;
	border-width: 1px 0px 1px 0px;
}
.section .body table.result th {
	background-color: #3399FF;
	border-style: solid;
	border-color: red;
	border-width: 1px 0px 1px 0px;
	padding: 0em 1em 0em 1em;
}
.section .body table.result td {
	padding: 0.3em 1em 0.3em 1em;
}

.section .body table.result tr.uneven {
	background-color: #ccffff;
}

.section .body table.result tr.my {
	background-color: #FFFF00;
}

div.course {
	float: left;
	margin: 0px 1em 0px 1em;
	width: 390px;
	text-align: center;
}

td.mizutaniprof {
	width: 200px;
	background-color: #E0FFFF;
	text-align: center;
}

div.mizutaniprof {
	float: right;
	width: 200px;
	background-color: #E0FFFF;
}

div.realplayer {
	text-align: center;
	padding: 10px;
	border: 1px solid black;
	background-color: #999999;
}

div.realplayer img {
	border: 0px solid black;
}

div.racenote {
	border: 1px solid #ddddaa;
	background-color: #FFFFCC;
}

