@charset "utf-8";

html{
	overflow-y:scroll;
}

/* =======================================

	Order

========================================== */
#c_headerBox {
	width: 100%;
	height: 57px;
	border-bottom: solid 5px #17A4D9;
	position: relative;
	}
	
#contentBox {
	width: 700px;
	float: right;
	display: inline;
	margin: 20px 10px 50px 50px;
}

