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

