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

body {
	background-color: rgba(250,250,250,1);
	background-blend-mode:lighten;
	//background-image:url("/imgs/sora.gif");
	background-repeat: repeat;
	background-position:0px 0px;
	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;
	color:						#060606;
    text-shadow:				0 0 2px rgba(150,150,150,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:			black;
	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 {
	background-color:rgba(255,255,255,0.7);
}
.linkbutton:hover {
	background-color:rgba(200,200,255,0.7);
}
.linkbutton:active {
	background-color:rgba(255,150,150,0.7);
}
#history_div {
	width:120px;
	height:100%;
	top: 0px;
	left:0px;
	position:fixed;
	font-size:20px;
	overflow-y:scroll;
//	display:none;
//	border:solid 1px white;
	z-index:9999;
}
#history_ul {
	padding-left:5px;
	font-size:small;
	color:rgba(64,255,64,0.5);
	list-style: none;
	z-index:9999;
}
#history_ul li {
	padding-left:0;
	cursor:pointer;
	font-size:10px;
}
.week_red{
	color:rgba(128,16,64,0.5);
}
.border_g {
	border:solid 1px rgba(64,255,64,0.5);
}
.border_r {
	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_b {
	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(64,255,64,0.5);
}
#table_bbs{
	width:100%;
	height:100%;
}
#table_bbs td{
	text-align:center;
}
.bbsbox{
	height:800px;
}
.bbsbox_tr{
	height:790px;
}
.tatebox{
	writing-mode: vertical-rl;
}
