@charset "UTF-8";

/* CSS Document */
html {
	height: 100%;
	overflow: auto;
}

body {
/* 	position: fixed; */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
/* 	background: #fff; */
}

img {
	border: 0;
}

blockquote {
	margin: 100px auto 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
}
#gran {
	margin: 100px auto 0;
	width: 100%;
	text-align: center;
}
#gran p {
	color: #b28247;	/* 804c12 */
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "平成明朝", "HeiseiMincho", serif;
	font-size: 14px;
	line-height: 1.6;
}
#flashcontent {
/* 	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; */
	height: 100%;
}

/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; /* hasLayout問題を回避 */
}