/* Base Style Definition */
A:link, A:visited{
	text-decoration: none 
}
A:hover{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #CC0000;
	text-decoration: underline;
}
.baseTitle{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.baseText{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #000000;
	font-size: x-small;
}
/* Menu Style Definition */
.menuText{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #FFFFFF;
	font-size: 12px;
}
.menuText A:link{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #FFFFFF;
	font-size: 12px;
}
.menuText A:visited{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #ffcc00;
	font-size: 12px;
}
.menuText A:hover{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #cc0000;
	font-size: 12px;
}
/* Homepage Style Definition */
.eyeCatch{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #000000;
	font-size: 12px;
}
