a:link {
	color: #FFFF99;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CC99FF;
}
a:active {
	color: #FFCC00;
}
.clr {
	clear: both;
}
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3A54B2;
}

/* イベント情報用　リンクカラー定義 */
#event a:link {
	color: #19244D;
}
#event a:visited {
	color: #19244D;
}
#event a:hover {
	color: #9966CC;
}
#event a:active {
	color: #FF9900;
}
.text-xs {
	font-size: x-small;
	line-height: 1.5em;
}
.text-height15 {
	line-height: 1.5em;
}