
/* 文字・スクロールバー */
body,td {
font-size : 10px;
color : #5A5A5A;
font-family : Verdana,MS UI Gothic,Osaka;
line-height : 15px;
scrollbar-arrow-color: #5A5A5A; 
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:#5A5A5A;}
a:active{color:#aeb4c6;}
a:hover{color:#aeb4c6; position:relative;top:1px;left:1px;
}

/* インプット・テキスト枠・ボタン */
.input{
font-size:  10px;
color:      #5A5A5A;
border-top:    1px solid #5A5A5A;
border-bottom: 1px solid #5A5A5A;
border-left:   1px solid #5A5A5A;
border-right:  1px solid #5A5A5A;
background-color : transparent;}
.textarea{
font-size:  11px;
color:      #5A5A5A;
border-top:    1px solid #5A5A5A;
border-bottom: 1px solid #5A5A5A;
border-left:   1px solid #5A5A5A;
border-right:  1px solid #5A5A5A;
background-color : transparent;}
.b1{
font-size: 10px;
color:#ffffff;
background-color :#5A5A5A;
border:        1px solid #5A5A5A;
border-top:    1px solid #5A5A5A;
border-bottom: 1px solid #5A5A5A;
border-left:   1px solid #5A5A5A;
border-right:  1px solid #5A5A5A;}


/* テーブル */
.t1{
border-bottom: 1px solid #5A5A5A;
border-top: 1px solid #5A5A5A;
border-left:1px solid #5A5A5A;
border-right:1px solid #5A5A5A;}
.t2{
border-bottom: 1px solid #5A5A5A;}
.t3{
border-bottom: 1px dashed #5A5A5A;}


/* 文字色選択■用 */
.i1{color: #5A5A5A;}
.i2{color: #76787e;}
.i3{color: #898c96;}
.i4{color: #9ca0ae;}
.i5{color: #aeb4c6;}

/* 文字 */
.fo{font-size: 12px;}


