@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :style.css
 style info :動画再生ページ用
=================================================================== */

.video_area {
	width:544px;
	margin:10px auto;
}

.message_area {
	background:url(../image/bg_frame_01.gif) top left no-repeat;
	overflow:hidden;
	width:624px;
	padding:15px 0px 0px 0px;
	margin:0px auto;
}

.message_wrap {
	background:url(../image/bg_frame_02.gif) bottom left no-repeat;
	width:624px;
	padding:0px 0px 25px 0px;
}

.message_wrap p {
	font-size:108%;
	padding:0px 60px !important;
}

.message_wrap ol {
	font-size:108%;
	padding:0px 50px !important;
}