@charset "shift-jis";
/* CSS Document */
/* some custom fonts via google font api */

/* content block 1 */
#mcs_container{
/*	(20230110)		width:700px;	*/
	width:980px;	/*	スクロール対象の表示横幅	*/
	height:300px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:80%;
	padding:10px 0;
	font-size:80%\9;	/*IE9*/
	*font-size:80%;		/*IE8~IE7*/
	_font-size:80%;		/*IE6*/
	}

#mcs_container .customScrollBox{
	position:relative;
	height:100%;
	overflow:hidden;
	}

#mcs_container .customScrollBox .container{
	position:relative;
	width:700px;
	top:0;
	float:left;
	}
.content{
	width:640px;
	}

#mcs_container .customScrollBox .content{
	clear:both;
	}

#mcs_container .customScrollBox .content p{
	color:#fff;
/*	font-family:Verdana, Geneva, sans-serif;*/
	/*font-size:12px;*/
	line-height:20px;
	}

#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 .customScrollBox img{
	border:5px solid #fff;
	}

#mcs_container .dragger_container{/*スクロールバーの背景*/
	position:absolute;
	width:1px;
	height:290px;
	float:right;
/*	(20230110)		margin-left:680px;	*/
	margin-left:970px;	/* スクロールバーの位置 */
	background:#aaa;
	cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
	behavior: url("/PIE.htc");
	}

#mcs_container .dragger{/*スクロールバー*/
	position:absolute;
	width:10px;
	margin-left:-4px;
	height:60px;
	background:#aaa;
	text-align:center;
	line-height:30px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
	 -moz-border-radius:5px;
	 -khtml-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	 behavior: url("/PIE.htc");
	 }

#mcs_container .dragger_pressed{/*スクロールバーのアクション時*/
	position:absolute;
	width:8px;
	margin-left:-3px;
	height:60px;
	background:#666;
	text-align:center;
	line-height:60px;
	color:#666;
	overflow:hidden;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	 border-radius:5px;
	 cursor:s-resize;
	 behavior: url("/PIE.htc");
	 }

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

#mcs_container .scrollUpBtn{/*ボタンの設定（↑）*/
	top:70px;
	right:-10px;
	background:url(mcs_btnUp_blue.png) center center no-repeat;
	behavior: url("/PIE.htc");
	}

#mcs_container .scrollDownBtn{/*ボタンの設定(↓)*/
	bottom:-60px;
	right:-10px;
	background:url(mcs_btnDown_blue.png) center center no-repeat;
	behavior: url("/PIE.htc");
	}

#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity:0.90;
	opacity:0.60;
	behavior: url("/PIE.htc");
	}

/*----- top_page_goukei -----*/
#goukei{
	width:650px;
	height:60px;
	margin-top:5px;
	margin-left:0px;
	background:#fff;
	}







































