@charset "utf-8";

/************************************************************
 * スタイル設定
 ************************************************************
 * 「id」へのスタイル
/*----------------------------------------------------------*/

#yamasa_wrapper {
        width: 900px;
        margin: 0 auto;
        padding: 20px 75px 0;
        background: url(/images/bg/back.gif) repeat-y;
}

/**********************************
 * ヘッダ領域
 **********************************/

#yamasa_header {
        height: 110px;
}

#yamasa_logo {
        display: block;
        width: 201px;
        height: 110px;
        text-indent: -9999px;
        background: url(/images/logo/logo.gif) no-repeat;
}

#yamasa_naviArea {
        background: url(/images/bg/helper_back.gif) repeat-x top;
}

#yamasa_helper {
        height: 50px;
        padding-top: 5px;
        padding-right: 10px;
        background: url(/images/bg/header_right_top.gif) no-repeat right top;
}

#yamasa_helper li {
        float: right;
        margin-left: 30px;
}

#yamasa_globalNavi li {
        float: left;
        height: 55px;
}

#yamasa_globalNavi .home {
        width: 139px;
}

#yamasa_globalNavi .second {
        width: 140px;
}

/**********************************
 * フッタ領域
 **********************************/

#yamasa_footer {
        width: 940px;
        height: 25px;
        margin: 5px -20px 0;
        background: #000000;
}

#yamasa_copyright {
        width: 314px;
        height: 25px;
        margin: 0 auto;
        line-height: 25px;
        text-indent: -9999px;
        background: url(/images/copyright.gif) no-repeat center;
}

