@charset "UTF-8";
/* レイアウト */

#container {
	width: 100%;
}
#content {
	width: 62.5%;
}
#sidebar {
	width: 31.25px;
}
