@charset "utf-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	background: #fff;
	overflow: scroll;
	line-height: 1.2em;
	font-size: small;
	color: #fff;

	_min-width: 1024px;
	_display: inline;
	_zoom: 1;
}

/*IE6・7用*/
*body { overflow: auto; }


/*------------Containerのスタイル---------------------------------------------------------------*/
div#Container {
	width: 1200px;
	height: 900px;
	margin: 0 auto;
	padding: 0 1px;
	background: url(../img/senro1.png) no-repeat left top;
}

div#Header {
	width: 980px;
	height: 96px;
	padding-top: 70px;
}


h1 {
	width: 195px;
	height: 96px;
	background-image: url(../img/rogo.png) ;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0 70px 96px;
}
/*------------Headerのスタイル---------------------------------------------------------------*/

/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	overflow: hidden;
	padding: 0px;
}


/*------------Mainのスタイル------------*/
div#Main {
	width: 0px;
	height: 0px;


}

/*-------------------address-------------------*/

address {
	color: #fff;
	text-align: ;
}

