@charset "utf-8";

body{
    font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
    color: #000055;
    background-color: aliceblue;
    /* background: url(../img/bg_blue.jpg) repeat-x 0 0 #fff; */
    /*background: url(../img/w-paper302.png) repeat 0 0 #fff; */
    line-height: 1.8;
}


div#wrapper{
    margin: 0 auto;
    text-align: left;
    width: 100%;
    line-height: 1.8;
}

div#wrapper a{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

div#wrapper dd{
    padding: 0 0 0 10px;
    display: block;
}


div#wrapper a:hover{
    background-color: blue;
    color: aliceblue;
}



div#wrapBg{
    border-top: 1px solid #ccc;
}

div#header{
    border-radius: 5px;
    background-color: #000055;
    width: 960px;
    margin: 12px auto;
    text-align: left;
    box-shadow:5px 5px 5px 5px rgba(0,0,0,0.4);
}

div#header h1{
    font-weight: bold;
    float: left;
    width: 300px;
    padding: 7px 0 0 25px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0033;
    text-shadow:
      0 15px 10px rgba(0,0,0,0.5),
      1px 1px 0px #aaa,
      2px 2px 0px #aaa,
      3px 3px 0px #777;
}

div#header ul#gNavi{
    float: right;
    margin-bottom: 0;
    padding-bottom: 0;
}

ul#gNavi li{
    display: block;
    float: right;
    border-left: 1px solid #dedede;
    text-shadow:
      1px 1px 0px #aaa,
      2px 2px 0px #777;
     /* 3px 3px 0px #777;*/
}

ul#gNavi li.firstItem{
    border-right: 1px solid #dedede;
}
ul#gNavi li img{
    vertical-align: bottom;
}

ul#gNavi li.lastItem{
    margin-left: 0;
}

div#header ul#gNavi li a{
    font-size: 11px;
    color: aliceblue;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 20px 5px;
}

div#header ul#gNavi li a:hover{
    background: url(../img/bg_gnavi.gif) repeat-x bottom left;
}

div#footer{
    border-top: 1px #dedede solid;
    margin-top: 45px;
    text-align: center;
}

div#footer p#copyright{
    text-align: center;
    padding: 10px;
    color: #000;
    /*font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;*/
}