@import url(default.css);
@charset "UTF-8";

body {
background-image: none ;
background-color: #F0ECD2 ;
}

.content-wrapper {
background: url(../images/bg_body.gif) repeat-y center top #F0ECD2 ;
}

/*==== header ===============*/

#header h1 {
font-size: 1px ;
display: block ;
width: 310px ;
height: 35px ;
color: #F0ECD2 ;
margin: 0 ;
background: url(../images/bg_h1.gif) no-repeat center top transparent ;
float: left ;
}

#banner {
width: 946px ;
text-align:center;
margin: 0 auto ;
}

#banner li {
display: inline ;
}

p.description {
font-size: 1px ;
text-indent: -9999px ;
}

/*==== eco table ===============*/

table.eco {
border-collapse: collapse ;
border-color: #999 ;
border-width: 1px ;
border-style: solid ;
margin-left: auto ;
margin-right: auto ;
width: 800px ;
}

.caption {
border: solid 1px #999 ;
background-color: #fff ;
border-top: none ;
margin-left: auto ;
margin-right: auto ;
padding: 0 auto 5px ;
font-size: 95% ;
width: 800px ;
margin-bottom: 10px ;
line-height: 150% ;
}

table.eco td,
table.eco th {
padding: 4px 8px ;
text-align: center ;
background: url(../images/bg_eco_table.gif) repeat-y left top #E8E8E5 ;
}

table.eco th,
table.eco td.eco-kouka {
font-size: 80% ;
font-weight: normal ;
white-space: nowrap ;
text-align: center ;
vertical-align: bottom ;
color: #333333 ;
}

table.eco td {
font-family: Arial, Helvetica, sans-serif, "lr SVbN", "Osaka|" ;
font-weight: bold ;
font-size: 135% ;
color: #CC0000 ;
vertical-align: middle ;
}

table.eco .sub {
font-size: 65% ;
vertical-align: sub ;
}

table.eco .super {
font-size: 65% ;
vertical-align: super ;
}

table.eco .no-bg {
background-image: none ;
}