/* basic elements */
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}
body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino KaKu Gothic Pro", Osaka, "MS Pゴシック", verdana, 'trebuchet ms', sans-serif;
    font-size: 90%;
}
*:first-child+html body {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino KaKu Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", verdana, 'trebuchet ms', sans-serif;
    font-size: 86%;
}/* Use only ie7 hack */
* html body { font-size: 86%; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 0;
    margin-bottom: 0;
}
pre {
    width: 100%;
    overflow: auto;
    padding-bottom: 1em;
}
blockquote {
    margin: 0 0 10px 0;
    padding: 10px 10px 0 10px;
    border: 1px solid #999;
    font-size: 90%;
    color: #ccc;
}

/* standard helper classes */
.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* page layout */
body {
    text-align: left;
    background: url(img/body_bg.jpg) repeat-x #000;
} /* center on ie */
#container {
    position: relative;
    margin: 0;
    text-align: left;
    background: url(img/container_bg.jpg) no-repeat;
    width: 840px;
}
#container-inner {
    position: static;
    width: auto;
}
/* Banner area used styles */
#banner {
    min-height: 100px;
}
#banner-inner {
    padding: 5px 10px;
}
#site-title {
    font-size: 300%;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #ee0000;
}
#site-title a {
    color: #ee0000;
    text-decoration: none;
}
#site-description {
    font-size: 80%;
    padding-bottom: 20px;
}

/* Pagebody area used styles */
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

#pagebody {
    width: 100%;
    min-height: 500px;
    margin: 0 0 20px 0;
    padding: 0;
}
#pagebody-inner {
    padding: 5px 10px;
}
/* Alpha area used styles */
#alpha {
    width: 580px;
    float: right;
}
#alpha-inner {
    border: 1px solid #ccc;
}
#entry {
    background: url(img/entry_bg.png);
    padding: 10px 20px;
    color: #fff;
}
.entry-content {
    clear: both;
    line-height: 1.5em;
}
.entry-content a {
    color: #fff;
}
.entry-content a:hover {
    color: #ffff66;
}
#archive-title {
    font-weight: bold;
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
}
.entry-header {
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-bottom: 1px solid #999;
}
.entry-header a {
    color: #ffffff;
    text-decoration: none;
}
.entry-header a:hover {
    color: #ffff00;
}
.entry-body p {
    padding-bottom: 1em;
}
.entry-body ul {
    padding-bottom: 1em;
}
.entry-image-thum {
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 0 10px 10px 0;
}
#entry-ranking {
    margin: 0;
    padding: 10px 0;
    text-align: right;
}
#entry-ranking a {
    text-decoration: none;
    font-weight: bold;
}
#entry-ranking a:hover {
    text-decoration: underline;
}
#entry-footer {
    border-top: 1px solid #999;
    margin: 0 0 10px 0;
    padding: 5px 0;
    font-size: 85%;
    color: #999;
}
.pagebute {
    clear: both;
    font-size: 85%;
    list-style: none;
    text-align: center;
    margin: 10px 0 15px 0;
}
.pagebute li {
    display: inline;
}
.pagebute li span,
.pagebute li a {
    padding: .2em 1em;
    color: #eee;
    border: 1px solid #666;
    text-decoration: none;
}
.pagebute li span,
.pagebute li a:hover {
    color: #333;
    background-color: #eee;
    border: 1px solid #fff;
}

#ad {
    text-align: center;
    background: #000;
    padding-top: 10px;
}

/* Table */
#spec {
    width: 540px;
    border-bottom: 2px solid #999;
}
#spec caption {
    border-bottom: 2px solid #999;
    font-weight: bold;
    color: #ffff33;
    padding: 5px;
}
#spec th,
#spec td {
    border-bottom: 1px dotted #999;
    font-size: 85%;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    text-align: left;
}
#spec th {
    width: 30%;
}
#spec td {
    width: 70%;
}
#spec .spec-final {
    border-bottom: 0px solid #999;
}
/* Sitemap content */
#sitemap {
    line-height: 1.5em;
}
#sitemap a {
    font-weight: bold;
    color: #ff0000;
}
#sitemap a:hover {
    color: #cc0000;
}
/* MailForm content */
.form-name {
    width: 150px;
}
.form-mail,
.form-title {
    width: 300px;
}
.form-text {
    width: 530px;
}

#page-top {
    text-align: right;
    padding: 5px 0 0 0;
}
#page-top a {
    color: #fff;
    font-size: 80%;
}
#page-top a:hover {
    color: #ffff66;
}

/* Beta area used styles */
#beta {
    width: 220px;
    float: left;
}
.main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(img/menu-nav2_bg.png);
}
.main-nav li {
    line-height: 1.0em;
    width: 100%;
    margin: 0;
    padding: 0;
    letter-spacing: 0.2em;
}
.main-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    text-indent: 1em;
}
.main-nav li a:hover {
    background: url(img/menu-nav2-hover_bg.jpg) center left repeat-x #cc0000;
}

/* Footer area used styles */
#footer {
    clear: both;
    padding: 5px 10px;
    font-size: 80%;
    text-align: right;
    line-height: 2em;
    color: #fff;
    min-height: 100px;
}
#copyright {
    margin: 0;
    padding: 0;
}
#footer a {
    font-weight: bold;
    color: #fff;
}
#footer a:hover {
    color: #ffff66;
}
/* TagCloud in Index template */
.module-tagcloud {
    text-align: left;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino KaKu Gothic Pro", Osaka, "MS Pゴシック", verdana, 'trebuchet ms', sans-serif;
    background: #fff;
    border: 5px solid #ccc;
}
.module-tagcloud h1 {
    margin: 0;
    padding: 10px;
    font-size: 100%;
    border-bottom: 2px solid #ccc;
}
.module-content p {
    padding: 5px 10px;
    line-height: 1.5em;
}
.module-list {
    list-style: none;
    margin: 0;
    padding: 0 10px 10px 10px;
}
.module-list-item {
    margin: 0;
    padding: 0;
    line-height: 1.25em;
    display: inline;
}
.taglevel1 {
    font-size: 200%;
    font-weight: bolder;
}
.taglevel2 {
    font-size: 150%;
    font-weight: bolder;
}
.taglevel3 {
    font-size: 120%;
    font-weight: bold;
}
.taglevel4 {
    font-size: 100%;
    font-weight: bold;
}
.taglevel5 {
    font-size: 95%;
}
.taglevel6 {
    font-size: 75%;
}
.module-list-item a {
    text-decoration: none;
}