@charset "UTF-8";
/* CSS Document */
body {
	background: #fbfbfc;
}
#head_wrapper {
	background: #000000;
	padding: 30px 0;
}
header h1 {
	margin-bottom: 15px;
}
nav {
	float:right;
	margin-top: 25px;
}
nav ul li {
	float: left;
	margin-right: 15px;
}
.contents {
}