@charset "utf-8";

body
{
	color:#505050;
	font-size:14px;
	line-height:1.5em;
	text-align:center;
	background-color:#5BB431;
}

/*------------------------------
=1: ボックス設定
------------------------------*/


div#container
{
	width:100%;
	border-top:5px solid #5BB431;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
}

div#swfcontainer
{
	width:850px;
	margin:0 auto;
	text-align:left;
}


/*------------------------------
=2: ヘッダー設定
------------------------------*/

div#header
{
	width:850px;
	height:70px;
}


#header h1
{
	margin-top:-1px;
	float:left;
	width:583px;
	height:37px;
	background:url(../img/top/bg_h1.png) no-repeat;
	text-indent:-9999px;
}

#header img.title
{
	margin:-38px 0 20px 60px;
	/margin:-44px 0 20px 60px;

}

/*------------------------------
=3: swf設定
------------------------------*/
div.contentswf
{
	width:100%;
	margin:5px 0;
	text-align:center;
	background-color:#FFF;
}
