@charset "UTF-8";

/* ID */

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#boxNavi {
	width: 900px;
	height: 100px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#boxContents {
	width: 900px;
	margin: 0 auto;
}

#boxFlash {
	width: 900px;
	height: 700px;
	margin: 0 auto;
}

#boxNoFlash {
	width: 900px;
	height: 700px;
	background-image: url(../img/noFlash.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}

#boxNoFlash #alert {
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	line-height: 120%;
	color: #97754d;
}


/* tag */

body {
	background-color: #fffffa;
	background-image: url(../img/bgiMotto.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

