#wrapper {
	background: #FFFFFF url(file://///DATABOX4TB/disk/web/myb2/common/image/top-background.jpg) repeat-x top;
}

/*====================================================================================================

  TOPPAGE

====================================================================================================*/

#toppage {
}

/*** MAINIMG ***************************************************************/

#toppage h2.mainimg {
	width: 100%;
	height: 500px;
	text-indent: -9999px;
	background-size: cover;
	background-image: url("../../image/mainimg_cover2.png");
    background-position: center center; 
}

/*** INFORMATION ***********************************************************/

#toppage .information {
	float:left;
	padding:40px 0 0;
	width:570px;
}
#toppage .information h3 {
	margin: 0 0 5px;
	width:107px;
	height:12px;
	text-indent: -9999px;
	background:url(file://///DATABOX4TB/disk/web/myb2/image/info-tit.gif) no-repeat top;
}
#toppage .information .scrll-box {
	width:570px;
	height:140px;
	overflow:scroll;
}
#toppage .information dl {
	clear:both;
	float:left;
	padding: 0 0 5px;
	width:550px;
}
#toppage .information dt {
	float:left;
	width:80px;
	background:url(file://///DATABOX4TB/disk/web/myb2/image/info-arrow.gif) no-repeat right;
}
#toppage .information dd {
	float:right;
	width:460px;
}

/*** BANNER ****************************************************************/

#toppage .banner {
	float:right;
	margin:10px 0;
	padding:5px;
	width:310px;
	background:#F9F9F9;
}
#toppage .banner p {
	padding:5px;
}
/*** --- *******************************************************************/

 /*** CONTENT

====================================================================================================*/

#content {
	clear:both;
	width:100%;
	margin: 0 auto;
}

#section {
	clear:both;
	width:950px;
	margin: 0 auto;
}
