/* メニューバーのCSS */

div#nav{
    clear: both;               /*社名ロゴの行のフロートを解除*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,ededed+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 25%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 38px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 2px solid #4682B4;
    box-shadow: 1px 0px 0px #ececec inset, 
             -1px 0px 0px #ececec inset, 
              0px -1px 0px #ececec inset; 
}

div#nav ul{
    width: 1000px;              /*1000pxの範囲内に表示*/
    margin-top: 0;
    margin-right: auto;         /*中央寄せ*/
    margin-bottom: 0;
    margin-left: auto;          /*中央寄せ*/
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
}
div#nav li{
    float: left;
    display: inline;
    font-size: 13px;
    text-shadow:0px 1px 0px #CCCCCC;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
    box-shadow: 1px 0px 0px #ececec inset, 
             -1px 0px 0px #ececec inset, 
              0px -1px 0px #ececec inset; 
}

* html #nav li{
    /* ie6用ハック */
    width: 127px;
}

#nav li a{
    display: block;
    height: 38px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

#nav li a.here{
    border-top: 2px solid #ff7f50;
}

* html #nav li a{
    /* ie6用ハック */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

#nav li span.en{
    display: none;
}

#nav a:hover{
    border-top: 2px solid #ff7f50;
}

* html #nav li a:hover{
    /* ie6用ハック */
    background-image : url(mainmenu_1A_01_on.png);
    background-position: left right;
    background-repeat: repeat-x;
}
