@charset "UTF-8";
/* ===================================================
   SKITEM SKIN [TWOTONE ORANGE] Stylesheet
            
            Design by SKITEM DESIGN WORKS
            http://skitem.jp/
            Copyright (c) SKITEM DESIGN WORKS

   01:BASE
            02:BASE LYOUT
            03:BASE TEXT
            04:BASE PARTS
            05:HEADER
            06:FOOTER
            07:SIDENAVI
            08:CONTENTS
            ++++++++++++++++++++++++++
            09:CONENTS - COMMENT
            10:CONENTS - ARCHIVE
            11:CONENTS - ERROR
            12:CONENTS - MEMBER
            13:CONENTS - SEARCH
            
====================================================== */

/* 01:BASE ------------------------------------------- */
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #333;
    background: url(img/bg.gif) repeat-x;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

/* 02:BASE LYOUT ------------------------------------- */
div#site {
    background: url(img/bg_site.gif) repeat-y;
    width: 780px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
}

div#main {
    text-align: left;
    margin: 0;
    padding: 0 30px 20px 0;
    float: right;
    width: 500px;
}

div#sidenavi {
    text-align: left;
    margin: 0;
    padding: 0 0 20px 30px;
    float: left;
    width: 200px;
}

/* 03:BASE TEXT -------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0 0 10px;
}

a:link {
    color: #666666;
    text-decoration: underline;
}

a:visited {
    color: #666666;
    text-decoration: underline;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

.txtnormal {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 10px;
}

/* 04:BASE PARTS ------------------------------------- */
img {
    border-style: none;
}

.clearfloat {
    clear: both;
    margin: 0;
    padding: 0;
}

.centerise {
    text-align: center;
}

/* 05:HEADER ----------------------------------------- */
div#header {
    background: url(img/bg_header.gif) no-repeat;
    height: 108px;
    text-align: left;
}

h1 {
    font-size: 1.125em;
    color: #660066;   margin: 0;
    padding: 30px 0 0 30px;
}

h1 a:link, h1 a:visited {
    color: #660066;
    text-decoration: none;
}

h1 a:hover {
    color: #660066;
    text-decoration: underline;
}

/* 06:FOOTER ----------------------------------------- */
div#footer {
    background: url(img/bg_footer.gif) no-repeat left bottom;
    clear: both;
    margin: 0;
    padding: 10px 20px 20px;
}

.foottxt {
    font-size: 11px;
    line-height: 1.35;
    margin: 0px;
    padding: 0px;
}

.foottxt a:link, .foottxt a:visited {
    color: #333;
    text-decoration: none;
}

.foottxt a:hover {
    color: #999;
    text-decoration: none;
}

/* 07:SIDENAVI --------------------------------------- */
dl.navilist {
    margin: 0;
    padding: 0 0 10px;
}

.navilist dt {
    font-size: 0.8em;
    color: #660066;
    background: #ffeff5 url(img/bg_navititle01.gif) repeat-x left bottom;
    margin: 0 0 10px;
    padding: 8px 0 8px 3px;
}

.navilist dd {
    font-size: 0.8em;
    line-height: 1.35em;
    margin: 0;
    padding: 0 0 5px;
}

.navilist dd a:link, .navilist dd a:visited {
    color: #666666;
    text-decoration: none;
    background: url(img/point01.gif) no-repeat 0px 4px;
    margin: 0;
    padding: 0 0 5px 13px;
}

.navilist dd a:hover {
    color: #333;
    text-decoration: none;
}

dl.newslist { /* NEWS TOPICS */
    margin: 0;
    padding: 0;
}

.newslist dt {
    font-size: 0.8em;
    color: #660066;
    background: #FFEFF5 url(img/bg_navititle01.gif) repeat-x left bottom;
    margin: 0 0 10px;
    padding: 8px 0 8px 3px;
}

.newslist dd {
    font-size: 0.8em;
    line-height: 1.35em;
    margin: 0;
    padding: 0 0 5px;
}

.searchform br { /* SERCH FORM */
    display: none;
}

.imgbanner {
    text-align: center;
    margin: 0px;
    padding: 10px 0;
}

/* 08:CONENTS ---------------------------------------- */
div#contents {
    background: url(img/bg_contents.gif) no-repeat;
}

div.item {
    margin: 0;
    padding: 0 0 20px;
}

