.normal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11.5px;
	line-height: 16px;
	color: #333333;


}	
.midashi {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;

}
.boldnormal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11.5px;
	font-weight: bold;
	line-height: 16px;

}
.normaltitle {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11.5px;
	font-weight: bold;
	color: #993300;
}
.normalwhite {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11.5px;
	line-height: 16px;
	color: #FFFFCC;


}
.underlinenormal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11.5px;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;


}




a:link { color: #CC0000;
}
 
a:visited { color: #996666;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
background-color: #FFFFCC;
}



