@charset "shift_jis";

body{
	background: url(../../img/body_bg.jpg) top center no-repeat;}

#contents{
	margin-top:137px;
	}
#mainContents{
	margin-top:85px;}

#event, #topics{
	margin-bottom:1.3em;
	}
#event{
	float:left;}
#topics{
	float:right;}
h2{
	margin:0;
	padding:0;
	background:none;}
	
.scroll{
	display:block;
	overflow:auto;
	width: 277px;
	height: 245px;
	margin-top:12px;
	float:left;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
}
.scroll a:link, .scroll a:visited {
	color:#333333;
	text-decoration:none;
}
.scroll a:hover {
	color:#006699;
	text-decoration:underline;
}
.scroll table {
	line-height:120%;
	padding:0;
	margin: 0;
}
.scroll table th, .scroll table td {
	font-weight:normal;
	line-height:120%;
	padding: 8px 5px 8px 20px;
	vertical-align:top;
}
#event .scroll table td {
	background-image:url(../../img/li_event.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#topics .scroll table td {
	background-image:url(../../img/li_topics.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#event .even {
	background-color:#E1F0D9;
}
#topics .even {
	background-color:#E1E8FF;
}
