@charset "utf-8";
/* ===================================================================
CSS information

 file name  :other.css
 style info :Nページの共通スタイル
=================================================================== */

#main {
  overflow: hidden;
  padding-bottom: 40px;
  position:relative;
}
#gamemake #main {
  overflow: hidden;
  padding-bottom: 0px;
  position:relative;
}
#header {
  margin-bottom: 16px;
}
h2 {
  color: #F82977;
  font-size: 22px;
  padding-bottom:20px;
}
h3 {
  color: #FFFFFF;
  font-size: 20px;
  line-height:24px;
}
em {
  color: #F82977;
}
/*----------------------------------------------------
    contentWrap
----------------------------------------------------*/
#contentWrap {
  background: none repeat scroll 0 0 #1c1c1c;
  float:left;
  border: 2px solid #373B3D;
  border-radius: 6px 6px 6px 6px;
  border-radius:6px;/* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
  padding: 25px;
  margin-bottom:10px;
  margin-top:10px;
  width: 946px;
}
#other #contentWrap {
  width: 800px;
}
/*----------------------------------------------------
    left
----------------------------------------------------*/
#left {
  float:left;
  width: 510px;
}
#maintenance #left {
  float:left;
  width: 350px;
}
#left p {
  font-size:14px;
  line-height:20px;
}
/*----------------------------------------------------
    right
----------------------------------------------------*/
#right {
  float: right;
  width: 350px;
  text-align:right;
  padding-right:40px;
}
#other #right {
  width: 150px;
  padding-right:40px;
}
#maintenance #right {
  float: right;
  width: 590px;
  text-align:left;
  padding-top: 30px;
  padding-right: 0;
}
/*----------------------------------------------------
    外部ページリンク link
----------------------------------------------------*/
/*----------------------------------------------------
    ユーザーページアクセス不可 notaccess
    アカウント停止中 accountstop
----------------------------------------------------*/
#notaccess #right img, #accountstop #right img {
  text-align:right;
  padding-right:70px;
}

/*----------------------------------------------------
    404
----------------------------------------------------*/
/*----------------------------------------------------
    503
----------------------------------------------------*/

/*----------------------------------------------------
    メンテナンス maintenance
----------------------------------------------------*/
#maintenance h1 {
    float: left;
    padding: 14px 0 30px 27px;
    width: 326px;
}
#maintenance #right #period {
  font-size: 20px;
    padding-bottom: 10px;
}
#maintenance #right p.cap {
  padding-left:1em;
  text-indent:-1em;
  font-size: 11px;
    line-height: 15px;
    padding-bottom: 5px;
}

/*----------------------------------------------------
    ページ共通
----------------------------------------------------*/
/*
===== 500バナー ================================================= */
#banner500 {
  width: 500px;
  clear:both;
  padding-top: 30px;
}
#other #wrap {
    width: 854px;
}
