/*BASIC DESIGN*/

html, body {
	/* height: 100%; */
	/* overflow: hidden; */
	height:100%;
	margin-bottom:1px;
	
}
body {
	background: #FFFFFF;
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	border: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
#content {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#flashcotiner {
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+0)); 
}

#flashcontent {
	width: 100%;
	height: 100%;
	text-align: center;
	/*
	margin-left: auto;
	margin-right: auto;
	background-color: #0000FF;
	*/
}
#flashcontent h1 {
	font: 22px/26px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	margin: 100px 10px 0px 10px;
}
#flashcontent h2 {
	font: 16px/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	margin-top: 0px;
}
#flashcontent p {
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
}


#basecontiner {
	position:relative;
	top: 0px;
}


