@charset "UTF-8";

/* UNIVERSAL RESET
----------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
	outline: none;
}

body 
{
	background: #f6f2e5;
	text-align: center; /* box centering */
	font: normal 63% Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color: #222;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote 
{
	display: block;
	text-align: left;
	font-style: normal;
    font-weight: normal;
}

option
{
	margin: 0 5px 0 0;
}

table 
{
	empty-cells: show;
	border-collapse: collapse;
}

hr,.areaAnchor,.anchor 
{
	display : none;
	clear: both;
}

img 
{
	border: none; /* img do not want a border */
	vertical-align: bottom;
}

li 
{
	list-style: none; /* link do not want a dot */
}

textarea 
{ 
	font-size: 100%; /* テキストエリア内文字サイズのブラウザ間での差異をなくす */
}


/* 共通スタイル
----------------------------------------------- */
div#wrapper 
{
	width: 966px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
}

div#flaBx 
{
	width: 966px;
	height: 760px;
}

h1.fla
{
	display: none;
}


div#flaErBx
{
	width: 785px;
	height: 395px;
	margin: 0 auto;
	position: relative;
}
	div#flaErBx p
	{
		font-size: 12px;
		line-height: 160%;
		position: absolute;
	}
		div#flaErBx p.board
		{
			top: 0;
			left: 0;
		}
		div#flaErBx p.note
		{
			top: 215px;
			left: 60px;
		}
		div#flaErBx p.note2
		{
			top: 306px;
			left: 60px;
		}
		div#flaErBx p.banner
		{
			top: 260px;
			left: 210px;
		}