﻿/*   charset   */
@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body,html {
	margin:0;
	padding:0;
	background:#FFF;
	font-family: "ＭＳ Ｐゴシック", "Osaka" , "sans-serif";
	font-size:12px;
	line-height:150%;
	letter-spacing:0.03em;
	height:100%;
	background:#FFF;
	/*　背景画像を設定すると、headerとfooterの間の背景が変更されます。
	background: url("/net/resist/images/back_top.jpg") no-repeat scroll 0 0 #D3F7CB;
	*/
}

a {
	outline: none;
	overflow:hidden;
}

img {
	border:0;
}

.clear { clear:both;}
.lefty { float:left;}
.righty { float:right;}

#wrapper {
	height: auto !important;
	min-height:100%;
	position: relative;
}

#wrapp {
	text-align:center;
}

/* header */

#header {
	background: url("/login/images/bg_header.png") repeat-x left top;
	height: 106px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#header_in {
	background: url("/login/images/header.jpg") repeat-x left top;
	height: 74px;
	margin: 0 auto;
	width: 804px;
	position:relative;
	text-align:left;
}

#header_in #link_gamecity {
	position:absolute;
	left:0;
	top:0;
	width:260px;
	height:79px;
}

#header_in #link_gamecity a {
	display:block;
	width:260px;
	height:79px;
	text-indent:-9999px;
}

#header_in #link_koeitecmo {
	position:absolute;
	right:0;
	top:0;
	width:64px;
	height:79px;
}

#header_in #link_koeitecmo a {
	display:block;
	width:64px;
	height:79px;
	text-indent:-9999px;
}

/* contents */

#contents {
	width:800px;
	text-align:center;
	padding:0 0 30px;
	margin:0 auto;
}

#error_box {
}

#error_box p {
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#ff0000;
}


/* form */

#login_box {
	background:url("/login/images/login_bg.png") no-repeat center 10px;
	padding:30px 0 30px;
	margin:0 auto;
	color:#222;
}

#login_unit {
	margin:0 auto;
	text-align:left;
	padding:30px 0 0;
	overflow:hidden;
}

#login_box a:link {
	color:#000;
	font-weight:bold;
}

#login_box a:link {
	color:#000;
	font-weight:bold;
}

#login_box a:hover {
	color:#FF9900;
	text-decoration:underline;
}

#login_box h3 {
	display:none;
}

#login_form {
	width:370px;
	float:left;
	padding:0;
	text-align:center;
	margin-left:15px;
}

#register {
	width:370px;
	float:right;
	padding:0;
	text-align:center;
	margin-right:15px;
}

h4 {
	height:60px;
	width:370px;
	text-indent:-9999px;
	text-align:left;
}

#login_form h4 {
	background: url("/login/images/login_h4_login.png") no-repeat top center;
}

#register h4 {
	background: url("/login/images/login_h4_register.png") no-repeat top center;
}

.login_bg_mid {
	background: url("/login/images/login_bg_mid.png") repeat-y top center;
	width:370px;
	padding-top:20px;
}

.login_bg_btm {
	clear:both;
	background: url("/login/images/login_bg_btm.png") no-repeat top center;
	height:20px;
	width:370px;
}

.login_inner {
	width:310px;
	margin:0 auto 0;
	text-align:center;
	min-height:210px;
	height: auto !important;
	height: 210px;
}

ul, ol {
	list-style-type: none;
	margin:0;
}

dl#id_pw {
	width:240px;
	margin:0 auto;
}

dl#id_pw dt {
	float:left;
	width:70px;
	padding-bottom:10px;
	text-align:left;
}

dl#id_pw dd {
	margin-left:70px;
	padding-bottom:10px;
	text-align:left;
}

dl#id_pw input {
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	width:12em;
	text-align:left;
}

dl#id_pw input:focus {
	border: 2px solid #993300;
	font-weight: bold;
	outline: medium none;
}

#gc_id {
	float: left;
	margin: 0 0 10px;
}

#gc_pw {
	float: right;
	margin: 0 0 10px;
}

#sv_cookie {
	clear: both;
	text-align: center;
	letter-spacing:0;
}

#sv_cookie input {
	vertical-align: middle;
}

#sv_cookie em {
	font-size: 10px;
	font-style: normal;
}

#go_login {
	height: 40px;
	margin: 10px auto 13px;
	width: 200px;
}

#go_login input {
	border: medium none;
	font-size: 0;
	line-height: 0;
	outline: medium none;
	text-indent: -9999px;
}

#go_login input {
	background: url("/login/images/login_btn_login.jpg") no-repeat top left;
	cursor: pointer;
	display: block;
	height: 40px;
	width: 200px;
}

#go_login input:hover {
	background-position:0 -40px;
}

#atent_area {
	text-align: center;
	margin-top:7px;
}

#atent_area img {
	vertical-align: text-bottom;
}

#register dl {
	width:260px;
	margin:0 auto;
}

#register dt a {
	background: url("/login/images/login_btn_register.jpg") no-repeat top left;
	display: block;
	height: 40px;
	width: 200px;
	text-indent:-9999px;
	margin:15px auto;
}

#register dt a:hover {
	background-position:0 -40px;
}

#register dd {
	text-align:center;
}


/* 共通エラーページ */

#errorpage_box {
	background:#fff;
	padding:30px 0 30px;
	margin:0 auto;
	color:#222;
	text-align:center;
}

#errorpage_unit {
	width:370px;
	margin:0 auto;
	text-align:left;
}

#errorpage h4 {
	background: url("/login/images/login_h4_errorpage.png") no-repeat top center;
}

#errorpage {
	text-align:center;
}


/* footer */

#footer {
	position:absolute;
	bottom: 0;
	width: 100%;
	height:12px;
	border-top: 1px solid #ccc;
	padding:9px 0;
	background: #FFF;
}

#footer address {
	height:12px;
	text-indent:-9999px;
	background: url("/login/images/copyright.png") no-repeat top center;
}