@charset "UTF-8";

html{
	overflow-y: scroll;
}

* html body{
	width: expression(document.body.clientWidth < 962? "960px" : "auto");
}

html, body{
	height:auto;
}

body{
 	overflow:hidden;
}

/*==========================
　TOP
==========================*/


.image_carousel{
	position:relative;
}
.image_carousel .pagination {
	margin-top: 5px;
	text-align:center;
	z-index:20;
	width:100%;
}
.image_carousel .pagination a{
	background: url(image/pagination.png) no-repeat 0 0;
	width:15px;
	height:15px;
	display:inline-block;
}
.image_carousel .pagination a.selected{
	background-position:-15px 0;
	cursor:default;
}
.image_carousel .pagination a span{
	display:none;
}



/*==========================
　下層header
==========================*/

.pdt5{
	padding-top:5px;
}
.p-relative{
	position:relative;
	zoom: 1;
}
