/*全体*/
body {
font-size: 12px;
margin:20px;
}
th,td {font-size: 12px}

/*リンクの色指定＆リンクのサイズ指定*/
A { color: #0000CC; text-decoration:none;}
A:active {color:#ffd700; text-decoration:none;}
A:visited{color:#dc143c; text-decoration:none; color: #0000CC}
A:hover { color:red; text-decoration:underline;}

/*テキスト*/
.txt10 {  font-size: 10px}
.txt11 {  font-size: 11px}
.txt14 {  font-size: 14px; color: #b80000;}
.txt16 {  font-size: 16px}
.txt12 {  font-size: 12px}
.txt12-l {  font-size: 12px; line-height: 20px}
.txt12-l2 {  font-size: 12px; line-height: 24px}
.txt12-o {  font-family: "ＭＳ ゴシック", "Osaka−等幅"; font-size: 12px}

.colred {color: #FF0000}
.bold {font-weight: bold}
.style1 {color: #000000}
.style3 {
	color: #E8E8E8;
	font-size: x-small;
}
.style4 {color: #666666}
.style5 {font-size: medium}
.style7 {color: #FF9933; font-size: medium; }
.style10 {color: #FFFFFF}

h1{
font-size: 4px;}