
/* 文字・スクロールバー */
body,td {
font-size : 12px;
color: #000000;
font-family : Verdana,MS UI Gothic,Osaka;
line-height : 17px;
scrollbar-arrow-color: #000000; 
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}

/* リンク */
a:link {color:#800040;text-decoration:underline;}
a:visited {color:#800040;text-decoration:underline;}
a:active {color:#800040;text-decoration:underline;}
a:hover {color:#333333;text-decoration:none;}

/* インプット・テキスト枠・ボタン */
.input{
color: #000000;
font-size : 10px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color : transparent;}
.textarea{
color: #000000;
font-size : 10px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background-color : transparent;}
.button1{
font-size : 10px;
color:#eeeeee;
background: #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;}

/* 文字(追記の部分の文字色を変えたい方はここを直して下さい) */
.fo{color: #000000;}



