/* Item Css  */

/* コンテンツ */

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

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

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

.box1 .inner {
    background: #efead8;
    border: 1px solid #e1d9b9;
    width: 528px;
}

.box1 .left_box {
    width: 262px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.box1 .right_box {
    margin: 0;
    padding: 10px;
    width: 245px;
    float: right;
}

.box1 .right_box .title {
    color: #ad4a44;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 140%;
    text-align: left;
}

.box1 .right_box .outline1 {
    margin-bottom: 15px;
    line-height: 140%;
    text-align: left;
}

.box1 .right_box .outline2 {
    text-align: right;
}


.box2 {
    border: 1px solid #e1d9b9;
    width: 524px;
    margin-bottom: 12px;
    padding: 2px;
}

.box2 .inner {
    background: url(http://yuinohana.com/item/img/item_bg.gif) repeat-y 0 0;
    width: 524px;
}

.box2 .left_box {
    text-align: left;
    width: 170px;
    float: left;
    overflow: hidden;
}

.box2 .right_box {
    text-align: left;
    width: 352px;
    float: right;
}

.box2 .right_box .title {
    background: url(http://yuinohana.com/item/img/title_bg.gif);
    text-align: left;
    padding: 6px 7px;
}

.box2 .right_box .title-inner {
    border-left: 4px solid #e1bd8c;
    color: #e1bd8c;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 1px 0 0 7px;
}

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

.box2 .right_box .outline2 {
    padding: 6px;
    text-align: right;
}


/* ナビゲーション */

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: #333;
}

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

ul#navi li#top a {
    background-image: url(http://yuinohana.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#item a {
    background-image: url(http://yuinohana.com/img/menu_btn.gif);
    width: 169px;
    background-position: 0 -31px;
    color: #fff;
}
ul#navi li#wedding a {
    background-image: url(http://yuinohana.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#info a {
    background-image: url(http://yuinohana.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#shop a {
    background-image: url(http://yuinohana.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#law a {
    background-image: url(http://yuinohana.com/img/menu_btn.gif);
    width: 169px;
}
ul#navi li#form a {
    background-image: url(http://yuinohana.com/img/menu_btn.gif);
    width: 169px;
}

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