section .index {
	width: 95%;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	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%;
	background-color: #EA6A6C;
}
section .index .index_middle div {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	height: auto;
	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 {
	height: 5px;
	background-image: url(../images_old/circle10_bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	left: -1px;
	bottom: -1px;
	display: none;
}
section .index_bottom span {
	height: 5px;
	background-image: url(../images_old/circle10_br.gif);
	margin: 0px;
	padding: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	position: absolute;
	font-size: 4px;
	float: right;
	width: 10px;
	
	right: 0px!important;	/* Safari Opera FireFox MacIE */
	_right: -2px;		/* WinIE6.0 */
	right /**/: -2px;	/* WinIE5.5 */
	bottom: 0px!important;	/* Safari Opera FireFox MacIE */
	_bottom: -1px;		/* WinIE6.0 */
	bottom /**/: -1px;	/* WinIE5.5 */
}
