html, body {
	width:100%;
	height:100%;
}

body {
	background-color: white;
	margin: 0;
//	font-family:"Ÿà–¾’©" , "Yu Mincho" , "Ÿà–¾’©‘Ì" , "YuMincho" , "ƒqƒ‰ƒMƒm–¾’© Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS–¾’©E" , "‚l‚r ‚o–¾’©" , "MS PMincho" , serif;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", "Meiryo", "verdana", sans-serif;
	color:						black;
    text-shadow:				0 0 2px rgba(100,100,100,0.5);
	//-webkit-font-smoothing:		antialiased; //‚È‚ß‚ç‚©
	//-moz-osx-font-smoothing:	grayscale;
	 overscroll-behavior-y: none;
}
#format_table{
	width:100%;
	height:100%;
	text-align:center;
}
#basement_table{
	width:100%;
	height:0px;
	z-index:9999;
	top:5px;
	left:0px;
	position:fixed;
	font-size:24px;
}
#basement_table{
	text-align:center;
	vertical-align:middle;
}
#sweettweet{
	width:210px;
}
.singlebutton{
	font-size:18px;
	margin-left:5px;
}
#waitwindow {
	width:						100%;
	height:						100%;
	background-color:			white;
	z-index:					9999;
	position:					absolute;
	top:						0px;
	left:						0px;
	filter:						alpha(opacity=100);
	-moz-opacity:				1;
	-khtml-opacity:				1;
	opacity:					1;
	overflow:					hidden;
	text-align:					center;
	vertical-align:				middle;
}
.linkbutton_div {
	width:						60px;
	height:						25px;
	z-index:					9999;
	position:					absolute;
	filter:						alpha(opacity=70);
	-moz-opacity:				0.7;
	-khtml-opacity:				0.7;
	opacity:					0.7;
	z-index:9999;
}
.linkbutton {
	background-color:rgba(255,255,255,0.7);
	height:32px;
	z-index:9999;
}
.linkbutton:hover {
	background-color:rgba(200,200,255,0.7);
}
.linkbutton:active {
	background-color:rgba(255,150,150,0.7);
}
#history_div {
	width:140px;
	height:100%;
	top: 0px;
	left:0px;
	position:fixed;
	font-size:20px;
//	display:none;
//	border:solid 1px white;
	z-index:9999;
}
#history_ul {
	font-size:small;
	color:rgba(32,64,32,0.5);
	list-style: none;
	z-index:9999;
}
#history_ul li {
	padding-left:0;
	cursor:pointer;
}

.fusen_back{
	border:solid 1px rgba(40,20,0,0.1);
	background-color:rgba(40,20,0,0.1);
}
.fusen_back_content{
	border:solid 1px rgba(40,20,0,0.1);
	background-color:rgba(40,20,0,0.05);
}
.fusen_back_X{
	background-color:rgba(0,20,40,0.1);
}
.history_alone {
	font-size:10px;
	color:rgba(128,16,16,0.6);
    text-shadow:				0 0 2px rgba(100,16,16,0.5);
}
.history_mid {
	font-size:10px;
	color:rgba(32,128,32,0.5);
    text-shadow:				0 0 2px rgba(16,128,16,0.5);
}
.border_g {
	border:solid 1px rgba(32,16,16,0.3);
}
.border_g_br {
	border:solid 1px rgba(32,16,16,0.3);
	background-color:rgba(64,16,16,0.2);
	box-shadow:				0px 0px 6px 3px rgba(250,50,50,0.5);
}
.border_g_bb {
	border:solid 1px rgba(32,16,16,0.3);
	background-color:rgba(16,16,64,0.2);
	box-shadow:				0px 0px 6px 3px rgba(50,50,250,0.5);
}
.color_g {
	color:rgba(32,16,16,0.5);
}
.week_red{
	color:rgba(128,16,64,0.5);
}
.week_blue{
	color:rgba(16,16,128,0.5);
}
.point_100 {
	width:		200px;
	height:		25px;
	left:		-400px;
	font-size:	80px;
}
.rstar {
	width:		80px;
	height:		80px;
	font-size:	40px;
	top:		20px;
	left:		-80px;
	position:					absolute;
	filter:						alpha(opacity=50);
	-moz-opacity:				0.5;
	-khtml-opacity:				0.5;
	opacity:					0.5;
}
.bigindex{
	font-size:75px;
}
.border_green{
	box-shadow:				0px 0px 6px 3px rgba(50,250,50,0.5);
	border-radius:6px;
}
.border_red{
	box-shadow:				0px 0px 6px 3px rgba(250,50,50,0.5);
	border-radius:6px;
}
.border_blue{
	box-shadow:				0px 0px 6px 3px rgba(50,50,250,0.5);
	border-radius:6px;
}
