/*‘‘‘‘‘DEFAULT STYLE‘‘‘‘‘*/
body {
  background-color:#fff;
  color:#333;
  font-size:0.8em;
  line-height:1.6em;
  font-weight:normal;
  text-align:left;
  margin:0;
  padding:0;
}

h1 {
  font-size:0.8em;
  line-height:1.5em;
  font-weight:bold;
  margin:0;
  padding:0 ;
  border:none;
}
h2 {
  font-size:0.8em;
  line-height:1.5em;
  font-weight:bold;
  margin:0;
  padding:0 ;
  border:none;
}
h3 {
  font-size:1.0em;
  line-height:1.4em;
  font-weight:normal;
  margin:0;
  padding:0 ;
  border:none;
}
h4 {
  color:#333399;
  font-size:1.1em;
  line-height:1.6em;
  font-weight:bold;
  margin:0;
  padding:0 ;
  border:none;
}


a:link {
  text-decoration:none;
  color:#333399;
}
a:visited {
  text-decoration:none;
  color:#333399;
}
a:active {
  text-decoration:none;
  color:#333399;
}
a:hover {
  text-decoration: none;
}

.l {
  text-align:left;
}
.c {
  text-align:center;
}
.r {
  text-align:right;
}
.j {
  text-align:justify;
}
.t {
  vertical-align:top;
}
.m {
  vertical-align:middle;
}
.b {
  vertical-align:bottom;
}


/*‘‘‘‘‘FONT‘‘‘‘‘*/
.contents {
  color:#666;
  font-size:1.6em;
  line-height:2.0em;
}
.product {
  color:#000;
  font-size:0.9em;
  line-height:1.2em;
}
.product2 {
  color:#333399;
  font-size:1.0em;
  line-height:1.8em;
}
.wh {
  color:#fff;
  font-size:0.8em;
  line-height:2.6em;
}
.price {
  color:#ff0000;
  font-size:1.2em;
  line-height:2.6em;
}

/*‘‘‘‘‘background‘‘‘‘‘*/
td.title {
  background-image: url(../images/title01.gif);
}
td.product {
  background-image: url(../product/images/product_base.gif);
}
td.base01 {
  background-image: url(../order/images/ex02.gif);
}
td.base02 {
  background-image: url(../order/images/ex03.gif);
}

/*‘‘‘‘‘layout‘‘‘‘‘*/
/*layout clear*/
.clearfloat { 
  clear: both;
  height: 0;
  line-height: 0px;
}
/*layout logo*/
div#logo{
  margin: 0 auto;
  text-align: left;
  width: 960px;
  height: 64px;
}
/*layout header*/
div#header{
  margin: 0 auto;
  text-align: left;
  width: 960px;
}
div#header ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#header li{
  margin: 0;
  padding: 0;
  float: left;
}
#header li a:hover {
  filter: alpha(opacity=50);
  opacity: 0.6;
}



/*layout main*/
div#header {
  width:960px;
  margin:auto;
  padding:0;
  border:0;
}
/*layout flash*/
div#flash {
  width:960px;
  margin:auto;
  padding:0;
  border:0;
}
/*layout footer*/
div#footer {
  width:960px;
  margin:auto;
  padding:0;
  border:0;
}
/*layout main*/
div#main {
  background-color:#FFFFFF;
  width:960px;
  margin:auto;
  padding:0;
  border:0;
}
/*layout order*/
div#order {
  background-color:#FFFFFF;
  width:960px;
  margin:auto;
  padding:0;
  border:0;
}
