.gamestart{
	min-height:1000px;
}

.mar_t20{
	margin-top:20px;
}
.mar_t25{
	margin-top:25px;
}
.mar_t30{
	margin-top:30px;
}
.mar_t35{
	margin-top:35px;
}
.mar_t40{
	margin-top:40px;
}
.mar_t45{
	margin-top:45px;
}
.mar_t50{
	margin-top:50px;
}
.mar_w70{
	margin-left:70px;
	margin-right:70px;
}

a{
	text-decoration:none;
}
a:link,
a:visited{
	color:#8cb9c3;
}
a:hover,
a:active{
	color:#8cb9c3;
	text-decoration:underline;
}

.gamestart.aa{
	background:#fff url(../../images/member/gamestart/bg_aa.jpg) center top no-repeat;
	min-width:1200px;
}

.gamestart.aa h1{
	background:url(../../images/member/gamestart/logo_aa.png) center top no-repeat;
}

.gamestart h1{
	padding:190px 0 0;
}

#wrapper{
	height:100%;
	min-width:1200px;
}

#left{
	background: url(../../images/member/gamestart/bg.png) center top repeat-x;
	width:30%;
	height:100%;
	min-width:360px;
	float: left;
	color:#ccc;
}

#right{
	background-color: rgba(255, 255, 255, 0.9);
	width:70%;
	height:100%;
	margin: 0 auto;
	position: relative;
	float: left;
	top:0;
	right:0;
}

#right .header{
	background: url(../../images/member/gamestart/title_beginner.png) 0 0 no-repeat;
	width:680px;
	height:158px;
	over-flow:hidden;
	line-height:50;
	margin: 50px 0px 0px;
	text-align:center;
}

#contents_left{
	width:360px;
	height:100%;
	margin:0 auto;
	min-height:1000px;
	overflow:hidden;
}

#contents_right{
	width:684px;
	height:100%;
	margin:0 auto;
}

/*このページ専用*/
.imgsp{
	display: block;
  height: 0px;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
	line-height:10;
}

.footer{
	color:#cdd1d4;
	background-color:#777;
	height:40px;
	width:100%;
	padding-top:10px;
	float: left;
	bottom:0;
}
.wait{
	background: url(../../images/member/gamestart/parts.png) 0 0 no-repeat;
	padding:53px 0 0;
}

.cont{
	width:350px;
	margin-left:auto;
	margin-right:auto;
}
.cont p{
	line-height:1.5;
}

.step li{
	border:solid 1px #444;
	position:relative;
	padding:20px 0;
	margin: 15px 0 0;
}
.step li div{
	width:320px;
	margin:0 auto;
	overflow:hidden;
}
.step li div em{
	float:left;
	width:40px;
	padding:11px 0 0;
}
.step .s1,
.step .s2{
	background: url(../../images/member/gamestart/parts.png) -390px 0 no-repeat;
}
.step .s2{
	background-position:-390px -11px;
}
.step li div p{
	float:right;
	width:254px;
	margin:-3px 0 0;
}

.btn_gray_s,
.btn_red_s,
.btn_green_s{
  background: url(../../../../images/pmang/template/deco.png) 0 0 no-repeat;
  color: #fff !important;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
	margin-left:auto;
	margin-right:auto;
  overflow: hidden;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
	height: 30px;
	line-height: 30px;
	width: 190px;
}
.btn_gray_s {
  background-position: 0 -63px;
}
.btn_red_s {
  background-position: -380px -3px;
}
.btn_green_s {
  background-position: -190px -63px;
}
.btn_gray_s:hover {
  background-position: 0 -93px;
}
.btn_red_s:hover {
  background-position: -380px -33px;
}
.btn_green_s:hover {
  background-position: -190px -93px;
}