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


/* accessibility
----------------------------------------*/

/* 動画カタログボタン */
.btn_catalog {
	left:600px;
	top:7px;
}


/* 推奨環境 */
#box_browser {
	background:url(../img/bg_box_company.gif) no-repeat;
	width:707px;
	height:417px;
	position:absolute;
	left:34px;
	top:83px;
}
#box_browser h2 {
	position:absolute;
	left:8px;
	top:5px;
}


/* 影 */
#shadow {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:3px;
	background:url(../img/bg_shadow2.gif) -2px 0px no-repeat;
}


/* スクロールコンテンツ */
#Scroller-box {
	position:absolute;
	left:1px;
	top:34px;
	overflow:hidden;
	width:705px;
	height:382px;
}
#Scroller-1 { 
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	width:705px;
	height:382px;
	background-color:#EEEEEE;
}
.Scroller-Container {
	position: absolute;
	top: 0px; left: 0px;
	width:100%;
	background-color:#EEEEEE;
}


/* スクロールバー */
.Scrollbar-Track {
	width: 18px; height: 382px;
	position: absolute;
	top: 34px; left: 688px;
	background:url(../img/bg_Scrollbar-Track.gif) repeat-y;
}
.Scrollbar-Handle {
	position: absolute;
	top: 0px; left: 0px;
	width: 18px; height: 60px;
	background:url(../img/bg_Scrollbar-Handle.gif) no-repeat #53545D;
}




/* 推奨環境について
----------------------------------------*/
#Scroller-1 p {
	margin:20px 30px 0 20px;
	font-size:13px;
	line-height:20px;
	color:#05050E;
}
#Scroller-1 a {
	color:#024DB4;
}
#Scroller-1 a:hover {
	text-decoration:underline;
}
#Scroller-1 dl {
	margin:20px 0 28px 0;
}
#Scroller-1 dt {
	margin:0 30px 3px 20px;
	font-size:13px;
	font-weight:bold;
	line-height:22px;
	color:#05050E;
}
#Scroller-1 dd {
	margin:0 40px 10px 20px;
	font-size:12px;
	line-height:18px;
	color:#05050E;
}
#Scroller-1 dd p {
	margin:0;
	font-size:12px;
	line-height:18px;
	color:#05050E;
}
#Scroller-1 dl ul {
	margin:10px 0 0 14px;
}

