html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	overflow: hidden;
	background-color: #030A26;
	background-image: url("../images/base_background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
a {
	color: #97bcff;
	text-decoration: none;
}
a:hover {
	color: #ff9555;
}
div.clear {
	clear: both;
}
.displaynone {
	display: none;
}
span.gray {
	color: silver;
}
span.yobi_sun {
	color: #ff9d9d;
}
span.yobi_sat {
	color: #96c8ff;
}
div#page {
	height: 100%;
}
header#globalHeader {
	z-index: 200;
	position: relative;
}
hgroup {
	position: fixed;
	right: 0;
	top: 0;
	background: #444;
	opacity:0.8;
	filter: alpha(opacity=80);
	padding: 2px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hgroup h1, hgroup h2 {
	font-size: 0.75em;
	float: right;
}
hgroup h1 a, hgroup h2 a {
	color: #f1f4ff;
}
nav#basenav {
	z-index: 100;
	position: relative;
	text-align: center;
	width: 100%;
}
nav#basenav ul#basenav_l {
	position: absolute;
	left: 163px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
}
nav#basenav ul#basenav_r {
	position: absolute;
	right: 163px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style-type: none;
}
nav#basenav ul li {
	float: left;
}
nav#basenav ul li a {
	font-size: 0.65em;
	font-weight: bold;
	display: block;
	padding: 2px 12px 0px 12px;
	color: silver;
	text-decoration: none;
	border: 1px solid gray;
	margin: 0 2px;
	background-color: #000;
	opacity:0.9;
	filter: alpha(opacity=90);
}
nav#basenav ul#basenav_r li a {
	padding: 3px 4px 1px 4px;
}
nav#basenav ul#basenav_l li a:hover {
	padding-top: 16px;
	background: #6f5e58;
}
div#navslider {
	height: 5px;
	position: absolute;
	left: 15px;
	top: 20px;
	width:150px;
}
footer#globalFooter p.copyright {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: #222;
	opacity:0.7;
	filter: alpha(opacity=70);
	font-size: 0.65em;
	padding: 2px 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
footer#globalFooter ul#footsnav {
	z-index: 200;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: fixed;
	left: 0;
	bottom: 0;
	opacity:0.85;
	filter: alpha(opacity=85);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
footer#globalFooter ul li {
	float: left;
	padding: 0;
}
footer#globalFooter ul li a {
	font-size: 0.65em;
	display: block;
	color: silver;
	padding: 2px 8px;
	margin: 0 2px;
	border: 1px solid #444;
	font-weight: bold;
	border-bottom: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #000;
	vertical-align: bottom;
}

div#contents {
	height: 100%;
	width: 100%;
}
/* slidetwitter */
div#slidetwitter {
	position: absolute;
	top: -400px;
	right: 12px;
	width: 320px;
	height: 439px;
	background: url("../images/slidetwitter_bck.png") no-repeat center bottom;
	z-index: 300;
}
div#slidetwitter_fr {
	height: 400px;
}
div#slidetwitter_pdownbot {
	height: 28px;
}
div#slidetwitter_pdownbot p {
	text-align: center;
}

/* Decorate */
.ffmeiryo {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.tipped {
	color: #999;
}
