@charset "UTF-8";
/* CSS Document */

P {
font-family:Arial, Helvetica, sans-serif
}
.ColumText {
	color: #CCCCCC;
	font-size:12px;
}
.ColumText2 {
	color: #666666;
	font-size:12px;
}
.CopyRight {
	color: #333333;
	font-size:10px;
}
.ProductName {
	color: #003300;
	font-size:18px;
	font-style:bold;
}
.ProductText {
	color: #999999;
	font-size:12px;
	font-style:bold;
}
}
.MainText {
	color: #003300;
	font-size:16px;
	font-style:bold;
}
a:link, a:visited {
color: #006600;
text-decoration:    underline;
}
a:hover {
color: #006633;
text-decoration: none
}