@charset "utf-8";

/* ==========================================================
	common(element)
========================================================== */
html,body {
	width: 100%;
	min-height: 100%;
	font-size: 12px;
	background: #000;
}
a {
	text-decoration: none;
	outline: none;
	transition: .5s;
}
a:hover {
	transition: .5s;
	opacity: .6;
}

/* ==========================================================
	common(id,class)
========================================================== */
#wrap {
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	width: 100%;
	height: 100%
}
#copyright {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #fff;
}

/* ==========================================================
	side
========================================================== */
#side {
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 100%;
	padding-left: 35px;
	background: #000;
	text-align: left;
}
/* ロゴ */
#side .logo {
	margin: 90px 0 100px;
	color: #fff;
}
/* ナビ */
#side .nav .item {
	margin-bottom: 45px;
}
#side .nav .item.hanapla {
	margin-bottom: 35px;
}

/* アクセスマップ */
#side .access {
	position: absolute;
	bottom: 30px;
}
