@charset "UTF-8";

#header-wrap {
    height: 70px;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-position: bottom;
}

#header-wrap #headerSubMenu  {
    position: relative;
    height: 23px;
    background-color: rgb(200,10,29);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
}

#header-wrap #headerSubMenuWrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#header-wrap #header {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header-wrap #header #headerMainWrapper {
    position: relative;
    height: 60px;
}

#header-wrap #header #logo{
    display: inline;
    float: left;
    height: 37px;
    width: 400px !important;
}

#header-wrap #header #logo a span#siteTitle {
    height: 37px;
    width: 400px;
    display: block;
    margin-top: 15px;
    text-indent: -9999px;
    font-size: 0px;
    background-image: url("../img/logo240.jpg");
    background-repeat: no-repeat;
}

#header-wrap #header #logo a:hover span {
    opacity: 0.9;
}

#header-wrap #header #menu-main {
    position: absolute;
    right: 0px;
    float: right;
    list-style: none;
    overflow: hidden;
    display: inline;
    padding-top: 15px;
}

#header-wrap #header #menu-main li{
    list-style-image: none;
    list-style-type: none;
    margin-left: 5px;
    display: inline-block;
    float: left;
    height: 38px;
    width: 100px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-right: 0px;
    padding-left: 5px;
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;*/
}

#header-wrap #header #menu-main li a{
    font-weight: bold;
    display: block;
    font-size: 18px;
    line-height: 12px;
    height: 10px;
    color: #000;
}

#header-wrap #header #menu-main li a:hover{
    color: #999;
}

#header-wrap #header #menu-main li.proj-menu a span{
    color: #666;
    display:block;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    padding-top: 5px;
    padding-bottom: 4px;
}

#header-wrap #header #menu-main li.proj-menu a:hover span{
    color: #444;
}

#header-wrap #header #menu-main li.about-more a span{
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    padding-top: 0px;
    padding-bottom: 9px;

}
#header-wrap #header #menu-main li.about-more a:hover span{
    color: #444;
}

#header-wrap #header #menu-main li.about-more a span.hatena{
    display: inline !important;
    color: green;
    font-size: 8px !important;
    vertical-align: 45%;
}

#header-wrap #header #menu-main li.first{
    border-left: solid 10px #dc0413;
}
#header-wrap #header #menu-main li.first a:hover{
    color: #fe0e0e;
}
#header-wrap #header #menu-main li.second{
    border-left: solid 10px #ffd320;
}
#header-wrap #header #menu-main li.second a:hover{
    color: #f90;
}
#header-wrap #header #menu-main li.third{
    border-left: solid 10px #3bb1e4;
}
#header-wrap #header #menu-main li.third a:hover{
    color: #09f;
}

#header-wrap #headerSubMenu h2#siteDescription {
    position: relative;
    float: left;
    display: block;
    height: 23px;
    width: 500px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(255,255,255);
}

#header-wrap #headerSubMenu h2#siteDescription span.hatena{
    display: inline !important;
    color: rgb(255,255,255);
    font-size: 8px !important;
    vertical-align: 35%;
}

#menu-sub{
    display:inline;
    float:right;
    height: 23px;
    margin:0;
    padding:0;
    border:0;
    border-top: none;
    outline:0;
    overflow:hidden;
    background-color: rgb(200,4,19);
}

#menu-sub li{
    white-space:nowrap;
    display:inline-block;
    padding: 5px 10px 1px 14px;
    font-size: 12.5px;
    line-height: 13px;
    height: 17px;
    border-left: solid 1px rgb(180,180,180);
}

#menu-sub li a {
    color: rgb(250,250,250);
    text-decoration: none;
}

#menu-sub li a:hover {
    color: rgb(255,255,255);
    font-weight: bold;
}

#topFacebookButton {
    float: right;
    height: 21px;
    width: 116px;
    margin-top: 1px;
    margin-right: 7px;
}

#topTwitterButton {
    float: right;
    height: 21px;
    width: 120px;
    margin-top: 1px;
    margin-right: 7px;
}
