@charset "utf-8"; 

/* **************************************************

Name: common.css

Description: Initial Setting

Create: 2009.07.14
Update: 8888.88.88

***************************************************** */



/* content===========================================

[1] Body & Base Setting
[a1] ヘッダ
[a2] コンテンツ

===================================================== */



/* 1: Body & Base Setting
=========================================================================================== */

body{
	margin: 0;
	padding: 0 0em;
	text-align: center;
	font-size: 100%;
	color: #333;
	background-color:#000;
}


h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}


h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, blockquote, form{
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}


/* [s1] ヘッダ
=========================================================================================== */

#head{
	width:100%;
	display:table;
	text-align:center;
	padding:0;
	background-color:#a00f0f;
}

#head h1{
	width:752px;
	height:55px;
	margin:0 auto;
}

/* [a2] コンテンツ
=========================================================================================== */

#Contents{
	width:100%;
	text-align:center;
}

#Contents #SwfArea{
	width:980px;
	height:660px;
	display:table;
	margin:0 auto;
	background: #000;
}

#Contents #SwfArea2{
	width:1024px;
	height:850px;
	display:table;
	margin:0 auto;
}



