* { margin: 0; padding: 0; }
body { font:100% arial, sans-serif; color:#000; background:url(../img/bg.gif); text-align:center }
img { border: 0; margin:0; padding:0; }
p { line-height: 1.4em; font-size: 90%; }
p.note { color:#FF0033; }
.aux { font-size: 0.8em; }
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.sep { color:#999; font-size:0.8em; margin:0 0.5em }

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 td, table.color th { padding: 0.3em 0.5em; border: 1px solid #aaa; }

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:814px;
    background:url(../img/contents_bg.gif) repeat-y 50% 50%;
    }

/* Top */

#top {
    background:url(../img/top_image.jpg) no-repeat;
    height:424px;
    }

#top-description {
    font-size:10px;
    color:#fff;
    text-align:right;
    padding:5px 1em 0 0;
    }

/* Naivgation */

#navi {
    margin:10px 20px;
    text-align:center;
    }
#navi-wrap{
    text-align:left;
    }

/* Contents */

#content {
    margin:0 7px;
    background:#fff;
    color:#000;
    padding:10px 15px;
    }

body.index #content {
    background:#000;
    color:#fff;
    }

#content p {
    margin:0.5em 0;
    }
body.index #content p {
    margin:0;
    }

h1 {
    background:url(../img/h1_bg_white.gif) no-repeat 50% 0;
    padding:25px 0 0 10px;
    height:98px;
    font:28px serif;
    font-weight:bold;
    }

h2 {
    background:url(../img/h2_bg_white.gif) no-repeat;
    padding:15px 0 0 10px;
    height:64px;
    font:16px serif;
    font-weight:bold;
    }

/* General */

ol.news {
    list-style-type:none;
    font-size:0.9em;
    }
ol.news .date {
    color:#999;
    font-size:0.9em;
    }
ol.news li {
    margin:0.5em 0;
    }

/* Address */

address {
    background:#000 url(../img/address.gif) no-repeat 50%;
    margin:0 7px;
    padding:5px 0;
    height:206px;
    color:#fff;
    }

address p.info {
    font-style:normal;
    font-size:12px;
    top:130px;
    padding-left:597px;
    position:relative;
    line-height:1.3em;
    }

/* Footer */

#footer {
    background:
    height:60px;
    font-size:14px;
    margin:0 7px;
    color:#fff;
    }

#footer a {
    color:#fff;
    }

#footer-navi {
    padding:0.8em 1em;
    background:#1a1a1a;
    }

#copyright {
    background:#2a2a2a;
    padding:5px 1em;
    font-size:10px;
    }

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;
    }
