/*== basics ==*/

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'メイリオ','Trebuchet MS',Arial,Verdana,Helvetica,sans-serif;
    background-image: url(common/paper.jpg);
    background-color: #eaebe5;
    color: #002400;
}

/*== text ==*/

p,td,dl,ol,ul,li,blockquote {
    font-size: 100%;
    line-height: 140%;
}
pre {font-size:100%;line-height:120%}
em {font-style: normal; font-weight: bold;}
input,select {font-size: 100%; line-height: 100%;}
a {text-decoration: none;}

/*
a:link {color: #608080;}
a:visited {color: #909890;}
a:hover {color: #c04020; text-decoration: underline;}
*/

a:link {color: #406060;}
a:visited {color: #406060;}
a:hover {color: #d50000; text-decoration: underline;}
/* #news a {color: #d50000; text-decoration: underline;} */
#news a {text-decoration: underline;}


h1 {
    font-size: 120%;
    font-weight: bold;
}
h1:before {content: url(common/circle.gif)}
p#copyright {text-align: center; font-size: 85%; color: #80a080;}
p {margin-top: 4px;}
p.item {color: #609070; font-weight: bold; margin-bottom: 0px;}
.timestamp {font-size: 85%;}
.dim {color: #609070;}

em {
    font-weight: bold;
    font-style: normal;
    padding: 0 0.3em;
}

/*== layout ==*/

#container {
    margin-bottom: 20px;
}

#box {
    float: auto;
    clear: both;
    width: 760px;
    padding: 0px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #80a080;
}

#banner {
    margin: 0px;
    padding: 1px 30px;
    border-bottom: 1px dotted #80a080;
    clear: both;
    color: #609070;
    background-color: #dde6dd;
}
#footer {
    margin: 0px;
    padding: 2px 0px 2px 0px;
    border-top: 1px dotted #80a080;
    clear: both;
}

#panel {
    margin: 0px;
    /* padding: 0px 15px 0px 15px; */
    padding: 10px 34px;
    height: 380px;
    background-color: #ffffff;
    /* background-image: url(panel/image.php); */
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-position: right top; */
    border-bottom: 1px dotted #80a080;
    color: #80a080;
    /* overflow: auto; */
}
#panel p {width: 400px;}
#panel h2 {font-size: 100%; line-hight: 120%; margin: 0px;}

#thumbs {
    float: left;
    width: 280px;
    padding: 15px 0px 15px 20px;
}

#thumbs img {margin: 1px; border: 1px solid;}
#thumbs p {color: #608080;}

#main {
    float: right;
    width: 380px;
    padding: 15px 40px 15px 20px;
}

p.nav {
    text-align: right;
    color: #608080;
}

ul {
    list-style-position: inside;
    margin: 8px 0;
    padding-left: 0;
}
ul.panel1 {
    position: absolute; top: 410px;
    list-style-type: none;
}


.banner_text {display: none;}
.small {font-size: 85%;}

#frame {
    margin: 30px auto;
    padding: 30px;
    width: 300px;
    background-color: #ffffff;
    color: #608080;
    border: 1px dotted #608080;
}

/*--- colors
    greenish gray: #f4f4ee;
    green gray: #eeeedd;
    blue-green gray: #dde6dd;

---*/



