﻿@charset "utf-8";

/*------------------common*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin:0;
	padding:0;
	vertical-align:baseline;
}

body{
	margin:0;
	padding:0;
	background:#e5dab8;
	color:#e5dab8;
	font-size:12px;
	line-height:18px;
	font-family:Osaka,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',sans-serif;
}

#wrapper{
	position:absolute;
	width:950px;
	height:680px; 
	top: 50%; 
	left: 50%;
	margin:-340px 0px 0px -475px;
	text-align: left;
	overflow: auto;
}

#swf_area{
	width:950px;
	height:680px;
}
