@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
/* content block 1 */
#mcs_container{
	position:relative;
	width:650px;
	height:600px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	top: 20px;
}
#mcs_container .customScrollBox{
position:relative; 
height:100%; 
overflow:hidden;
}

#mcs_container .customScrollBox .container{
	position:relative;
	width:630px;
	float:left;
	top: 0px;
}
#mcs_container .customScrollBox .content{
	clear:both;
	padding-top: 10px;
}
#mcs_container .customScrollBox .content p{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 80px;
	display: block;
	padding-right: 20px;
	line-break: strict;
}

#mcs_container .customScrollBox .content h5 {
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	word-spacing: 0.15em;
	margin-right: 20px;
}

#mcs_container .customScrollBox .content h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#mcs_container .customScrollBox .content h6 {
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mcs_container .customScrollBox .content ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mcs_container .customScrollBox .content li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	margin-bottom: 8px;
	padding-right: 20px;
	text-indent: 0px;
}

#mcs_container .customScrollBox .content p.alt{
padding:10px 5px; 
margin:10px 0; 
color:#fff; 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:17px; 
line-height:19px; 
color:#999;
}

#mcs_container .dragger_container{
	position:relative;
	width:2px;
	height:525px;
	float:left;
	background:#000;
    cursor:pointer -moz-border-radius:2px; 
	-khtml-border-radius:2px; 
	-webkit-border-radius:2px; 	
	border-radius:2px;
	cursor:s-resize;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#mcs_container .dragger{
position:absolute; 
width:2px; 
height:60px; 
background:#999; 
text-align:center; 
line-height:10px; 
color:#666; 
overflow:hidden; 
cursor:pointer; 
-moz-border-radius:2px; 
-khtml-border-radius:2px; 
-webkit-border-radius:2px; 
border-radius:2px;
}

#mcs_container .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;
}

#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn{
position:absolute; 
display:inline-block; 
width:14px; 
height:15px; 
margin-right:12px; 
text-decoration:none; 
right:1px; 
filter:alpha(opacity=20); 
-moz-opacity:0.20; 
-khtml-opacity:0.20; 
opacity:0.20;
}



#mcs_container .scrollUpBtn{
	top:16px;
	background-image: url(../images/graphic/mcs_btnUp.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mcs_container .scrollDownBtn{
	bottom:15px;
	background-image: url(../images/graphic/mcs_btnDown.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.60; opacity:0.60;}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 20px;
}
