@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E6E2D7;
	background-image: url(image/gara.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-attachment: fixed;
	background-position: center top;	
}

#wrapper {
	height: 650;
	width: 965px;
	position:absolute;
	top: 50%;
	left: 50%;
	padding: 0px;
	background-color: #e6e2d7;
	overflow: hidden;  /* 内容がはみ出る場合の表示方法 */
	margin-top: -325px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -482.5px;
}




#wrapper #flah {
	height: 650px;
	width: 965px;
	margin: 0px;
	padding: 0px;
	float: left;
    background-color: #e6e2d7;
}

