.font-10 {
	font-size: 10px;
	line-height: 12px;
}
.font-11 {
	font-size: 11px;
	line-height: 15px;
}
.font-12 {
	font-size: 12px;
	line-height: 18px;
}

.font-14 {
	font-size: 14px;
	line-height: 20px;
}

.font-16 {
	font-size: 16px;
	line-height: 22px;
}

a:link {
	color: #363A90;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #363A90;
}
a:hover {
	text-decoration: underline;
	color: #DD0000;
}
a:active {
	text-decoration: underline;
}
.font-whatnew {
	font-size: 12px;
	line-height: 20px;
	color: #222222;
}

/*======== イベントページ　表題 =========*/

td.midashi {
	width:100%;
	background-color:#FFFFCC;
	padding-left:5px;
	height:35px;
	vertical-align:middle;
	letter-spacing:2px;
}


/*======== イベントページ　表組み =========*/

dl.data {
	background-color:#fff;
	margin-bottom:10px
	letter-spacing:2px;
}
dl.data dt, dl.data dd {
	background-color:#fff;
	margin-left:0;
	margin-bottom:0;
	font-size:95%;
	line-height:150%;
}
dl.data dt {
	width:88px;
	padding-left:10px;
	float:left;
	border-top:1px solid #eee;
	clear:left;
}
dl.data dd {
	background-color:#fff;
	margin-left:90px;
	margin-bottom:0;
	border-top:1px solid #eee;
	padding:2px 0 1px 5px;
	text-indent:-0.2em;
}
