@charset "utf-8";
/* CSS Document */
#title {
	width:600px;
	height:57px;
	float:left;
}
#photo {
	width:400px;
	height:488px;
	float:left;
}
#container {
	width:1000px;
	height: 487px;
	float:left;
}
#content {
	width:580px;
	height: 410px;
	padding:10px 10px 10px 10px;
	background-image:url(../img/about/bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}
#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}

