﻿@charset "utf-8";

/*------------------------------------------------------------------*/
/* JOOX　脳体操ゲーム：スタイルシート(2020/04/01 update) */
/*------------------------------------------------------------------*/

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

	a:link{   text-decoration:none;	color:#ffffff;}
	a:visited{text-decoration:none;	color:#ffffff;}
	a:hover{  text-decoration:none;	color:#ee0000;}
	a:focus{  text-decoration:none;	color:#dd0000;}
	a:active{ text-decoration:none;	color:#ff0000;}

	body {
		margin:0 auto;
		padding:0 0 10px 0;
		font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
		width:100%;
		height:100%;
		}

	html, body {
	/*	background:#ffffff;*/
		scrollbar-base-color       : #ffffff;
		scrollbar-face-color       : #ffffff;
		scrollbar-track-color      : #eeeeee;
		scrollbar-arrow-color      : #0000ff;
		scrollbar-3dlight-color    : #dddddd;
		scrollbar-highlight-color  : #dddddd;
		scrollbar-shadow-color     : #dddddd;
		scrollbar-darkshadow-color : #dddddd;
		}

	.game_contents{
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		width:100%;
		height:100%;
		min-height:100%;
		}

	body > .game_contents{
		height:auto;
		}

	#game{
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		width:100%;
		height:100%;
		}

	#wrapper{
		width:950px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		background-image:url("../images/body_bg.gif");
		background-repeat:repeat;
		background-attachment:fixed;
		}

	#contents{
		width:900px;
		margin:10px 25px 10px 25px;
		padding:0px 0px 0px 0px;
		background-image:url("../images/body_bg.gif");
		background-repeat:repeat;
		background-attachment:fixed;
		}


/*========================================================*/
/* ゲームページ背景色設定 */
/*========================================================*/

body#tutorial{background:#ffffff;}
body#bg_002{background:#ff9933;}
body#bg_018{background:#ffff99;}

