@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */
	#wrapper {
		min-width: 1200px;
	}
	#header {
		background-image: url(../imgs/bg-header.png);
	}
	#flow {
		position: relative;
		margin: 90px 0 0 -110px;
	}