@charset "utf-8";
/*
Wizardry 
*/

@charset "utf-8";
/* temp.css */
*{
  margin:0;
  padding:0;
}
html{
	background-color:#000000;
	height:100%;
}
body{
  font-family:Arial,Helvetica,sans-serif,Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  color: #FFFFFF;
  font-size:12px;
  background:#000000;
  letter-spacing:0.05em;
  height:100%;
}
img{
	border:none;
}

/* wrapper */
div#wrapper {
	width:100%;
	height:100%;
}
div#main {
	background:#000 url(../../images/black.gif) repeat-x left bottom;

	height:575px;
	overflow:hidden;
	color:#333;
	text-align:center;
	line-height:2;
}
div#main p{
	margin:10px 0;
}
/* header */
div#header_wrapper {
	background-color:#000000;
	width:100%;
	height:34px;
	border-bottom:1px solid white; 
}

div#header {
	height:33px;
	margin:0 auto;
	padding:0 15px;
}

div#header_left {
	float:left;
	text-align:left;
}

div#header_right {
	float:right;
	text-align:right;
}


/* footer */
div#footer_wrapper {
	clear:both;
	width:100%;
	-x-system-font:none;
	background:transparent;
	text-align:center;
	font-size:10px;
	color:#000;
}
div#footer_wrapper p#copy{
	text-align:center;
}
div#footer_wrapper ul#bans{
	cleat:both;
	width:900px;
	padding-bottom:10px;
	overflow:hidden;
	margin:0 auto;
}
div#footer_wrapper ul#bans li{
	display:inline;
	text-align:center;
}
div#footer_wrapper ul#bans li.ban2{
	margin-right:12px;
}
div#footer_wrapper ul#bans2{
	cleat:both;
	width:900px;
	padding-top:30px;
	overflow:hidden;
	margin:0 auto;
}
div#footer_wrapper ul#bans2 li{
	display:inline;
	text-align:center;
	margin:0 20px;
}
div#footer {
	height:auto;
	margin:0 auto;
	padding:15px;
	position:relative;
}

div#footer_left {
	float:left;
	text-align:left;
}

div#footer_right {
	float:right;
	text-align:right;
	font-size:10px;
	display:inline;
}

/* copyright */
div#copyright {
	padding-top:10px;
	clear:both;
	width:auto;
	font-color:#FFFFFF;
	text-align:center;
}

#copyright p{
	font-size:9px;
	line-height:1.4;
}

/* header_logo */
.header_logo {
	float:left;
}

/* header_twitter */
.header_twitter {
	float:right;
	padding-left:20px;
	padding-top:1px;
}

/* goiken&support */
#goiken_support_box {
	float:right;
	width:140px;
	padding-top:13px;
}

#support {
	display:block;
	width:54px;
	height:9px;
	background:url(../../images/support_white.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}

#goiken {
	display:block;
	width:47px;
	height:9px;
	background:url(../../images/goiken_white.gif) top left no-repeat;
	text-align:left;
	text-indent:-9999px;
}

.support_container {
	float:right;
	padding-right:10px;
}

.goiken_container {
	float:left;
}

#wiz {
	height:575px;
	width:100%;
	background:url(../../images/black.gif) repeat-x left bottom;
}

/* init */

object{
	outline:none;
	-moz-outline-style:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

em em{
	font-style:normal;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:60px;
	font-weight:bold;
	padding:20px 0 10px;
}
h2 {
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
}
/* common class */
.hide {
  position:absolute;
  left:-9999px;
  top:-9999px;
}

.spacer {
  clear:both;
}

/* link */
a {
	color:#b26400;
}
a img {
	border:0;
}
a:active {
	outline:none;
}
a:focus {
	outline:none; -moz-outline-style:none;
}
a:hover {
	color:white; text-decoration:none;
}

/* header line */
div#header_wrapper {
	border-bottom:1px solid #222222;
}
/* footer */

