/* 全体の設定 */
*{  margin:0;
    padding:0;
    border:none;
}
img{border:0;}
br{letter-spacing:normal;}
body{
    margin:0;
    color:#000000;
    font-size:10px;
    font-family:Verdana,Osaka;
    line-height:11pt;
    letter-spacing :medium;
    scrollbar-face-color:#000000;
    scrollbar-arrow-color:#CC0000;
    scrollbar-track-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#000000;
}

/* リンク */
a:link,a:visited,a:active{
color:#666666;font-size:10px;
text-decoration:none;
}
a:hover{
text-decoration:none; color:#CC0000;border-bottom:1px dotted #CC0000;
}

/* テーブル設定 */
td{  font-size:9px;
     font-family:Verdana;
     line-height:160%;
     font-family:Verdana,Arial,MS UI Gothic;
}

/* テキストページ設定 */
.txt1{margin:15px 5px 20px 15px;}
.txt2{margin:10px 10px 30px 15px;line-height:150%;}
#INDEX { position: absolute; bottom:20px;right:40px;text-align:right;}
#RIGHT { position: absolute; top:20px;right:40px;text-align:right;}
textarea{
    padding:2px;
    border:solid 1px #000000;
    font-size:9px;
    font-family:Verdana;
    color:#ffffff;
    line-height:170%;
	background-color:#000000;
    scrollbar-face-color:#000000;
    scrollbar-arrow-color:#CC0000;
    scrollbar-track-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#000000;
}
input,select{
	font:100% Verdana,MS UI Gothic;
	border:1px solid #000000;color:#ffffff;background-color:#000000;}

/* 文字装飾とか */
.symbol{
font-family:MS UI Gothic;
}
h1{padding:15px 0 5px 0;}
h2{color:#efefef;padding:5px 0 5px 0;}

ol,ul{
list-style-position:inside;
margin:0 0 0 4px;
}


