* { margin:0; padding:0 }
body { font:100% arial, sans-serif; color:#555; background-color:#fff; text-align:center }
img { border:0 }
.aux { font-size:0.9em }
p.lead { margin:0.8em 1em 0.6em; color:#000 }
p.lead-2 { margin:1.5em 0; color:#0066CC; padding-bottom:1em; border-bottom:1px dashed #aaa }
hr { border-width:0; height:1px; border-top:1px dashed #aaa }
span.separate { color:#999 }
table.color caption { font-weight:bold; color:#CC9900; margin:0.5em 0 0.5em; text-align:left }
table.color { font-size:85%; border-collapse:collapse; margin:1em 0; }
table.color td, table.color th { padding:0.5em 0.5em; border-bottom:1px solid #ccc }
dl.refs { font-size:90% }
dl.refs dt { font-weight:bold; }
dl.refs dd { margin: 0.5em 0 }
li.separate { border-top:1px dashed #aaa }

/* Wapper */

#wrapper {
    margin:0 auto;
    text-align:left;
    width:750px;
    }

/* #wrapper2 { */
/*     padding:0 10px; */
/*     } */

#top {
    background:url(../img/top_bg.gif);
    height:40px;
    }
#top p{
    font-size:12px;
    color:#777;
    padding:20px 0 0 180px;
    }
#sub {
    width:170px;
    background:url(../img/left_bg.gif) no-repeat 169px 0;
    height:700px;
    padding-top:30px;
    float:left;
    }
#main {
    float:left;
    width:578px;
    }
#contents {
    padding-left:15px;
    }
#navi {
    list-style-type:none;
    text-align:right;
    }
#navi li a {
    display:block;
    padding:8px 1em;
    color:#777;
    text-decoration:none;
    }
#navi li.current a {
    color:#fff;
    }
#navi li {
    font-size:14px;
    }
#navi li.current {
    background:url(../img/navi_sel.gif) no-repeat;
    }
address {
    text-decoration:none;
    font-size:11px;
    color:#999;
    text-align:right;
    padding-right:1em;
    line-height:1.4em;
    }
h1 {
    font-size:20px;
    line-height:20px;
    margin:1em 0 1em;
    background:url(../img/h1_bg.gif) no-repeat;
    padding:11px 1em;
    color:#fff;
    }
h2 {
    font-size:18px;
    margin:2em 0 0.5em;
    color:#777;
    border-bottom:1px dashed #ccc;
    padding-bottom:5px;
    }
#contents p {
    font-size:0.9em;
    line-height:1.6em;
    }
.price {
    color:#CC0033;
    font-size:1.4em;
    padding:0 0.5em;
    }

p.note {
    color:#CC0033;
    }

ol.links {
    list-style-type:none;
    }
ol.links li {
    float:left;
    width:170px;
    height:350px;
    padding:10px 6px;
    font-size:0.9em;
    }
/* ol.links li:hover { */
/*     background:#CCFF99; */
/*     } */
ol.links .title {
    padding:0.3em 0 0;
    font-weight:bold;
    color:#336600;
    }
ol.links .image {
    padding:3px;
    background:#eee;
    border:1px solid #ccc;
    }
ol.links .image:hover {
    background:#f00;
    }
ol.links .desc {
    font-size:0.9em;
    line-height:1.4em;
    }
ol.links p.desc {
    margin-top:0;
    }
ol.links .date {
    color:#777;
    font-size:0.8em;
    }
