/* main
------------------------------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	font-size: 0.9em;
	text-align: center;
	color: #333;
	margin: 0 auto;
	padding: 0;
	background: #333 url(/img/bg_header.jpg) repeat-x 0 0;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
	list-style: none;
	margin: 0 30px 15px;
	padding: 0 30px;
}
ol li {
    margin-left: 5px;
    padding: 0;
    list-style: decimal;
}

ul {
	list-style: none;
	margin: 0 30px 15px;
	padding: 0 30px;
}
li {
	list-style: disc;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

p { margin: 15px 0; padding: 0; }

img{ border: none; vertical-align: bottom; }

a { color: #0066cc; text-decoration: underline; }
a:hover { color: #ff0033; text-decoration: none; }

dfn { font-style: normal; }

.clear {
    clear: both;
    width: 0px;
    height: 1px;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 100%;
}
dl {
	padding: 0;
	margin: 5px 15px 20px;
}
dt {
	padding: 5px 15px 5px;
	margin: 0;
}
dd {
	padding: 5px 15px;
	margin: 0;
}

dl.seven {
  padding: 5px 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #CCC;
  line-height: 130%;
}
dl.seven dt {
  padding: 3px 10px 0 0;
  margin: 0 0 5px 0;
  float: left;
  display: block;
}
dl.seven dd {
  padding: 5px 0 0;
  margin: 0;
  display: block;
  min-height: 50px;
}

dl.use {
	padding: 5px 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #CCC;
	line-height: 130%;
	clear: both;
}
dl.use dt {
  padding: 3px 10px 0 0;
  margin: 0 0 5px 0;
  float: left;
  display: block;
}
dl.use dd {
  padding: 5px 0 0;
  margin: 0;
  display: block;
  min-height: 101px;
}


/* text formatting 
------------------------------------------------------------------------------- */
blockquote {
    margin: 20px 0px 20px 30px;
    padding: 0;
	border-left: 5px solid #666;
    font-size: 1em;
    color: #666;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444; 
    width: 480px;
    height: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}

acronym, abbr, span.caps {
	font-size: 1em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}
a acronym, a abbr, a span.caps {
	border-bottom: none;
}

.center { text-align: center;}
.right {
	float: right;
	margin: 0 0 30px 15px;
	padding: 2px;
	border: 1px solid #ccc;
}
.left {
	float: left;
	margin: 0 15px 30px 0;
	padding: 2px;
	border: 1px solid #ccc;
}
.leftside {
  float: left;
  margin: 0 15px 10px 0;
}

hr {
	margin: 0 0 20px;
	padding: 0;
	border: none;
	line-height: 100%;
}

/* header 
------------------------------------------------------------------------- */
#header {
	background: url(/img/header_top.jpg) no-repeat 0 0;
	height: 161px;
	margin: 0 auto;
	width: 720px;
	font-size: 0.9em;
	position: relative;
}
#titlebox {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 76px;
	top: 27px;
	text-align: left;
}
#titlebox h1 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#titlebox p {
    padding: 0;
	margin: 0;
}

#logo {
	margin: 0 0 6px;
	padding: 5px 0 0;
	color: #fff;
	float: left;
	width: 93px;
}
#logo a {
    position: relative;
	margin:0;
	width: 180px;
	padding: 89px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(/img/logo.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:89px;/* for ie5.x */
	color: #ff0000;
}
#logo a:hover {
	text-decoration: none;
}

/* header 
------------------------------------------------------------------------- */
#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	clear: both;
}
#header li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	float: left;
}
li#top a {
    position: relative;
	margin:0;
	width: 66px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_top.jpg) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#top-over a {
  position: relative;
	margin:0;
	width: 66px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_top.jpg) no-repeat 0 -40px;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#company a {
    position: relative;
	margin:0;
	width: 112px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_company.jpg) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#company-over a {
    position: relative;
	margin:0;
	width: 112px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_company.jpg) no-repeat 0 -40px;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#shop a {
    position: relative;
	margin:0;
	width: 113px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_shop.jpg) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#shop-over a {
    position: relative;
	margin:0;
	width: 113px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_shop.jpg) no-repeat 0 -40px;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#faq a {
    position: relative;
	margin:0;
	width: 113px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_faq.jpg) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#faq-over a {
    position: relative;
	margin:0;
	width: 113px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_faq.jpg) no-repeat 0 -40px;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#contact a {
    position: relative;
	margin:0;
	width: 113px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_contact.jpg) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}
