@charset "utf-8";
/* CSS Document */


/* content block 1、2 */
#mcs_container{
	position:relative;
	margin:0 10px 10px 10px;
	height:420px;
	top:55px;
}

#mcs_container2{
	position:relative;
	margin:0 10px 10px 10px;
	height:420px;
	top:55px;
}


#mcs_container .customScrollBox .container,
#mcs_container2 .customScrollBox .container{
	position:relative;
	width:425px;
	top:0;
	float:left;
}

#mcs_container .dragger_container{
	position:relative;
	width:2px;
	height:420px;
	float:left;
	margin:0 0 0 14px;
	background:#ccc;
	cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}

#mcs_container2 .dragger_container{
	position:relative;
	width:2px;
	height:425px;
	float:left;
	margin:0 0 0 14px;
	background:#ccc;
	cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}

#mcs_container .scrollUpBtn,
#mcs_container2 .scrollUpBtn{
	top:0;
	background:url(../imgs/index2012/sc_up.png) no-repeat center center;
}

#mcs_container .scrollDownBtn,
#mcs_container2 .scrollDownBtn{
	bottom:0;
	background:url(../imgs/index2012/sc_down.png) center center no-repeat;
}



/* content block 3、4 */
#mcs_container3,
#mcs_container4{
	position:relative;
	margin:0 30px 35px 40px;
	width:640px;
	height:319px;
	top: 50px;
}

#mcs_container3 .customScrollBox .container,
#mcs_container4 .customScrollBox .container{
	position:relative;
	width:626px;
	top:0;
	float:left;
}

#mcs_container3 .dragger_container,
#mcs_container4 .dragger_container{
	position:relative;
	width:2px;
	height:292px;
	float:left;
	margin:9px 0 0 9px;
	background:#ccc;





	cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
}

#mcs_container3 .scrollUpBtn,
#mcs_container4 .scrollUpBtn{
	top:0px;
	margin:0;
	padding:0;
	background:url(../imgs/index2012/sc_up.png) no-repeat center center;
}

#mcs_container3 .scrollDownBtn,
#mcs_container4 .scrollDownBtn{
	top:295px;
	margin:0;
	padding:0;
	line-height:0;
	background:url(../imgs/index2012/sc_down.png) center center no-repeat;
}



/*共通
-----------------------------*/
.customScrollBox{
	position:relative;
	height:100%;
	overflow:hidden;
}


.customScrollBox .content {
	clear:both;
}

.dragger {
	position:absolute;
	width:2px;
	height:60px;
	line-height:60px;
	background:#5f5f5f;
	text-align:center;
	color:#ccc;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.dragger_pressed {
	position:absolute;
	width:4px;
	margin-left:-1px;
	height:60px;
	background:#999;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:s-resize;
}

a.scrollUpBtn,
a.scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:9px;
	height:9px;
	
	margin-right:0px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}

a.scrollUpBtn:hover,
a.scrollDownBtn:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
}
