/* Base Weblog (base-weblog.css)  */

/* 基本設定 */

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: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 12px;
}

form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

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: 10px;
    margin-bottom: 10px;
}

blockquote {
    margin: 10px 0 15px 0;
    padding: 10px;
    border: 1px dotted #ccc;
    color: #ff0000;
    width: 510px;
}

hr {
    color: #ccc;
    height: 1px;
    width: 100%;
    text-align: center;
}


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


/* ページ構成 */

body {
    text-align: center;
} /* center on ie */

#wrapper {
    position: relative;
    margin: 0 auto; /* center on everything else */
    text-align: left;
}

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    text-align: left;
}
#container-inner {
    position: static;
    width: auto;
}

#banner {
    position: relative;
}
#banner-inner { position: static; }

#pagebody {
    position: relative;
    width: 100%;
}
#pagebody-inner {
    position: static;
    width: 100%;
}

#alpha, #beta {
    display: inline; /* ie win bugfix */
    position: relative;
    min-height: 1px;
}

#alpha-inner, #beta-inner {
    position: static;
}

#alpha-inner p {
    margin: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: left;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.comments-open-content {
    margin: 10px 0;
    line-height: 140%;
    text-align: left;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
    margin-bottom: 15px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 0 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-list-item {
    line-height: 150%;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
    padding-top: 2px;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}


/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 12px;
}

a { color: #663300; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }

#banner a { color: #663300; text-decoration: none; }
#banner a:hover { color: #ff0000; }

.module-content a { color: #666; text-decoration: none; }
.module-content a:hover { color: #ff0000; text-decoration: underline; }

.module-calendar a { color: #663300; text-decoration: none; }
.module-calendar a:hover { color: #ff0000; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #1a8025;
    padding: 6px 5px 4px 5px;
    color: #fff;
    background: #6aac71;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.comments-content h3.comments-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 15px 0 0 0;
    border-left: 5px solid #1a8025;
    padding: 6px 5px 4px 5px;
    color: #fff;
    background: #6aac71;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #3e5f38;
}

#beta .module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    padding: 6px 5px 3px 21px;
    color: #3e5f38;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
    background: url(http://kubota-tofu.com/img/side-t.gif);
    border: none;
}

#beta .module-footer {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    text-transform: uppercase;
    background: url(http://kubota-tofu.com/img/side-u.gif) no-repeat 0 0;
    height: 5px;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* ページレイアウト */

body {
    min-width: 752px;
    color: #444;
}

#wrapper {
    width: 770px;
    text-align: center;
    background-image: url(http://kubota-tofu.com/img/body_bg.gif);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-color: #fff;
}

#container {
    width: 752px;
    margin-bottom: 0;
    background: #fff;
    overflow: hidden;
}

#container-inner {
    border-width: 0 1px;
    border-style: solid;
    border-color: #bbb;
    background: url(http://kubota-tofu.com/img/beta_bg.gif) repeat-y 0 0;
}

#banner {
    width: 750px; /* necessary for ie win */
    background: url(http://kubota-tofu.com/img/banner.jpg) no-repeat 0 0;
    height: 104px;
    border-bottom: 1px solid #ccc;
}

#banner-inner {
    padding: 35px 0 0 16px;
}

#banner-header {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

#banner-header a {
    display: block;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-indent: -9999px;
}

#banner-description {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 5px;
    color: #333;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
    display: none;
}

#banner-email {
    margin: 0;
    padding: 10px 0 0 376px;
}

#banner-email a {
    display: block;
    width: 122px;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    text-indent: -9999px;
}

#alpha {
    width: 580px;
    float: right;
    overflow: hidden;
}

#alpha-inner {
    width: 530px;
    margin: 20px 25px 0 25px;
}

#beta {
    width: 169px;
    background: url(http://kubota-tofu.com/img/beta_bg.gif) repeat-y 0 0;
    margin: 0;
    overflow: hidden;
    float: left;
}

#beta-inner {
    padding: 0 0 10px 0;
}

.menu-head-img {
    border-bottom: 1px solid #ccc;
}

.feed {
    margin: 10px auto 3px auto;
    text-align: center;
}

#pt {
    position: static;
    width: 750px;
    margin: 0 0 10px 0;
    clear: both;
}

#pt-inner {
    width: 735px;
    font-size: 11px;
    text-align: right;
    padding: 0 15px 0 0;
}

