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

#global {
	width: 1100px;
	margin : 0 auto 0 auto;
}
#logo {
	float : left;	
}
#menu_top{
	float : left;
	margin-top : 80px;
	width: 680px;
}
#menu_left{
	clear: both;
	float : left;
	width : 280px;
	margin-left: 35px;
}	

#center {
	float: left;
	margin : -70px 0 30px 30px;
	height : 500px;
}

#center .menu_center {
	clear:both;
	float : left;
	width: 220px;
	height : 500px;
}
#center .work {
	float: left;
	padding: 10px;
	width : 475px;
	height: 480px;	
}
#footer {
	clear: both;
	width : 1024px;
}
