/* Info Css  */

/* コンテンツ */

#head-img {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
    width: 580px;
    overflow: hidden;
}

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

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

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

.box1 .title {
    background-color: #afd788;
    background-image: url(http://karaage-fujii.com/info/img/list_icon1.gif);
    background-position: 5px 6px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #003300;
    text-align: left;
    padding: 5px 5px 3px 22px;
}

.box1 .txt {
    width: 518px;
    margin-bottom: 5px;
}

.box1 .txt-inner {
    width: 508px;
    background: #e8f3dc;
    line-height: 140%;
    text-align: left;
    padding: 5px;
}

.box1 .left_box {
    text-align: left;
    width: 305px;
    float: left;
    line-height: 140%;
}

#s-info {
    width: 305px;
    position: static;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
}

#s-info-inner {
    width: 305px;
    margin: 0;
}

#s-info dl {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 140%;
}

#s-info dt {
    margin-top: 3px;
    padding: 2px 2px 2px 2px;
    background-color: #009933;
    color: #fff;
    width: 62px;
    float: left;
}

#s-info dd {
    margin: -2.05em 0 0 0;
    padding: 0.5em 0.4em 0.3em 6.1em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    width: 230px;
    text-align: left;
    float: right;
    line-height: 17px;
}

#s-info .t-top {
    margin-top: 0;
}

#s-info .t-bottom {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.s-info-photo {
    width: 156px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
}

.box1 .right_box {
    text-align: left;
    width: 200px;
    float: right;
    overflow: hidden;
}


.right_box .s_box {
    width: 200px;
    margin-top: 4px;
}

.s_box .map1 {
    background: #e4f5dc;
    margin: 0;
    padding: 10px 0 9px 0;
    text-align: center;
    width: 108px;
    float: left;
}

.s_box .map2 {
    float: right;
    margin: 0;
}


/* ナビゲーション */

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;
}
ul#navi li#info a {
    background-image: url(http://karaage-fujii.com/img/menu_btn.gif);
    width: 169px;
    background-position: 0 -31px;
    color: #222;
}
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;
}