/* Basic */

* {
    margin: 0px;
    padding: 0px;
}

body{
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 14px; 
    color: *#717171;
    background-color: #090909;
}

a {
    color: #5c8fc2;
    text-decoration: none;
}
a:visited {
    color: #5c8fc2;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

ul {
    margin-top:15px;
    margin-left:20px;
    list-style: square;
}
#content{
    width: 940px; padding:15px;
    margin: 0 auto;
    background-color: #090909;
    color: #f0f0f0; /*#717171;*/
}

#title{
    width: 100%; height:600px;
    background: url('topimg_l.jpg') top center no-repeat;
    position:relative;
}
#title .label{
    text-align: center;
    font-size: 20px;
    text-decoration: underline;
}
#title .message1{
    width: 370px;
    text-align: right;
    position: absolute; top:30px; right:10px;
}
#title .message2{
    position: absolute; bottom:10px; left:10px;
}

