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

#container {
	width:800px;
	margin:0 auto;
}

#header {
	margin:60px 0;
}

#header_esm {
	margin:10px 0;
}

#left {
	float:left;
	width:165px;
}

#content {
	float:left;
	width:480px;
	margin-bottom:10px;
}

#right {
	float:right;
	width:140px;
}