@charset "euc-jp";
/* -----------------------------------------------

FILE DATA: top.css

----------------------------------------------- */
#contentsHeadImag{
	background-color: white;
}
#loopedSlider{
	position:relative;
	padding: 10px 0px 10px 0px;
}
.loopedSlider_container {
	width:735px;
	height:156px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	left: 25px;
}
.loopedSlider_slides {
	position:absolute;
	top:0;
	left:0;
}
.loopedSlider_slides div {
	position:absolute;
	top:0;
	width:735px;
	display:none;
}
.loopedSlider_slides div a{
	display: block;
	border: 5px solid white;
}
.loopedSlider_slides div a:hover{
	border: 5px solid #e57f7f;
}

a#loopedSlider_prev,
a#loopedSlider_next{
	display:block;
	width:12px;
	height:0px;
	padding-top:22px;
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden;
	position: absolute;
	top: 70px;
}
a#loopedSlider_prev span,
a#loopedSlider_next span{
	text-indent: -9999px;
	font-size: 0px;
}
#loopedSlider_prev{
	background-image:url(/top/images/arrowLeft.gif);
	left: 8px;
}
#loopedSlider_next{
	background-image:url(/top/images/arrowRight.gif);
	left: 764px;
}
#loopedSlider_prev:hover{ background-position:0px -22px; }
#loopedSlider_next:hover{ background-position:0px -22px; }


#twitter {
	margin:5px 0;
}
#contentsHeadImag {
	margin:0 0 5px 0;
}
#contentsHeadImag h2 {
	background:none;
	border:none;
	clear:none;
	margin:0;
	padding:0;
}
#contentsHeadImag h2 a {
	background:url(../../common/images/top/header.jpg) no-repeat;
	width:785px;
	height:166px;
	display:block;
	text-indent:-99999em;
}
#contentsHeadImag h2 a:hover {
	background:url(../../common/images/top/header_ov.jpg) no-repeat;
}
#linkbtarea{
	margin:10px 0;
	background:#FFF;

}
/* -------------------------------- 20110422add */
.divBoxSlide {
    margin: 0 15px;
    padding: 0;
}
.divBoxSlide div{
	float:left;
	width:230px;
	margin:0 19px;
}

.divBoxSlide div img.slide{
	border:solid 1px #cccccc;
}