li#contact-over a {
    position: relative;
	margin:0;
	width: 113px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_contact.jpg) no-repeat 0 -40px;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}

#header li a:hover {
    background-position: 0 -40px;
	text-decoration: none;
	border: none;
}
li#info {
    position: relative;
	margin:0;
	width: 127px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(/img/menu_info.jpg) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
}

/* page
------------------------------------------------------------------------------- */
#page {
	background: #fff;
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}

#page-inner {
	padding: 0;
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

/* content
------------------------------------------------------------------------------- */
#content {
	margin: 0 0 20px;
	padding: 0;
	line-height: 170%;
	font-size: 1em;
	width: 520px;
	float: right;
}

#content ul {
	padding: 0 25px;
}
#content li {
	padding: 0;
	margin: 0;
}
.red {
	color: #ff0033;
}
.image {
    padding: 0;
	margin: 10px 0 10px 0;
}
#content ul.item {
	border: none;
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}
#content .item li {
	list-style: none;
	padding: 0;
	margin: 0 13px 20px 0;
	display: inline;
	float: left;
	width: 160px;
}
ul.item img {
    border: 1px solid #999;
}
ul.item a img {
    border: 1px solid #999;
}
ul.item a:hover img {
    border: 1px solid #333;
}

.news {
	border: 1px solid #CCC;
	background: #EFEFEF;
	margin: 0 0 15px;
	padding: 6px;
}

.news ul {
  list-style: none;
	padding: 0;
	margin: 0;
}

.news ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #CC0000;
}

span.black {
  color: #555;
}

/* table
------------------------------------------------------------------------- */
table.t1 {
	margin: 15px 0;
	border-top: 1px solid #ccc;
	width: 400px;
	border-left: 5px solid #;
	border-left: 5px solid #666;
}
.t1 th, .t1 td {
    padding: 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.t1 th {
	margin: 0;
	text-align: left;
	width: 25%;
	border-right: 1px dotted #ccc;
	background: #fff;
}
.t1 td {
	margin: 0;
	text-align: left;
	width: 75%;
	border-right: 1px solid #ccc;
}
/* product
------------------------------------------------------------------------- */
table.product {
	margin: 5px 0 15px;
	width: 100%;
}
.product th, .product td {
    padding: 5px;
	margin: 0;
}
.product th {
  padding: 10px 10px;
  margin: 0;
  width: 40%;
  text-align: center;
  border-right: 1px solid #ccc;
}
.product td {
  padding: 5px 10px;
  margin: 0;
  width: 60%;
  vertical-align: top;
}

.product .cost {
  padding: 10px;
  border: 1px solid #ccc;
  border-right: none;
}
.product .cart {
  padding: 10px;
  text-align: right;
  border: 1px solid #ccc;
  border-left: none;
  vertical-align: middle;
}
/* description
------------------------------------------------------------------------- */
table.description {
	margin: 5px 0;
	width: 100%;
	font-size: 0.9em;
}
.description th, .description td {
    padding: 5px;
	margin: 0;
}
.description th {
	padding: 0px 10px;
	margin: 0 0 5px 0;
	width: 25%;
	text-align: right;
	border-right: 1px dotted #999;
}
.description td {
	padding: 0px 10px;
	margin: 0 0 5px 0;
	width: 75%;
}

/* title
------------------------------------------------------------------------- */
.title {
	padding: 10px 15px 0;
	background: url(/img/bg_title.jpg) no-repeat 0 0;
	color: #fff;
	height: 40px;
	margin: 10px 0 0 0;
}
h3.description-title {
	padding: 5px;
	margin: 10px 0;
	background: #666;
	color: #fff;
	font-size: 1em;
}
#content #motor {
	position: relative;
	margin:15px 0 0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_motor.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #filter {
	position: relative;
	margin:0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_filter.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #hepa {
	position: relative;
	margin:15px 0 0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_hepa_relation.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #asbestos-relation {
	position: relative;
	margin:0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_asbestos_relation.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #shop {
	position: relative;
	margin:15px 0 0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_shop.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #company {
	position: relative;
	margin:0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_company2.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #trade {
	position: relative;
	margin:10px 0 0 0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_trade.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #asbestos {
	position: relative;
	margin:10px 0 0 0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_asbestos.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#content #asbestos2 {
	position: relative;
	margin:10px 0 0 0;
	width: 520px;
	padding: 40px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/title_asbestos2.jpg) no-repeat top left;
	height: 0px!important;
	height /**/:40px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}