#footer {
    width: 750px;
    clear: both;
    height: 86px;
    background: url(http://kubota-tofu.com/img/footer_bg.gif) repeat-x 0 0;
    border-top: 1px solid #ccc;
    font-size: 11px;
}

#footer-inner {
    font-size: 11px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
}

#footer-inner .flash-navi-box {
    width: 400px;
    margin: 0 auto 0 auto;
    text-align: center;
    clear: both;
}

#footer-inner .flash-navi-l {
    width: 300px;
    float: left;
}

#footer-inner .flash-navi-r {
    width: 99px;
    float: right;
}

#footer-inner .info {
    padding-top: 5px;
    line-height: 17px;
    clear: both;
}

#footer-inner .copy {
    width: 750px;
    color: #fff;
    padding-top: 6px;
    line-height: 15px;
    clear: both;
}

.date-header {
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    color: #999;
    text-transform: uppercase;
}

.entry-header {
    width: 496px;
    margin: 0;
    background: url(http://kubota-tofu.com/img/entry-title.gif) no-repeat 1px 4px;
    padding: 0 0 0 20px;
    color: #3e5f38;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.entry-header br {
    display: none;
}

.comment-preview h3, .comment-error h3, .comment-confirmation h3, .comment-pending h3, .dynamic-pages-error h3, .trackback-listing h3, .comment-listing h3 {
    width: 496px;
    margin: 0;
    background: url(http://kubota-tofu.com/img/entry-title.gif) no-repeat 1px 4px;
    padding: 0 0 0 20px;
    color: #3e5f38;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.comment-confirmation p, .comment-pending p {
    line-height: 140%;
    text-align: left;
}

.entry-content,
.comment-content,
.trackback-content {
    margin: 0;
    line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 0;
}

.comment-content {
    margin: 10px 0;
    text-align: left;
}

.content-nav { margin-top: 0; }

#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #6aac71;
    padding: 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    line-height: 140%;
    background: #d6ebcf;
}

.trackbacks-content {
    padding: 10px 0 0 0;
    text-align: left;
}

.trackback {
    margin: 0;
    padding: 0;
}

.trackback .inner {
    margin: 0;
    padding: 0;
}

.trackback-header {
    margin-bottom: 5px;
}

.trackback-content {
    line-height: 140%;
    margin-bottom: 10px;
    text-align: left;
}

.comments-open-footer {
    margin: 10px 0;
}

.photo img {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #ccc #bbb #eee;
    padding: 2px;
    margin: 0;
}

.photo2 img {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 0;
    margin: 0;
}


/* ナビゲーション */

ul#navi {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

ul#navi li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    line-height: 1em;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    width: 169px;
}

ul#navi a {
    display: block;
    height: 30px;
    margin: 0;
    text-decoration: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #555;
}

ul#navi a:hover {
    text-decoration: none;
    background-position: 0 -30px;
    color: #fff;
}

