.font01 {
	font-size: 14px;
	color: #666666;
	font-weight: bolder;
}
.root {
	padding-bottom: 3px;
	font-size: 9px;
	color: #CCCCCC;
}
.font03_bo {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.box01 {
	text-align: center;
	vertical-align: middle;
}
.font02 {
	font-size: 12px;
	font-weight: bold;
}
body,td,th {
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	color: #333333;
}
.font05_gray {
	color: #999999;
}
.font04_mida {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.font04_mida2 {
	font-size: 14px;
	font-weight: bold;
}
/*リンク文字の設定*/
.a_link a:link/*まだ*/
{
	color:#FFFFFF;
	font-size: 10px;
}
.a_link a:visited/*すでに*/
{
	color:#CCCCCC;
	font-size: 10px;
}
.a_link a:hover/*カーソルが上にある状態*/
{
	color:#FFFFFF;
	font-size: 10px;
}
.a_link a:active/*クリックをしている状態*/
{
	color:#FFFFFF;
	font-size: 10px;
}
