html {
	height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	letter-spacing : 0.5px;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

/*セレクション */
::-moz-selection {
	color: #3c3c3c;
	background: #f0f0f0;
}
::selection {
	color: #3c3c3c;
	background: #f0f0f0;
} 

/*リンクカラー */
a:link { color: #b4b4b4; }
a:visited { color: #b4b4b4; }
a:hover { color: #3c3c3c; }
a:active { color: #3c3c3c; }
 
/*ボディー */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*コンテンツ */
content {
	width: 100%;
	height: 100%;
	max-width: 980px;
	margin: 0 auto;
}

/*背景画像 */
.bg{
	width: 100%;
	height: auto;
	position: absolute;
	background-position: center center;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*ロゴ */
div#logo_top {
	width: 100%;
	text-align: center;
}

div#logo_top img {
	width: 75%;
	max-width: 580px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}