@charset "shift-jis";
/* ===================================================================
	CSS information
	file name  :  presentation.css
	style info :  presentation
	date:2011.9.5
=================================================================== */
#presentation #headerwrap {
	height: 128px;
	text-align: center;
	vertical-align: top;
}
#presentation #header {
	height: 128px;
	margin: 0 auto;
}
#presentation #header h1 {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 0;
}
#presentation #contentswrap {
	height: 470px;
	text-align: center;
	vertical-align: middle;
}
#presentation #contents {
	position: relative;
	width: 642px;
	height: 470px;
	margin: 0 auto;
	text-align: left;
}
#presentation #contents #movieArea {
	position: absolute;
	top: 0;
	left: 0;
}
#presentation #contents #movieArea #notes {
	text-align: center;
	margin-top: 8px;
}
#presentation #contents #movieArea h2 {
	margin-bottom: 5px;
	line-height: 0;
}
#presentation #contents #movieArea #flashcontent {
	/*border: 1px #333333 solid;*/
}
#presentation #contents #movieArea #flashcontent_ie6 {
	display: none;
}

#presentation #footerwrap {
	height: 90px;
	text-align: center;
	vertical-align: bottom;
}
#presentation #footer {
	margin: 0 auto;
}
