@charset "utf-8";

#document{
min-width:1024px;
text-align:center;
}

/* header */
#header .headerInner{
position:relative;
width:1024px;
margin:0 auto;
position:relative;
min-height:300px;
background-color:#ebe5dc;
text-align:left;
}
#header .headerInner:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
* html #header .headerInner{
height:300px;
display:inline-block;
}
*:first-child+html #header .headerInner{
display:inline-block;
}
#header .headerInner h1#logo{
position:absolute;
top:10px;
left:60px;
}
#header .headerInner h2{
margin:0;
padding:0;
line-height:1;
font-size:1%;
}
#header .headerInner .headBtn{
position:absolute;
right:62px;
bottom:15px;
margin-bottom:0;
padding-right:0;
}


/* topBox */
.topBox{
padding:0 20px;
}
.topBox p{
margin-bottom:10px;
}
.topBox h3{
clear:both;
}

ul.topBanner{
position:relative;
padding-bottom:25px;
}
ul.topBanner:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
* html ul.topBanner{
display:inline-block;
}
*:first-child+html ul.topBanner{
display:inline-block;
}

ul.topBanner li.bnrA{
float:left;
}
ul.topBanner li.bnrB{
float:right;
}

.newsBox{
margin-bottom:25px;
border-top:#ebe5dc 1px solid;
background-color:#FFF;
}

.newsBox dl{
padding:5px 10px;
border-bottom:#ebe5dc 1px solid;
}
.newsBox dt{
width:8em;
}
.newsBox dd{
margin:-1.5em 0 0 8.3em;
}
.newsBox li{
padding:5px 10px;
border-bottom:#ebe5dc 1px solid;
}


/* product */



/* products */
div.productList{
clear:both;
margin-bottom:20px;
padding:10px 10px 0 10px;
background-color:#FFF;
border:#CCC 1px solid;
}
div.productList:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
* html div.productList{
display:inline-block;
}
*:first-child+html div.productList{
display:inline-block;
}
.mainInner .productList h3{
margin-bottom:10px;
padding:3px 7px;
font-size:130%;
color:#7f9e2f;
background-color:#f2ebe1;
background-image:none;
}
.mainInner .productList h3 a{
color:#7f9e2f;
}
.mainInner .productList h3 a:hover,
.mainInner .productList h3 a:active{
color:#336600;
}

div.productImg{
float:left;
width:150px;
}
div.productImg p{
margin-bottom:10px;
}
div.productImg img.picture{
border:#CCC 1px solid;
}
div.productTxt{
float:right;
width:490px;
}
div.productTxt p{
margin-bottom:5px;
}
p.price{
float:left;
margin-bottom:5px;
padding-right:30px;
color:#ff9900;
font-size:130%;
font-weight:bold;
}
p.price span{
font-size:80%;
font-weight:normal;
padding-left:5px;
}

ul.productBtn{
clear:both;
padding:7px 0 10px 0;
border-top:#CCC 1px dashed;
}
ul.productBtn li{
display:inline;
padding-right:10px;
zoom:1;
}
ul.productBtn.right{
text-align:right;
}
ul.productBtn.right li{
padding:0 0 0 10px;
}