/*全体の設定*/
body, td{
background-color: #000000;
color: #ffffff;
font-family: Verdana;
font-size: 65%;
line-height: 170%;
margin-left: 30px;
margin-top: 10px;


/*スクロールバー*/
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000
}


/*リンク文字の設定*/
a:link    { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover   { color: #0099ff; text-decoration: none; cursor: crosshair;}
a:active  { color: #0099ff; text-decoration: none; }
}


/*メニューバー*/
.menu{
width: 660px;
height: 30px;
margin: 1px;
padding: 2px;
border-style: dotted;
border-color: #222222;
border-width: 1px;
position: absolute;
top: 175px;
left: 40px;
color: #ffffff;
letter-spacing: 2px;
text-align: center;
}


/*ヘッダー*/
.header{
width: 25px;
height: 25px;
margin: 5px;
padding: 3px;
background-color: #0099ff;
border-style: double;
border-color: #0099ff;
border-width: 3px;
font-weight: bold;
font-size: 170%;
color: #000000;
}


/*ヘッダー2*/
.header2{
font-size: 110%;
color: #0099ff;
}



/*ボックス*/
.box{
width: 240px;
height: 120px;
margin: 2px;
padding: 5px;
border-style: dotted;
border-color: #222222;
border-width: 1px;
color: #ffffff;
overflow: auto;
}


/*ボックス2*/
.box2{
width: 150px;
height: 85px;
margin: 2px;
padding: 15px;
border-style: dotted;
border-color: #222222;
border-width: 1px;
text-align: center;
}


/*ボックス3*/
.box3{
width: 200px;
height: 70px;
margin: 2px;
padding: 5px;
border-style: dotted;
border-color: #222222;
border-width: 1px;
text-align: center;
}


