html {
 scrollbar-arrow-color: #fff;
 scrollbar-base-color: #000;
 scrollbar-darkshadow-color: #000;
 scrollbar-highlight-color: #FFF;
 scrollbar-shadow-color: #FFF;
}

body {
 text-align:center; 
 margin:0px;
 position:relative;
 background:#000000; 
 color:#a40001;
}

h1{
 font-size:16px;
 margin:0px auto;
 text-align:left;
}

#container {
 margin:auto;
 width:750px;
 min-height:300px;
 font-size:12px;
}

#container_en {
 margin:auto;
 width:750px;
 min-height:300px;
 font-size:14px;
}


a{/*リンクされた文字*/
    color:#fff;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#fff;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#a40001;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}


/*ブライアンバーG*/
.gwhole{
 background-color:#000;
 color:red;
 font-size:12px;
}

#g_system{
 width:240px;
 height:400px;
 margin-top:20px;
 padding-left:10px;
 text-align:left;
 float:left;
}

#g_map{
 width:490px;
 height:400px;
 margin-top:20px;
 padding-right:10px;
 float:right;
}

#g_discription{
 width:750px;
 height:100px;
 margin-top:20px;
}

#g_blog{
 width:350px;
 height:150px;
 margin:0px;
 float:left;
 text-align:center;
}

#copyright {
 margin-top:10px;
 width:750px;
 font-size:12px;
}