/*全般の設定*/
body{
 background : #000000 url(../../s_base.gif) repeat fixed;
 color:#fffbf0;
}
table{
 background-color:#000000;
 width:710px;
 font:normal normal normal 13px/19px sans-serif;
}
table.menu{
 background-color:#000000;
 width:150px;
 font:normal normal normal 12px/15px sans-serif;
}
.margin{
 margin:1px 3px 1px 3px;
}
/*オーバーフロー部*/
div.profile{
 width:450px;
 height:150px;
 overflow-y:scroll;
}
/*疑似クラス
a:link{
 color:#17ECFF;
 text-decoration:none;
}
a:visited{
 color:#800080;
 text-decoration:none;
}
a:hover{
 color:#ff2b2b;
 text-decoration:underline;
}

