*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

html{
	/*\*/height:100%;/**/
}


body{
	/*\*/height:100%;/**/
	color: #000000;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	padding :0;
	background-color: #806936;
}

img {
	border: 0px;
	display: block;
	vertical-align: bottom;
}

.none{
	display: none;
}

#flash{
	width:100%;
	/*\*/height:100%;/**/
	min-height: 100%;
	background: url(../image/index_bg.jpg) no-repeat 50% 50%;
}

body > #flash {
	height: auto;
}


#flashcontent{
	margin-top: -360px;
	margin-left: -480px;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 720px;
}

