@charset "utf-8";
/* temp.css */

body{
  font-family:Arial,Helvetica,sans-serif,Verdana,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

img{
	border:none;
}

/* wrapper */
div#wrapper {
	width:100%;
	height:100%;
}

/* 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;
}

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;
	color:#FFFFFF;
	text-align:center;
}

#copyright p{
	font-size:10px;
	line-height:1.8;
}

/* 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;
}

