.12 {
	font-size: 12px;
	line-height: 120%;
}

.10 {
	font-size: 10px;
	line-height: normal;
}

.11 {
	font-size: 11px;
	line-height: 120%;

}

.bg {
	font-size: 12px;
	background-color: #CCCCCC;
}
.-1 {
	color: #900;
	font-size: x-small;
}
.12 tr td strong font　pink {
	color: #F36;
}
.12 tr td strong font　blue {
	color: #09F;
}

table.event_tbl {
	width:100%;
	padding:0px;
	border-collapse:collapse;
	margin:5px 0px 0px 0px;
	}
table.event_tbl th {
	padding:5px 0px 5px 0px;
	font-weight:bold;
	font-size:12px;
	background-image:url(../img/event_tbl_bg.gif);
	background-repeat:repeat-x;
	color:#000000;
	text-align:center;
	border:1px solid #CCCCCC;
	}
table.event_tbl td {
	padding:5px 0px 5px 0px;
	font-size:12px;
	color:#000000;
	border:1px solid #CCCCCC;
	line-height:1.5;
	}

table.event_tbl td.tbl_color {
	background-image:url(../img/calender_bg.gif);
}

table.event_tbl td.tbl_center {
	text-align:center;
}

table.event_tbl td.tbl_left {
	text-align:left;
	padding:5px 0px 5px 5px;
