.txt_08      { font-size: 8px }
.txt_10      { font-size: 10px }
.txt_12      { font-size: 12px }
.txt_14      { font-size: 14px }
.txt_16      { font-size: 16px }
.txt_18      { font-size: 18px }
.txt_20      { font-size: 20px }
.txt_24      { font-size: 24px }
.txt_30      { font-size: 30px }
.txt_setumei10 { font-size: 10px; line-height: 150% }
.txt_setumei12 { font-size: 12px; line-height: 150% }
.txt_setumei14 { font-size: 14px; line-height: 150% }
.txt_setumei16 { font-size: 16px; line-height: 150% }
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #0000FF;
	font-weight: bold;
}
a:link       { text-decoration: none; font-size: 10px }
a:visited {
	text-decoration: none;
	font-size: 10px;

}
a:hover {
	text-decoration: none;
	font-size: 10px;

}
a:active {
	text-decoration: none;
	font-size: 10px;

}
a.type1:link { font-size: 14px }
a.type1:visited{ font-size: 14px }
a.type1:hover{ color: #ff6600;font-size: 14px }
a.type1:active{ color: #ff6600;font-size: 14px }

a.type2:link { color: #000000; font-size: 12px }
a.type2:visited { color: #000000; font-size: 12px }
a.type2:hover { color: #FF0000; background-color: #ffff00; font-size: 12px }
a.type2:active { color: #FF0000; background-color: #ffff00; font-size: 12px }
a.type3:link{
	color: #ffffff;
	
}
a.type3:visited{
	color: #ffffff;
}
a.type3:hover{
	color: #ffff00;
background-color: #FF3300;
}
a.type3:active{
	color: #ffff00;
background-color: #FF3300;
}