/* 外部スタイルシート、ファイル名：style.css */

a:hover  {
text-decoration : none ;
color:#CC0066:
}
a { 
    text-decoration:none;
    color: #666666;
}
a:hover { 
    text-decoration:underline;
}
.h1 {

	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}
.h2 {

	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}
.font1 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.h2 {

	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}
.font2 {

	font-size: 12px;
	line-height: 20px;
	color: #CC0033;
}
.font3 {
	font-size: 12px;
	line-height: 20px;
	color: #FF9900;
	font-weight: normal;
}
.font4 {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
}
