body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color:#FF9900;
}
a:active {
	color:#FF0000;
}
a:link {
	color:#FF9900;
}
a:hover {
	color:#FF0000;
}
#root {
	margin: 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #333333;
	width: auto;
}
#head {
	background-color: #CCFFCC;
	height: 30px;
	overflow: auto;
}
#head h1 {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
}
#head_menu {
	clear: none;
	float: right;
	width: auto;
	font-size: 80%;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 5px;
}
#main {
	width: 100%;
	background-color: #FFFFDD;
	overflow: auto;
}
#gamebox {
	clear: none;
	float: left;
	width: 80%;
	background-color: #FFFFFF;
}
#historybox {
	clear: none;
	float: left;
	width: 20%;
}
#gamebox h2 {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 5px;
	width: auto;
}
#historybox h2 {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	width: auto;
	background-color: #748ECC;
}
#gamebox h3,#historybox h3 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	padding: 2px;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#gamebox p,#historybox p {
	font-size: 80%;
	line-height: 130%;
	padding: 2px;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: auto;
}
#gamebox img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.date {
	color:#3366CC;
	font-weight: bold;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
.qr {
	text-align: center;
}
#foot {
	background-color: #CCFFCC;
	width: auto;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	font-size: 80%;
	line-height: 130%;
}

