* { margin:0; padding:0 }
body { font:100% arial, sans-serif; color:#000; background:#D69DA5; text-align:center }
img { border:0 }
.aux { font-size:0.9em }
p.lead { padding:0.8em 1em 0.6em; color:#000; background:#ffe5e5; line-height:1.4em; font-size:14px; border:1px solid #ccc }
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 }
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;
    padding-bottom:10px;
    text-align:left;
    width:800px;
    background:#fff;
    }

#top-description {
    font-size:12px;
    padding:0.3em 1em;
    background:#C19A1B;
    color:#fff;
    }

#main {
    margin:0 10px;
    }

#navi {
    margin:5px 5px;
    }

#sub-navi {
    list-style-type:none;
    }

#sub-navi li {
    padding:5px 0 0;
    text-align:center;
    }

#content {
    background:url(../img/contents_bg.gif) repeat-y;
    padding-left:10px
    }

#content-left,#content-right {
    vertical-align:top;
    }
#content-left {
    width:205px;
    background:#F5EDE2;
    border:1px solid #D69DA5;
    }
#content-right {
    width:575px;
    }

address {
    margin:1.5em 10px;
    font-size:12px;
    color:#777;
    line-height:1.5em;
    
    }

#footer {
    font-size:12px;
    margin:10px;
    }

#footer-navi {
    border-bottom:1px solid #8C2F4C;
    padding:0.3em 0;
    }
#footer-navi a {
    color:#8C2F4C;
    }

#copyright {
    padding-top:0.3em;
    color:#777;
    }

/* Main */

h1 {
    background:url(../img/head_bg.gif) no-repeat;
    color:#8C2F4C;
    padding:18px 75px;
    font:22px serif;
    font-weight:bold;
    }

table.color caption {
    font-weight:bold;
    color:#CC9900;
    margin:0.5em 0 0.5em;
    text-align:left
    }
table.color {
    font-size:85%;
    /* background:#ffc; */
    border-collapse:collapse
    }
table.color th {
    color:#666600;
    }
table.color td, table.color th {
    padding:0.3em 1em;
    /* border:1px solid #aaa */
    }
table.color th.h {
    padding:0.3em 0;;
    }

p.note {
    margin:1em 0;
    padding:0.5em 1em;
    font-size:0.9em;
    color:#CC0033;
    background:#F5EDE2;
    border:1px solid #D69DA5;
    }
#news {
    margin:0.5em 0 1em 1em;
    list-style-type:none;
    }
#news li {
    margin:0.5em 0;
    }
#news .date {
    font-size:0.8em;
    color:#777;
    }
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;
    }
