@charaset "Shift-JIS";
/*
Copyright (c) tomo creations.
CSS Document : page.css

/////// * 共通設定 * ////////
*/

/*基本（standard）フォント*/
.text {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 12px;
	line-height: 160%;
	color: #333333;

}

.event-title {
font-size:12px;
font-weight:bold;
line-height:160%;
color:#0055AA;
}

.back-date {
font-size:12px;
line-height:160%;
color:#0055AA;
padding-right:5px;
}

.new {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
	color: #333333;
}
.link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	text-decoration: none;
	color: #FF6600;
}
a:active {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	text-decoration: underline;
	color: #0066CC;
}