/* side 
------------------------------------------------------------------------- */
#document a {
 	position: relative;
	margin:10px 0 10px 0;
	width: 180px;
	padding: 30px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/bn_document.gif) no-repeat top left;
	height: 0px!important;
	height /**/:30px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#document a:hover {
    background-position: 0 -30px;
	text-decoration: none;
	border: none;
}

#cart a {
 	position: relative;
	margin:10px 0 10px 0;
	width: 180px;
	padding: 30px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/img/cart2.gif) no-repeat top left;
	height: 0px!important;
	height /**/:30px;/* for ie5.x */
	color: #ff0000;
	clear: both;
}
#cart a:hover {
    background-position: 0 -30px;
	text-decoration: none;
	border: none;
}

#side {
	padding: 0;
	margin: 0 0 20px;
	width: 180px;
	float: left;
}
#side h3 {
    padding: 0 0 10px;
}
#itemcontent {
	padding: 10px 5px 5px;
	margin: 0 0 15px;
	background: #f1f1df;
	line-height: 170%;
}
#itemcontent h4 {
    padding: 0;
	margin: 0;
	font-size: 1em;
}
#itemcontent ul {
    padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
#itemcontent li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* footer 
------------------------------------------------------------------------- */
#footer {
	background: #fff url(/img/bg_footer.jpg) repeat-x 0 0;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
	font-size: 0.9em;
	color: #fff;
}
#footer-inner {
	margin: 0 auto;
	padding: 20px 0 0 0;
	line-height: 130%;
	text-align: left;
	width: 720px;
	position: relative;
}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #ccc; text-decoration: underline; }

#footer p {
	padding: 0 0 20px 0;
	margin: 0;
	display: inline;
}

#footer h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: block;
	font-size: 0.8em;
	float: right;
	text-align: right;
	width: 370px;
}

#footer #footerlogo{
	padding: 0;
	position: absolute;
	left: 0px;
	top: 68px;
}
#footer #add {
	padding: 0 0 0 60px;
	width: 280px;
	position: relative;
	font-size: 0.8em;
}

/* form
------------------------------------------------------------------------- */
.t2 {
	width: 100%;
	border: none;
	font-size: 1em;
	margin: 0 0 10px 0;
}
.contact {
	padding: 5px 10px;
	background: #2b6ca6;
	color: #fff;
	font-size: 1em;
	border: 1px solid #2b6ca6;
}
#contact-form th, #contact-form td {
	border-bottom: 1px solid #ccc;
	padding: 10px ;
	text-align: left;
	font-weight: normal;
}
#contact-form th {
    border-left: 5px solid #666;
	width: 32%;
    width:32%;
	font-weight:normal;
}
#contact-form td {
    background: #f1f1f1;
	padding: 10px 17px;
	width: 68%;
}
#contact-form {
    padding: 0;
	margin: 0;
}
#contact-form .submit input {
	padding: 5px;
	border: 3px double #e1d9ca;
	background: #f9f6f1;
}
#contact-form .submit {
	text-align: center;
	margin: 0 0 20px;
}

#reserve th, #reserve td {
	padding: 10px 17px;
	border-bottom: 1px solid #E1D9CA;
	text-align: left;
}
#reserve th {
    width:30%;
	font-weight:normal;
	}
#reserve td {
    background:#eee;
	} 
.redtxt {
	color: #ff0000;
}
.text1 {
	background: #fff;
	font-size: 1em;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	padding: 3px;
}
#reserve {
	border:none;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
}
