@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

/* -----------------
 * ナビゲーションメニュー
   -----------------*/

div#navi_header {
	position: relative;
	background-image: url("../img/header_menu_bg.png");
	background-repeat: no-repeat;
	width: 1024px;
	height: 103px;
}

img#tab_info {
	position: absolute;
	top: 44px;
	left: 60px;
}

img#tab_help {
	position: absolute;
	top: 44px;
	left: 260px;
}

img#tab_guide {
	position: absolute;
	top: 44px;
	left: 430px;
}

/* UnityPlayer注意書き */

#unityplayer_notice {
	overflow: hidden;
	position: relative;
	width: 420px;
	height: 75px;
	top: 29px;
	left: 604px;
	background-image: url('../img/help_guidepanel.png');
	background-size: 100% 100%;
}

#unityplayer_notice_textarea{
	overflow: hidden;
	position: relative;
	float: left;
	width: 277px;
	height: 60px;
	margin-top: 10px;
	margin-left: 25px;
	font-size: 10px;
}

#unityplayer_notice_imgarea {
	overflow: hidden;
	position: relative;
	float: right;
	width: 105px;
	height: 100%;
	margin-right: 10px;
}

#unityplayer_notice_img {
	width: 100%;
	/*height: 100%;*/
	margin-top: 20px;
}




/* -----------------
 * メインコンテンツ
   -----------------*/

#main_contents {
	background-image: url('../img/main_bg.png');
	width: 1024px;
	height: 671px;
}


