@charset "shift_jis";


#mainimg {
	width: 100%;
	height: 300px;
}

#topic {
	position: absolute;
	top: 141px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

#topic li {
	display: block;
	float: left;
}

#topic-navigation {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 300px;
	display: block;
	background: url(../images/mainbg01.png) no-repeat center top;
}

/*IE6のみのハック*/
* html #topic-navigation {
	background: transparent;
}

#topic-navigation li {
	position: absolute;
	z-index: 100;
	top: 131px;
	cursor: pointer;
}

#topic-navigation li.prev {
	right: 0;
}

#topic-navigation li.next {
	left: 0;
}