div#main h2 {
    font-size: 1em;
    color: #666666;
    background: url(img/bg_itemtitle.gif) no-repeat left bottom;
    margin: 0 0 10px;
    padding: 0 0 2px 10px;
}

div#main h2 a:link, div#main h2 a:visited {
    color: #666666;
    text-decoration: none;
}

div#main h2 a:hover {
    color: #333;
    text-decoration: none;
}

div.itemtxt {
    font-size: 0.8em;
    line-height: 1.5;
}

p.txtmore {
    font-size: 0.6875em;
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}

p.txtdata {
    font-size: 0.6875em;
    text-align: right;
    margin: 0 0 10px;
    padding: 0;
}

p.txtnaviRight {
    font-size: 0.8em;
    text-align: right;
    margin: 0 0 10px;
    padding: 0;
}

p.txtnaviLeft {
    font-size: 0.8em;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}

blockquote {
    color: #6D6D6D;
    margin: 10px;
    padding: 10px;
    border: 1px dotted #CCC;
}

div.leftbox { /* IMAGE LYOUT */
    margin: 0;
    padding: 0 10px 10px 0;
    float: left;
}

div.rightbox {
    margin: 0;
    padding: 0 0 10px 10px;
    float: right;
}

div#edit { /* ADD ITEM */
    margin: 0 0 10px;
    padding: 10px;
    border: 1px dotted #CCC;
}

div#edit h3 {
    font-size: 1em;
    color: #EA009A;
    margin: 0 0 10px;
    padding: 0;
    border-style: none;
}

.shortcuts {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0 0 10px;
}

/* 09:CONENTS - COMMENT ------------------------------ */
div.comment {
    margin: 0;
    padding: 0 10px 20px;
}

div.comment h3 {
    font-size: 0.9em;
    color: #333;
    margin: 0 0 10px;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #333;
}

div.comment h4 {
    font-size: 0.8em;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding: 0 0 5px;
}

div.comenttxt {
    font-size: 0.6875em;
    line-height: 1.5;
    margin: 0;
    padding: 10px;
    border: 1px dotted #999;
}

div.commentform {
    font-size: 0.8em;
    line-height: 1.5;
}

/* 10:CONENTS - ARCHIVE ------------------------------ */
.archivetitle {
    font-size: 0.8em;
    color: #333;
}

dl.archivelist {
    margin: 0;
    padding: 0 0 0 10px;
}

.archivelist dt {
    font-size: 0.8em;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0 0 5px;
}

.archivelist dd {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0;
    padding: 5px 0 5px 20px;
}

/* 11:CONENTS - ERROR -------------------------------- */
h2.errortitle {
    font-size: 1em;
    color: #CC0000;
    background: url(img/bg_itemtitle.gif) no-repeat left bottom;
    margin: 0 0 10px;
    padding: 0 0 2px 10px;
}

/* 12:CONENTS - MEMBER ------------------------------- */
.memvertitle {
    font-size: 0.9em;
    color: #333;
    margin: 0 0 10px;
    padding: 0 0px 2px 0;
    border-bottom: 1px solid #333;
}

dl.memverlist {
    margin: 0;
    padding: 0 0 20px 10px;
}

.memverlist dt {
    font-size: 0.8em;
    margin: 0 0 5px;
    padding: 0 0 3px;
    border-bottom: 1px dotted #999;
}

.memverlist dd {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 5px 40px;
}

div.mailform {
    font-size: 0.8em;
    line-height: 1.5;
}

/* 13:CONENTS - SEARCH ------------------------------- */
div.search {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px dotted #999;
}

.highlight {
    background: #A3D8FF;
}

/* README -------------------------------------------- */
body#readme {
    font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    background: url(none);
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

body#readme div#site {
    background: url(none);
    text-align: left;
    width: 600px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}

body#readme h1 {
    font-size: 1em;
    color: #4c4c4c;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 20px;
}

body#readme h2 {
    font-size: 0.9em;
    color: #CC0000;
    margin: 10px 0px;
    padding: 5px 0px;
    border-top: 1px dotted #CC0000;
    border-bottom: 1px dotted #CC0000;
}

body#readme p {
    font-size: 0.8em;
    line-height: 1.5;
}

body#readme dl {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0px;
    padding: 0px 0px 10px 20px;
}
