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


#top {
	height: 150px;
}article {
	clear: both;
	padding-top: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#c_right {
	width: 708px;
}
#ex_maker li {
	float: left;
	margin-left: 30px;
}
#ex_maker {
	padding-top: 20px;
}
html, body, #wrap, #left-bg {
	height: 100%;
}
#wrap {
	background: #091734;
	width: 100%;
	position: relative;
	height: 150px;
}
#left-bg {
	background: #ceecf3 ;
	width: 50%;
	position: absolute;
}


#article {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background: #fff;
	height: 150px;
}