#header0 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 0;
	padding: 0;
	}
#container {
	margin: 10px;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	border: 1px solid #666666;
	/* 白色 */
	background: #FFFFFF;
	}
#headerleft {
	width: 444px;
	float: left;
	background-color: green;
	margin-bottom: 0;
	padding: 0;
	}
#headercenter {
	width: 240px;
	float: left;
	}
#headerright {
	width: 216px;
	height: 135px;
	float: left;
	clear: right; /* カラム落ち防止 */
	background-image : url(../img/header-right3.PNG);	
	background-position: 2px 2px;
	background-repeat: no-repeat;
	}
#navi {
	height: 35px;
	width: 900px;
	/* background-color: #3eb370; */
	background-image : url(../img/background/navi2.png);
	background-repeat: repeat;
	clear: both;
	/* margin-top: -4px;
	padding-top: 15px; */
	margin-top: -4px;
	padding-top: 25px; 
	}

#content {

	float: left;
	background-image : url(../img/background/background3.png);
	background-repeat: repeat-y;
}

#left {
	width: 170px;
	float: left;

	}
#main {
	width: 560px;
	float: left;
	}
#right {
	width: 170px;
	float: left;

	}
#footer{
	clear: both;
	}