ul#navi li#top a {
    background-image: url(http://kubota-tofu.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#item a {
    background-image: url(http://kubota-tofu.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#kodawari a {
    background-image: url(http://kubota-tofu.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#shop a {
    background-image: url(http://kubota-tofu.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#law a {
    background-image: url(http://kubota-tofu.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#form a {
    background-image: url(http://kubota-tofu.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#blog a {
    background-image: url(http://kubota-tofu.com/img/menu_btn.gif);
    width: 169px;
}

#navi-inner {
    padding-top: 9px;
    padding-left: 23px;
}


/* 角丸 */

div.entry_head {
    background-image:url(./img/entry_cn_head.gif);
    background-repeat:no-repeat;
    padding: 0;
    margin: 0;
    width: 530px;
    height: 7px;
}
div.entry_text {
    background-image: url(./img/entry_cn_middle.gif);
    background-repeat: repeat-y;
    width: 516px;
    padding: 0 7px;
    margin: 0;
}
div.entry_foot {
    background-image: url(./img/entry_cn_foot.gif);
    background-repeat: no-repeat;
    width: 530px;
    height: 7px;
    padding: 0;
    margin: 0 0 15px 0;
}


/* モジュール */

.module {
    margin: 0 5px 10px 6px;
    background: #fff;
    clear: both;
    width: 158px;
}

.module-content {
    width: 148px;
    margin: 0;
    padding: 5px 5px 1px 5px;
    font-size: 11px;
    line-height: 1.2;
    background: url(http://kubota-tofu.com/img/side-m.gif) repeat-y 0 0;
}

.module-content-search {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 4px 10px 8px 10px;
    font-size: 12px;
    line-height: 1.2;
    color: #61513f;
    font-weight: bold;
    height: 46px;
}

.module-menu {
    background: #fbfaf2;
    border: 0;
}

.module-search { background: url(http://kubota-tofu.com/img/search_bg.gif); }
.module-search label { margin-left: 5px; }
.module-search input { font-size: 10px; margin-top: 12px; }
.module-search #search { width: 95px; height: 14px; }
.module-search #submit { margin: 0 0 1px 0; padding: 0; width: 41px; height: 21px; vertical-align: bottom; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table {
    font-size: 11px;
    width: 100%;
}

.module-mmt-calendar .module-content caption,
.module-calendar .module-content caption {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #3e5f38;
}

.module-mmt-calendar .module-content td,
.module-calendar .module-content td {
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(http://kubota-tofu.com/img/cal_bg.gif);
    background-repeat: repeat-x;
}

.module-mmt-calendar .module-content th,
.module-calendar .module-content th {
    border: 1px solid #ccc;
    background-color: #eee;
    background-image: url(http://kubota-tofu.com/img/cal_bg2.gif);
    background-repeat: repeat-x;
}

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    margin: 0 5px 5px 3px;
    list-style: none;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 0;
    list-style: none;
}

.module-list-item {
    width: 130px;
    margin-top: 0;
    padding-left: 10px;
    color: #666;
    line-height: 1.2;
    background: url(http://kubota-tofu.com/img/side-list.gif) no-repeat 0 3px;
}

.module-list-item .module-list-item {
    margin-top: 0;
    padding-left: 10px;
    color: #666;
    line-height: 1.2;
    background: url(http://kubota-tofu.com/img/side-list.gif) no-repeat 0 2px;
}

.module-photo img { border: 1px solid #fff; }


/* one-column tweaks */

body.layout-one-column {
    min-width: 770px;
    background-image: url(http://kubota-tofu.com/img/body_bg.gif);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-color: #fff;
}
.layout-one-column #container { width: 752px; }
.layout-one-column #container-inner { background: none; }
.layout-one-column #banner {
    width: 750px; /* necessary for ie win */
    background: url(http://kubota-tofu.com/img/banner_search.jpg) no-repeat 0 0;
    border-bottom: 1px solid #ccc;
    height: 105px;
}
.layout-one-column #alpha { width: 750px; }
.layout-one-column #alpha-inner {
    width: 700px;
    margin: 20px 25px 0 25px;
}
.layout-one-column blockquote {
    margin: 10px 0 15px 0;
    padding: 10px;
    border: 1px dotted #ccc;
    color: #ff0000;
    width: 680px;
}
.layout-one-column #alpha h3 {
    background: #f3f3f3;
    border-left: 5px solid #6cb2a4;
    color: #308f92;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 15px 0;
    padding: 3px 5px 2px 10px;
    text-align: left;
}
.layout-one-column #alpha h2 {
    margin-top: 20px;
    background: url(http://kubota-tofu.com/img/musimegane.gif) no-repeat 0 7px;
    padding: 6px 0 0 20px;
    color: #666;
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
    height: 24px
}
.layout-one-column p {
    line-height: 140%;
}
.layout-one-column .posted {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0 auto 15px 0; }

/* Search results templates */
.mt-search-results .search-results-header {
    margin-top: 0;
    background: url(http://kubota-tofu.com/img/musimegane.gif) no-repeat 0 7px;
    padding: 6px 0 0 20px;
    color: #666;
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
    height: 24px;
}
.mt-search-results .search-results-container { margin-left: 10px; line-height: 140%; }
.mt-search-results form#search-form { width: 530px; margin: 0px auto 20px auto; text-align: left; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align: left; }
.search-results-container h3 {
    border-left: 5px solid #523d21;
    padding: 4px 5px 3px 8px;
    background: #eee;
    font-size: 14px;
    font-weight: bold;
}

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    background: url(http://kubota-tofu.com/img/entry-title.gif) no-repeat 1px 4px;
    padding: 0 0 0 20px;
    color: #3e5f38;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;

}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }