@charset "euc-jp";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
}

/* Common
=======================================*/

html {
	margin:0;
	padding:0;
	color:#111;
	height: 100%;
}

body {
	background:#000 url(/regist_c/user/souzousr/images/master_bg.jpg) top center repeat-x;
	background-attachment: fixed;
	margin:0;
	padding:0 0px 0 0;
	color:#fff;
	height: 100%;
}

a:link		{color:#fc0; text-decoration:underline;}
a:visited	{color:#fc0; text-decoration:underline;}
a:hover		{color:#f00; text-decoration:none;}
a:active	{color:#f00; text-decoration:underline;}

hr {
	display:none;
}

strong {
	font-weight: bold;
}

ul {
	margin:0 0 0 15px;
}

.line {
	background: url(/regist_c/user/souzousr/images/bg_line.jpg) top center no-repeat;
	height:5px;
	margin:15px 0;
}

.clear {
	clear:both;
}

.BorderBox {
	background:none repeat scroll 0 0 #111;
	border:1px dashed #333;
	margin:10px 0 0;
	padding:10px;
}

.red {
	color:#CC0000;
}

.font10px {
	font-size:10px;
}


/* Layout
=======================================*/
/* Chrome 24- and Safari 5- */
@media screen and (-webkit-min-device-pixel-ratio:0){
    #Outline {
        padding-right:1px;
    }
}	

::made-up-pseudo-element, body{
    padding-left:1px;
}

#Outline {
	width:808px;
	margin:0 auto;
	position: relative;  
	height: auto !important;  
	height: 100%;  
	min-height: 100%; 
	background: url(/regist_c/user/souzousr/images/bg_body.png) top center repeat-y;
	
	-webkit-box-shadow: #f60 0px 0px 5px;	/* Safari and Chrome */
	-moz-box-shadow: #f60 0px 0px 5px;		/* Firefox */
	box-shadow: #f60 0px 0px 5px;			/* Opera 10.5+, IE */
	
}	


/* Header
=======================================*/
#Header {
	width:808px;
	height:488px;
	background:url(/regist_c/user/souzousr/images/header2.jpg) top center no-repeat;
	margin:0 auto;
}


#Header .HeaderCont, #HeaderPre .HeaderCont {
	margin:0 20px 0;
	padding-top:8px;
}

.HeaderCont #GC {
	float:left;
	margin-top:10px;
	width:130px;
	height:30px;
	display:none;
}

.HeaderCont #GC a{
	width:130px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(/regist_c/user/souzousr/images/logo_gc.png) top center no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=/regist_c/user/souzousr/images/logo_gc.png);
}


.HeaderCont #Link{
	float:right;
	font-size: 11px;
	margin-top:-5px;
	margin-right:0px;
	color:#fff;
	font-weight:bold;
}

.HeaderCont #Link a{ color:#fff; }
.HeaderCont #Link a:hover{ color:#000; }

.HeaderCont h1 {
	text-indent:-9999px;

}

.HeaderCont h1 a {
	width:310px;
	height:220px;
	margin:10px auto auto 10px;
	float:left;
	display:block;
	overflow:hidden;

}

.HeaderTxt {
	clear:both;
	margin:270px 40px 50px 30px;
	width:350px;
	padding:20px;
	color:#fff;
	background-color: #000033;
	border:#ccc solid 1px;
	
	-webkit-border-radius: 8px;	/* Safari and Chrome */
	-moz-border-radius: 8px;	/* Firefox */
	border-radius: 8px;			/* Opera 10.5+, IE */
	
	-webkit-box-shadow: #fff 0px 0px 10px;	/* Safari and Chrome */
	-moz-box-shadow: #fff 0px 0px 10px;		/* Firefox */
	box-shadow: #fff 0px 0px 10px;			/* Opera 10.5+, IE */
	
	-webkit-opacity: 0.7;		/* Safari and Chrome */
	-moz-opacity: 0.7;			/* Firefox */
	-khtml-opacity: 0.7;
	opacity: 0.8;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000033', Direction=135, Strength=1);/*for ie6,7,8*/
	
}



.HeaderTxt a{
	color:#fc0;

}

/* Menu
=======================================*/

#Menu {
	height:67px;
	margin:0 0 0 0;
	
}


/* Container/Contents
=======================================*/

#Container {
	width:808px;
    padding:0 0 0 0;
	background:url(/regist_c/user/souzousr/images/bg_body.png) top center repeat-y;
}


#Contents {
	padding:15px 20px 20px 20px;
}

#UnderConst {
	height:50px;
	width:240px;
	padding-top:80px;
	margin:0 auto;
}

#Contents h2 {
	display:none;
}

#Contents ul{
	padding:0 0 0 20px;
}
/* Container/Contents/ContBox
=======================================*/

#Contents {
}

.ContBox h3.CB_title {
	font-size: 16px;
	height:33px;
	font-weight: bold;
	color: #9a1736;
	background:url(/regist_c/user/souzousr/images/subtitle_bg.png) top center no-repeat;
	padding:5px 0 0 40px;
	margin-bottom:10px;

}

.ContBox .CB_inter {
	margin: 0px 20px 30px 20px;
	padding: 10px;
	border:2px solid #600;
	background: #111 none repeat scroll 0% 0%;

}


/* Footer
=======================================*/


#FooterWrapper {
	bottom: 0;
	width: 808px;
}

#Footer {
	clear:both;
	width:100%;
	height:64px;
	background-color:#c00;
	text-align:left;
	color:#fff;
	
	
}


#Footer .gc {
	float:left;
	display:table-cell;
	margin-left:30px;
	margin-top:24px;
	background:url(/regist_c/user/souzousr/images/logo_gc.png) top center no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=/regist_c/user/souzousr/

images/logo_gc.png);
}	

#Footer .gc a{
	width:130px;
	height:30px;
	display:block;
	text-indent:-9999px;

}

#Footer .copyright{
	text-align:center;
	width:500px;
	padding-top:26px;
	padding-left:-20px;
	display: table-cell;
	line-height:120%;
	color:#fff;

}


.TopBack {
	clear:both;
	text-align:right;
	margin-bottom:20px;
}

.PageTop {
	clear:both;
	text-align:right;
}

/*=============================================================*/



/* index.htm
=======================================*/

.hd_banner_area {
    margin: -15px 0px 2px -20px;
}

.title{
	width:770px;
	height:50px;
	margin-top:10px;
}

.title_info{
	background:url(/regist_c/user/souzousr/images/title_info.png) top left no-repeat;
}

.title_contents{
	background:url(/regist_c/user/souzousr/images/title_contents.png) top left no-repeat;
}

.title_update{
	background:url(/regist_c/user/souzousr/images/title_update.png) top left no-repeat;
}

.title_serial{
	background:url(/regist_c/user/souzousr/images/title_serial.png) top left no-repeat;
}


.title_update104 {
	background:url(/regist_c/user/souzousr/images/title_update104.png) top left no-repeat;
}



.CB_inter_prg   { margin-top:10px; }


.News dl {
	font-weight:bold;
	padding: 0;
	border-bottom:1px dotted #666;
	margin:0;
}

.News dt {
	font-weight:bold;
	margin: 0;
	padding: 0.3em 0 0.1em 0.8em;
	width: 6em;
	float: left;
}
	
.News dd {
	margin: 0 0 0 6em;
	padding: 0.3em 1em;
}

.UpdateInfo #BtnDL {
	padding:10px 80px 10px 0;
}

.UpdateInfo #BtnDL a {
	background: url(/regist_c/user/souzousr/images/BtnDL.png) no-repeat;
	width: 356px;
	height:56px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
	margin:0 auto;
}

.UpdateInfo #BtnDL a:hover {
	background-position:0px -56px;
}

.BorderBox{
	border:1px solid #333;
	padding:10px;
	background: #000;
}


/*=============================================================*/



/* trouble.htm
=======================================*/

.title_trouble{
	background:url(/regist_c/user/souzousr/images/title_trouble.png) top left no-repeat;
}

.TroubleIndex {
	border:1px solid #333;
	padding:10px;
	background: #000;
	margin:10px;
}

.TroubleIndex h4 {
	font-size:12px;
	font-weight:bold;
}

.TroubleIndex ul,ol {
	list-style-position:outside;
	margin-left:-10px;

}

.TroubleCont {
	clear:both;
	padding:20px 15px 0;
	margin:0 10px;
}

.TroubleArea {
	clear:both;
	margin-bottom:20px;
	margin-left:5px;
}

.TroubleArea strong {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	line-height:130%;
	padding:3px 0 2px;
}

.TroubleArea dl {
	clear:both;
	float:left;
}

.TroubleArea dl.Question {
	border-left:2px solid #ff8d33;
	border-bottom:1px dotted #696969;
	width:100%;
}

.TroubleArea dl.Question a:link,a:visited{
	color:fc0;
}

.TroubleArea dl.Answer {
	border-left:2px solid #ffcc31;
	padding-bottom:10px;
}

.TroubleArea dt {
	float:left;
	text-align:center;
	width:25px;
}

.TroubleArea dd {
	margin-left:30px;
	padding-top:6px;
}

.TroubleArea ul,ol {
	list-style-position:outside;
	margin-left:20px;

}


.TroubleArea .answer-list       { border:1px solid #888; margin:0.5em 0 0 30px; padding:6px; }

.answer-list-h                  { font-weight:bold; }


.textBox2 table{
	width: 350px;
	border-collapse: collapse;
	margin: 0 0 0 30px;
}
.textBox2 td{
	padding: 3px;
	margin: 0;
	font-size: 12px;
}
.textBox2 th{
	padding: 3px;
	text-align: center;
	color: #000;
	border-bottom: solid 1px #000;
}

th.table_title1{ width: 180px;}

td.table_back1{
	text-align: center;
	background: #FFC062;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}

td.table_back2{
	text-align: center;
	background: #f6f3ce;
	border-left: dotted 1px #696969;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}


/*=============================================================*/



/* /procedure/index.htm
=======================================*/

.title_procedure{
	background:url(/regist_c/user/souzousr/images/title_procedure.png) top left no-repeat;
}

.ProIndex {
	border:1px solid #b1b1b1;
	padding:15px;
	background: #f7f7f7;
}

.ProCont {
	clear:both;
	margin:0 10px;
	padding:0 15px 20px 0;
}

.Step1Text {
    background: url('/regist_c/user/souzousr/images/step1.png') no-repeat scroll 0px 2px transparent;
    padding:0 0 4px 48px;
}

.Step2Text {
    background: url('/regist_c/user/souzousr/images/step2.png') no-repeat scroll 0px 2px transparent;
    padding:0 0 4px 48px;
}

.Step3Text {
    background: url('/regist_c/user/souzousr/images/step3.png') no-repeat scroll 0px 2px transparent;
    padding:0 0 4px 48px;
}

.ProCont h4{
	font-weight:bold;
	padding:4px 0 0 0;
}

.ProCont p{
	padding:10px 0 0 20px;
}

.ProCont ul{
	margin: 10px 0 10px 40px;
}

.ProCont .BorderBox{
	margin-left:20px;
	border:1px solid #b1b1b1;
	padding:15px;
	background: #f7f7f7;
}


#Btn_Regist_GAMECITY {
	overflow: hidden;
	text-indent: -9999px;
	font-size:0px;
}

#Btn_Regist_GAMECITY a {
	width:320px;
	display:block;
	margin:0px auto 30px;
	background: url(/regist_c/user/souzousr/images/btn_regist_gc.png) no-repeat left top;
	height: 45px;
	border: none;
	cursor: pointer;
}

#Btn_Regist_GAMECITY a:hover{
	background-position: 0 -45px;
}

#Btn_Regist {
	overflow: hidden;
	text-indent: -9999px;
	font-size:0px;
}

#Btn_Regist a {
	width:320px;
	display:block;
	margin:0px auto 10px;
	background: url(/regist_c/user/souzousr/images/btn_regist.png) no-repeat left top;
	height: 45px;
	border: none;
	cursor: pointer;
}

#Btn_Regist a:hover{
	background-position: 0 -45px;
}


.ProCont #BtnLogin {
	padding:20px 0;
}

.ProCont #BtnLogin a {
	background: url(/regist_c/user/souzousr/images/BtnLogin.png) no-repeat;
	width: 318px;
	height: 47px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
	margin:0 auto;
}

.ProCont #BtnLogin a:hover {
	background-position:0px -47px;
}


.ProCont #BtnConfirm {
	padding:20px 0;
}

.ProCont #BtnConfirm a {
	background: url(/regist_c/user/souzousr/images/BtnConfirm.png) no-repeat;
	width: 318px;
	height: 47px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
	margin:0 auto;
}

.ProCont #BtnConfirm a:hover {
	background-position:0px -47px;
}

.Attention {
    background: #000;
    padding: 5px 15px;
    margin: 10px;
    border: 1px solid #333;
}

.AttentionText {
    background: url('/regist_c/user/souzousr/images/caution.gif') no-repeat scroll 0px 2px transparent;
    padding-left: 18px;
}

/*=============================================================*/



/* mail.htm
=======================================*/

.title_mail{
	background:url(/regist_c/user/souzousr/images/title_mail.png) top left no-repeat;
}

.MailIndex {
	border:1px solid #333;
	padding:10px;
	background: #111;
}

.MailCont {
	clear:both;
	margin:0 10px;
	padding:0 15px 20px 0;
}

.MailCont h4{
	font-weight:bold;
}

.MailCont p{
	padding:10px 0 0 20px;
	border-top: dotted #b1b1b1 1px;
}

.MailCont ul{
	margin: 10px 0 10px 40px;
}

.MailCont .BorderBox{
	margin-left:20px;
	border:1px solid #333;
	padding:15px;
	background: #000;
}

/* お問い合わせボタン
=======================================*/

.MailBtnBox {
	width: 685px;
	text-align: center;
	margin:0 auto;
}

ul.MailBtn{
	width:660px;
	list-style:none;
	list-style-type: none;
	text-align:left;
	margin:0;
	padding:0;
}

li#BtnMail_Y {
	width: 320px;
	margin: 0 auto 1em auto;
	text-align: center;
	float: left;
}

li#BtnMail_Y a{
	width: 320px;
	height: 75px;
	display: block;
	background:url(/regist_c/user/souzousr/images/BtnMail_P_Y.png);
}

li#BtnMail_Y a:hover{
	width: 320px;
	height: 75px;
	display: block;
	background: url(/regist_c/user/souzousr/images/BtnMail_P_Y.png) 0px -75px;
}
li#BtnMail_Y span{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

li#BtnMail_N{
	width: 320px;
	margin: 0 auto 1em 20px;
	text-align: center;
	float: left;
}

li#BtnMail_N a{
	width: 320px;
	height: 75px;
	display: block;
	background:url(/regist_c/user/souzousr/images/BtnMail_P_N.png);
}

li#BtnMail_N a:hover{
	width: 320px;
	height: 75px;
	display: block;
	background:url(/regist_c/user/souzousr/images/BtnMail_P_N.png) 0px -75px;
}

li#BtnMail_N span{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*=============================================================*/



/* update.htm
=======================================*/

h4.UpdateTitle{
	font-weight:bold;
	font-size:14px;
	border-left:2px solid #ff6c00;
	border-bottom:1px dotted #b1b1b1;
	padding-left:5px;
}

.UpdateArea {
	clear:both;
	margin-bottom:20px;
	margin-left:5px;
}

.UpdateAreaBox {
	padding:10px 0 0 20px;
}

.UpdateAreaBox .BorderBox{
	margin-right:20px;
	
}

.UpdateAreaBox #BtnDL {
	padding:20px 0;
}

.UpdateAreaBox #BtnDL a {
	background: url(/regist_c/user/souzousr/images/BtnDL.png) no-repeat;
	width: 356px;
	height: 56px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
	margin:0 auto;
}

.UpdateAreaBox #BtnDL a:hover {
	background-position:0px -56px;
}

/* update.htm - limit
=======================================*/
#UpdateDataInfo {
	border:1px solid #b1b1b1;
	padding:14px 15px 20px;
	background: #f7f7f7;
}

dl.UpdateDataDl {
	padding: 0;
	border-bottom:1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	background:#fedf00;
}

.UpdateDataDl dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #b1b1b1;
	width: 11em;
	float: left;
	color: #000;
}
	
.UpdateDataDl dd {
	margin: 0 0 0 11em;
	padding: 0.3em 1em;
	border-top: 1px solid #b1b1b1;
	background-color:#fffad8;
}

.RuleDL {
	margin:30px;
	padding:20px;
	border:#000 solid 1px;
	background: #f7f7f7;
}

.RuleDL_Title {
	font-size:14px;
	font-weight:bold;
}

.RuleDL_Inter {
	margin:20px;
}

.RuleDL dl dt {
	font-weight:bold;
	margin-top:20px;
}

.RuleDL dl dt dd {
	margin:3px 10px;
}

.CenterBoxDLBt {
	width: 490px;
	text-align: center;
	margin:0 auto;
	height:90px;
}

/* 同意する/同意しないボタン
=======================================*/
.DLBtnBox {
	width: 460px;
	text-align: center;
	margin:0 auto;
	height:50px;
}

ul.DLBtn{
	list-style-type: none;
	text-align:left;
	margin:0;
	padding:0;
}

li#BtnDL_Y {
	width: 220px;
	margin: 0 auto 1em auto;
	text-align: center;
	float: left;
}

li#BtnDL_Y a{
	width: 220px;
	height: 50px;
	display: block;
	background:url(/regist_c/user/souzousr/images/BtnDL_Y.png);
}

li#BtnDL_Y a:hover{
	width: 220px;
	height: 50px;
	display: block;
	background:url(/regist_c/user/souzousr/images/BtnDL_Y.png) 0px -50px;
}

li#BtnDL_Y span{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

li#BtnDL_N{
	width: 220px;
	margin: 0 auto 1em 20px;
	text-align: center;
	float: left;
}

li#BtnDL_N a{
	width: 220px;
	height: 50px;
	display: block;
	background:url(/regist_c/user/souzousr/images/BtnDL_N.png);
}

li#BtnDL_N a:hover{
	width: 220px;
	height: 50px;
	display: block;
	background:url(/regist_c/user/souzousr/images/BtnDL_N.png) 0px -50px;
}

li#BtnDL_N span{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*=============================================================*/


/* FORM
=======================================*/
.form_wrap {
	height:100%;
}

/* mailinput.jsp
=======================================*/

dl.inputBox{
	clear:both;
	padding:0 20px 20px;
}

h4.inputTitle{
	font-weight:bold;
	font-size:14px;
	border-left:2px solid #b1b1b1;
	border-bottom:1px dotted #b1b1b1;
	padding-left:5px;
}

dl.inputNotice{
	padding-top:10px;
	padding-left:10px;
	font-size:10px;
}

.inputNotice dt{
	width:1.5em;
	float:left;
}

.inputNotice dd{
	margin-left:1.5em;
}

dl.inputBox dt,dd{
}

dl.inputBox dt{
	padding-top:20px;
}

dl.inputBox dd{
	padding-top:5px;
}

dl.inputBox input,textarea{
	border: solid 1px #b1b1b1;
	background: #fff;
	margin:2px 0;
	padding: 2px;
	font-size: 12px;
}

.MailInputBtnBox{
	width: 220px;
	text-align: center;
	margin: 20px auto 0 auto;
	height:50px;
}

#MailConfirm{
	background: url(/regist_c/user/souzousr/images/BtnMailConfirm.png) no-repeat;
	width: 220px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* mailerror.jsp
=======================================*/

.MailErrorBtnBox {
	width: 220px;
	display:block;
	text-align: center;
	height:50px;
	margin:40px auto 0 auto;
}

#MailBack{
	background: url(/regist_c/user/souzousr/images/BtnMailBack.png) no-repeat;
	width: 220px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* mailconfirm.jsp
=======================================*/

.confirm{
/*
	display: block; */
	padding: 0 20px;
	text-align: left;
}

.MailConfirmBtnBox{
	width: 500px;
	height:70px;
	text-align: center;
	margin: 40px auto 0 auto;
}

#MailTransmitBack{
	background: url(/regist_c/user/souzousr/images/BtnMailBack.png) no-repeat;
	width: 220px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	cursor: pointer;
	float:left;
}

#MailTransmit{
	float:right;
	background: url(/regist_c/user/souzousr/images/BtnMailTransmit.png) no-repeat;
	width: 220px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin:0;
	float:right;
}

