#top {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	margin-bottom: 0;
	padding: 0;
	color: #ff0000;
              font-size: small;
} 

#container {
	margin: 0 auto;
	width: 900px;
	text-alighn: left;
	border: 1px solid #666666;
	background: #FFFFFF;
}

#headerleft {
	width: 450px;
	/* height: 236px; */
	height: 215px;
	float: left;
	margin-bottom: 0;
	padding: 0;
}

#headerright {
	width: 450px;
	/* height: 236px; */
	height: 215px;
	float: left;
	clear: right; /* カラム落ち防止 */
	margin-bottom: 0;
	padding: 0;
	background-image : url(../img/top-photo2s.JPG);
	background-repeat : no-repeat;
}

#navi {
	height: 30px;
	width: 900px;
	/* background-color: #19448e; */
	background-color: #dcdcdc;
	clear: both;
	/* margin-top: -23px; */
	padding-top: 10px;
	margin-bottom: 0px;
	}

#content {
	float: left;
}

#main {
	/* text-align: center; */
	float: left;
	width: 670px;
}

#right {
	background-color: #ffffff;
	float: right;
	width: 230px;
}

#footer{
	clear: both;
	height: 60px;
	margin-top: 4px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #dcdcdc;
	}