@charset "utf-8";
/* CSS Document */

#presentation {
	width: 1000px;
	height: 251px;
	background-image: url(../../images/presentation/presentation.png);
}

#presentation div.left {
	width: 500px;
	float: left;
	height: 251px;
}

#presentation div.right {
	width: 500px;
	float: left;
	height: 251px;
}

#presentation div.board {
	margin-left: 40px;
	margin-top: 15px;
	height: 218px;
	width: 392px;
}

#presentation div.board div.left {
	float: left;	
	height: 218px;
	width: 22px;
}

#presentation div.board div.left div.arrow {
	width: 22px;
	height: 26px;
	background-image: url(../../images/presentation/presentation_left.png);
	margin-top: 189px;
}

#presentation div.board div.layer {
	float: left;
	height: 213px;
	width: 345px;
	padding-top: 5px;
	padding-left: 3px;
	background-image: url(../../images/presentation/presentation_layer.png);
}

#presentation div.board div.right {
	float: left;
	height: 218px;
	width: 22px;
}

#presentation div.board div.right div.arrow {
	width: 22px;
	height: 26px;
	background-image: url(../../images/presentation/presentation_right.png);
	margin-top: 5px;
}

#presentation div.board a.slider {
  display: block;
  text-decoration: none;
  width: 22px;
  height: 26px;
}

#presentation div.text {
	margin-top: 135px;
	margin-left: 103px;
	margin-right: 35px;
	margin-bottom: 31px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}