
/* 文字・スクロールバー------------------------------------- */

body,td {
font-size: 10px;
color: #333333;
font-family: Verdana,Osaka,MS UI Gothic;
line-height: 15px;
scrollbar-arrow-color: #333333; 
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{text-decoration:none;}
a:link,a:visited{color:#333333;}
a:active{color:#a89890;}
a:hover{color:#a89890; position:relative;top:1px;left:1px;
}

/* インプット・テキスト枠・ボタン--------------------------- */

input,textarea{
color: #333333;
font-size: 10px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
background-color: transparent;
}

.button{
color: #ffffff;
font-size: 10px;
width: 70px;
background: #333333;
border: none;
font-family: Tahoma,Osaka;
}

/* --------------------------------------------------------- */

/* 文字(追記の部分の文字色です) */
.res{color: #a89890;}

.line{
height:3px;
background-image:url(line.gif);
}

/* --------------------------------------------------------- */


