/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:#000000;
    color:#666666;
}

a{/*リンクされた文字*/
    color:666666;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:666666;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#666666;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#336666;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

/* ラッパーの設定*/
#wrap{
    position:relative;
    width:780px;
    background-color:#000000;
    margin:0px auto;
    text-align:left;
}
/* ヘッダーの設定*/
#head{
    width:780px;
    height:180px;
    background-color:#000000;
}
/* 左側の設定*/
#left{
    width:580px;
    float:left;
    background-color:#000000;
}
/* 右側の設定*/
#right{
    width:200px;
    float:right;
    background-color:#000000;
}
/* フッターの設定*/
#foot{
    position:relative;
    height:50px;
    background-color:#000000;
    clear:both;
}
ul.cont {
       padding:0px;
       margin:0px;
       }
ul.cont li{
    list-style:none;
    float:left;
    height:30px;
}
hr{
    border:dashed #333333;
    border-width:1px 0px;
    height:3px;
}

#g{
    color:#ffffff;
    border:dashed #663300;
    border-width:1px 0px;
    height:3px;
}