@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
    nav ul li a[href="index.html"] {
                                        background: url(../../images/menu/bg_menu_on.png) repeat-x;
                                        color: #008000;
                                        }

    #main h2 {
                color: #5A482B;
                font-family: "Georgia","MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3","serif";
                font-size: 15px;
                font-weight: bold;
                line-height:35px;
                background: url(../../images/banner/bg_h2.gif) no-repeat;
                margin-bottom: 8px;
                padding: 0 0 0 10px;
                }
