@charset "utf-8";

/*--structure--*/

#container01{
	clear:both;
	width:900px;
	height:200px;
	margin:0 auto;
}

#content01{
	float:left;
	width:500px;
	height:200px;
	background-image:url("../images/bg_content.png");
}

#photo01{
	float:left;
	width:400px;
	height:200px;
	text-align:center;
}

#container02{
	clear:both;
	width:900px;
	height:310px;
	margin:0 auto;
}

#photo02{
	float:left;
	width:900px;
	height:310px;
	text-align:center;
}

#container03{
	clear:both;
	width:900px;
	height:200px;
	margin:0 auto;
}

#photo03{
	float:left;
	width:400px;
	height:200px;
	text-align:center;
}

#content03{
	float:left;
	width:500px;
	height:200px;
	background-image:url("../images/bg_content.png");
}
