@import url(basic.css);


body {
background-image: url(img/bg_header_top.jpg);
background-repeat: repeat-x;
background-position: center top;
}
div.image{
padding : 0 33px;
}

p#mainimage {
width: 956px;
height: 279px;
margin: 2px auto;
}

div#contents {
width:696px;
float: left;
}

div#contents p.lead {
line-height: 1.8;
margin: 20px 0;
}

div#aside {
width: 250px;
margin: 20px 0;
float: right;
}
div#news {
background: #fff;
border: solid 1px #d0d0d0;
}
div#news h1{
text-align: center;
margin: 0 0 5px 0;
}
div#news dl{
background: url(img/icon_news.png);
background-position: left 9px;
background-repeat: no-repeat;
padding: 5px 16px 5px;
}

div#news dt{
padding: 0 0 5px 0;
font-size: 80%;
}

div#news dd{
line-height: 1.5;
padding: 0 0 5px 0;
border-bottom:  1px dotted #bcbcbc;
}
div#contents p.banner,
div#aside p.banner {
margin: 10px 0;
}

div#contents a.products{
color: #444;
text-decoration: none;
display: block;
width: 340px;
background-color: #fff;
background: -moz-linear-gradient(top, #ffffff, #ebebeb);/
background:-webkit-linear-gradient(#ffffff 53.64%, #ebebeb 100%);
background: linear-gradient(to bottom, #ffffff, #ebebeb);
margin: 0 0 18px 0;
border: solid 1px #cbcbcb;
}

div#contents a.products:hover {
background: #fff;
border: solid 1px #094f43;
}

div#contents a.products:nth-child(2n+1){
float: left;
clear: left;
}
div#contents a.products:nth-child(2n){
float: right;
}

div#contents a.products h2 {
margin: 7px 0 4px;
}

div#contents a.products p.text {
font-size:80%;
line-height: 1.5;
margin: 0 4px 0 0;
}

div#contents a.products p.image {
float: left;
margin: 4px 8px 4px 4px;
}

div#contents a.products p.detail {
text-align: right;
margin: 10px 0 4px 0;
}
