/*全頁共通*/

body {
	background-color: #CCCCCC;
}
.font12 {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.font10 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*テキストリンク*/
a:link {
	color: #FFCC66;
}
a:visited {
	color: #FFCC66;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.strong_txt {
	color: #FF9900;
}
.font_xsmall {
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}

/*小窓用テキスト*/
.font_black {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 120%;
	color: #000000;
}

/*カレンダーの年号タイトル*/
.cal_year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	letter-spacing: 0px;
}

