/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
#mainImageWrap {
	height: 289px!important;	
}

#mainImage > a > img {
	display:none;
	float: left;
}

#mainContents {
	position:relative;
	top: 0;
}

.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
	width: 650px;
	height: 289px;
	float: left!important;
}

.coin-slider a{
	text-decoration: none;
	outline: none;
	border: none;
}

.cs-buttons {
	position:relative;
	width:178px;
	height:289px;
	top:14px;
	left:40px!important;
	z-index:99!important;
	font-size: 10px;
	text-align:left;
	float:left;
}

#sliderMenu {
	width:190px;
	height:289px;
	z-index:1;
	font-size: 10px;
	text-align:left;
	float:left;
	background:url(/img/top/menu_left_bg.png) no-repeat 0 0;
}

#curve-wrap {
	position: relative;
	top:0;
	left:0;
	width:650px;
	height:289px;
	z-index:2;
	background:url(/img/top/curve_wrap.png) no-repeat 0 0;
}

#curve-wrap a {
	display: block;
	width:650px;
	height:289px;	
}

.cs-buttons a {
	height: 30px;
	width: 178px;
	padding-left: 17px;
	float: left;
	font-size: 1.1em;
	line-height: 30px;
	color: #C7D6E2;
	font-weight: bold;
	float:left;
	background: url(/img/top/mark_default.png) no-repeat 0 7px;
	text-shadow:#000 -1px 1px;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.cs-active {
	background: url(/img/top/mark_active.png) no-repeat 0 7px!important;
	color: #FFFFFF!important;
	float:left;
}

.cs-title {
	display:none;
	width: 650px;
	padding: 0;
	background-color: transparent;
	color: #FFFFFF;
}

.cs-prev, 
.cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}

.cs-buttons {
	position:relative;
	top:15px;
	left:0;
	overflow:visible;
	float:left;
	z-index:10;
}

#cs-button-mainImage-1 {
	position:relative;
	left: 40px;	
}

#cs-button-mainImage-2 {
	position:relative;
	left: 31px;	
}

#cs-button-mainImage-3 {
	position:relative;
	left: 22px;	
}

#cs-button-mainImage-4 {
	position:relative;
	left: 17px;	
}

#cs-button-mainImage-5 {
	position:relative;
	left: 13px;	
}