﻿html {
height: 100%;
margin-bottom: 1px;
}


body {
margin: 0;
padding: 0;
line-height: 140%;
font-size: 12px;
color: #000000;
background: url('images/back_line.png');
background-repeat: repeat-y;
background-position: center top;
}

a:link, a:visited{
color: #663300;
text-decoration: none;
}

a:hover, a:active{
color: #990000;
text-decoration: none;
}

#main{
width: 800px;
}

#top{
width: 100%;
height: 500px;
text-align: center;
background: url('images/back_top.jpg') no-repeat;
background-position: 0% 100%;
}

#contents{
width: 100%;
background: url('images/back_top.jpg') no-repeat;
background-position: 0% 100%;
}

.contents{
padding-top: 40px;
padding-left: 70px;
padding-right: 70px;
padding-bottom: 50px;
text-align: left;
}

.contents_center{
padding-top: 40px;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 50px;
text-align: center;
}

#reseller{
width: 500px;
text-align: left;
padding: 6px;
}

.line{
background:url('images/line.gif') no-repeat;
height: 3px;
}

.footer{
font-size: 10px;
border-top: 8px solid #CC0000;
padding-top: 10px;
color: #333333;
}

.red{
color: #CC0000;
}

.k{
color: #000000;
}

.en{
font-size: 11px;
color: #990000;
}

.china{
font-size: 11px;
color: #003300;
}

h1{
font-size: 18px;
font-weight: bold;
line-height: 24px;
}

h2{
font-size: 14px;
font-weight: bold;
line-height: 140%;
color: #CC0000;
}

.mgn-30{
margin-left: 30px;
}

#original_left{
padding-right: 10px;
float: left;
width: auto;
}

