@charset "Shift_JIS";

/*=======================================================

	Main Container

========================================================*/

.main_view {
	/*float: left;*/
	position: relative;
}

/*=======================================================

	Window/Masking Styles

========================================================*/

.window {
	height:170px;
	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	/*position: relative;*/
}

/*.image_reel {
	position: absolute;
	top: 0; left: 0;
}*/

.image_reel img {float: left;}


/*=======================================================

	Paging Styles

========================================================*/

.paging {
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	background:#B9E7FF; 
}

/* IE6用 */
* html .paging {
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	height:25px;
	overflow: hidden;
}

.paging a {
	display:block;
	float:left;
	width:160px;
	height:25px;
	line-height:2em !important;
	overflow: hidden;
	color:#000 !important;
	text-align:center;
	text-decoration: none !important;
	background:#B9E7FF;
}

.paging a.active {
	height:25px;
	color:#FFF !important;
	font-weight: bold !important;
	background:#004098;
	/*border:1px solid #35ACFF;*/
}

.paging a:hover {
	font-weight: bold;
}

/* 5枚用 */
.p4 a {
	width:240px;
}
/* 5枚用 */
.p5 a {
	width:192px;
}
/* 7枚用 */
.p7 a {
	width:137px;
}

/*=======================================================

	下コンテンツバナー

========================================================*/

ul.bnr {
	width:800px;
	margin:10px auto 0;
	padding-bottom:30px;
}

ul.bnr li {
	float:left;
}

ul.bnr li a {
	display:block;
	margin-right:5px;
}