section .index {
	width: 95%;
	border: 1px solid #000000;
	margin: 50px auto 0px;
	background-color: #CFF;
	max-width: 600px;	
	height: 2em;
	border-radius: 5px;
}
section .index .index_top {
	display: none;
}
section .index .index_top span {
	_right: -2px;	/* WinIE5.5 */
	display: none;
}
section .index .index_middle {
	clear: both;
	position: relative;
	margin: 5px auto;
	padding-top: 0px;
	line-height: 1.2em;
	max-width: 100%;
}
section .index .index_middle div {
	display: block;
	float: left;
	text-align: center;
	width: 33%;
}
section .index .index_middle .prev {
	width: 34%;
}
section .index .index_middle .menu {
}
section .index .index_middle .next {
}
section .index_bottom {
	display: none;
}
section .index_bottom span {
	display: none;
}
