@charset "shift_jis";

/*== メニュー体裁 ==*/
body,td{
 font-size: 10pt;
 line-height: 3ex;
 color: #000;
}

body{
 scrollbar-arrow-color: #808080;
 scrollbar-face-color: #ebebeb;
 scrollbar-shadow-color: #ebebeb;
 background-color: #fff;
}

table{
 border-collapse: collapse;
 empty-cells: show;
}

td{
 padding: 3px;
}

input,select{
 border: 1px solid #989999;
}

hr{
 height: 1px;
 color: #000;
}

a:link{
 color: #b00000;
 text-decoration: none;
}

a:visited{
 color: maroon;
 text-decoration: none;
}

a:hover{
 color: #ff0000;
 text-decoration: underline;
}

a:active{
 color: #ff0000;
}

/*== クラス・ID ==*/
#form{
 background-color: #eee;
}

.bpd td{
 border: 1px solid #000;
}

.icon td{
 border: 1px solid #000;
 text-align: center;
}

/*== 文字色 ==*/
.c1{
 color: #000;
}

.c2{
 color: #666;
}

.c3{
 color: #990000;
}

.c4{
 color: #daa520;
}

.c5{
 color: #1e90ff;
}

.c6{
 color: #0000cd;
}

.c7{
 color: #ff6347;
}

.c8{
 color: #ffa500;
}

.c9{
 color: #9acd32
}

.cA{
 color: #2e8b57;
}

.cB{
 color: #ee82ee;
}

.cC{
 color: #ff1493;
}