/* Blog Css  */

/* コンテンツ */

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

#image {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.image2 {
    margin: 0 0 12px 0;
    padding: 0;
}


.box1 {
    width: 530px;
    margin-bottom: 15px;
}

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

.box1 .title {
    width: 530px;
    margin-bottom: 12px;
}

.box1 .title-inner {
    width: 508px;
    background: url(http://kubota-tofu.com/blog/img/kt01.gif) no-repeat;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 18px 5px 7px 17px;
    overflow: hidden;
    white-space: nowrap;
}

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

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

.n-link {
    line-height: 140%;
    text-align: center;
}


/* 角丸 */

.cnbox { background-color:#fff; }
.cn1 { margin: 0 5px; height: 1px; overflow: hidden; background-color: #e7dec5; }
.cn2 { margin: 0 3px; height: 1px; overflow: hidden; background-color: #e7dec5; }
.cn3 { margin: 0 2px; height: 1px; overflow: hidden; background-color: #e7dec5; }
.cn4 { margin: 0 1px; height: 2px; overflow: hidden; background-color: #e7dec5; }
.cn5 { padding: 5px 10px; background-color: #e7dec5; line-height: 150%; }


/* ナビゲーション */

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;
    background-position: 0 -30px;
    color: #fff;
}

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