@charset "utf-8";
/* CSS Document */

h2 a:link,
h2 a:visited{
	color:#FFFFFF;
}

h2 a:hover, 
h2 a:active{
	text-decoration: none;
}

#topics{
	margin-bottom:10px;
}

#topics table td{
	vertical-align:top;
	_padding-bottom:5px;
}

*+html #topics table td{
	padding-bottom:5px;
}

.w70{
	width:70px;
}

#event{
	margin-bottom:10px;
}

#event table{
	border:1px solid #CCCCCC;
}

#event table td{
	vertical-align:top;
	padding:5px;
	border:1px solid #CCCCCC;
}

/*
*+html#event table td{
	padding-bottom:5px;
}
*/

#event table td.period{
	font-weight:bold;
	width:120px;
}

#event table td.place{
	width:100px;
}
