/* css default */

body,p,div,dd,dt,dl,ul,ol,td,input,select,textarea {
	font-size: 8pt;   line-height:normal
}

/* td */
.bg_gray01 {
	background-color: #848484;
}
.bg_gray02 {
	background-color: #f5f5f5;
}
.bg_green01 {
	background-color: #12978D;
}
.bg_green02 {
	background-color: #046961;
}
/* font 10 */
.fb8 {
	font-size: 8pt;
	color: #000099;
}
.f010 {
	font-size: 10pt;
	color: #000000;
}
.f610 {
	font-size: 10pt;
	color: #666666;
}
.f012 {
	font-size: 12pt;
	color: #000000;
}

/* link */
a:link		 { text-decoration : none ; color: #666666;}
a:visited	 { text-decoration : none ; color: #666666;}
a:hover	 { text-decoration : underline ; color: #000099;}

