/* Item Css  */

/* コンテンツ */

#head-img {
    margin: 0;
    padding: 0;
    width: 580px;
    overflow: hidden;
}

#outline {
    background: #ffffcc;
    height: 60px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

#outline .outline-inner {
    padding: 12px 25px;
    line-height: 140%;
}

.image {
    margin: 0 0 12px 0;
}

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

.box1 .inner {
    width: 518px;
    border: 1px solid #ddd;
    background: #ffffdd;
    padding: 5px;
}

.box1 .left_box {
    width: 170px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

.box1 .right_box {
    text-align: left;
    width: 338px;
    float: left;
}

.right_box .title {
    background-color: #ffd784;
    background-image: url(http://karaage-fujii.com/item/img/list_icon1.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    text-align: left;
    padding: 4px 5px 2px 22px;
}

.right_box .price {
    background-color: #ffe6b0;
    text-align: left;
    padding: 4px 5px 2px 5px;
}

.right_box .text {
    line-height: 140%;
    text-align: left;
    padding: 5px;
}


/* ナビゲーション */

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

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

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

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

ul#navi li#top a {
    background-image: url(http://karaage-fujii.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#item a {
    background-image: url(http://karaage-fujii.com/img/menu_btn.gif);
    width: 169px;
    background-position: 0 -31px;
    color: #222;
}
ul#navi li#info a {
    background-image: url(http://karaage-fujii.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#group a {
    background-image: url(http://karaage-fujii.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#form a {
    background-image: url(http://karaage-fujii.com/img/menu_btn.gif);
    width: 169px;
}

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