body {
	background-image:  url(../_img/box.gif);
}
.font01 {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}
.font02 {
	font-size: 12px;
	line-height: 18px;
}
.font03 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.font04 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #0a50a1;
}
.font02no {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.font05 {
	font-size: 14px;
	font-weight: bold;
	color: #0a50a1;
}
.font06 {
	font-size: 14px;
	line-height: 22px;
	color: #990000;
}
.font03hyo {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.disktitle {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.font01plus {
	font-size: 10px;
	line-height: 18px;
}
.font01plusplus {
	font-size: 10px;
	line-height: 14px;
}


<!--
.SubMenu{ /*サブメニュー*/
	margin-top:5px;　             
	margin-bottom:5px;
	margin-left:20px;      
	font-size:10pt;
	display: none;
}

a:link     {text-decoration:none;color:#0066CC;} /*未リンクの色*/
a:active  {text-decoration:none;}
a:visited {text-decoration:none;color:#990000;} /*既リンクの色*/
a:hover  {text-decoration:underline;color:red;} /*下線を付けて、カーソルONの色*/
//-->