@charset "utf-8";



/* slider
--------------------------------------------------------- */
.slideFrame {
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	width: 778px;
	height: 136px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
.slideFrame2 {
	position: relative;
	overflow: hidden;
	width: 361px;
	height: 125px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}

.slideGuide {
	width: 150%;
	height: 100%;
}

.slideCell {
	display: block;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 160px;
	height: 100%;
}
.slideCell img {
/*	width: 160px;*/
	max-height:85px;
	margin-bottom: 2px;
}
 .slideCell p {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top: 0px;
}
.slideCell a {
	text-decoration:none;
	color:#666;
}

/* sample */



/* controller */
.slideCtrl {
	display: none;
	width: 24px;
	height: 92px;
	cursor: default;
	position: absolute;
	top: 14px;
}

.slideCtrl.left {
	background-image: url(../images/icons/right_btn.svg);
	position: absolute;
	right: 0px;
}
.slideCtrl.right {
	background-image: url(../images/icons/left_btn.svg);
	position:absolute;
	left: 0px;
}

#top_imarea .topslider {
	float: left;
	width: 361px;
	border: 1px solid #CCC;
	height: 158px;
	background-image: url(../images/topslider_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
}
.topslider_p {
	margin-top:5px;
}
.topslider_p p{
	font-size: 0.7em;
	line-height: 1.2px;
	color: #666;
	text-align: center;
	margin: 0px;
}

