@charset "utf-8";
/* CSS Document */

body {
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(img/back.gif);
	background-repeat: repeat;
	background-position: center top;
}

.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.oneColFixCtr #container h1{
	font-size:10px;
	margin:0;
	padding:0;
}

.oneColFixCtr #mainContent {
margin:0;
padding:0;
 /*
	padding: 0 20px; 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです 
	*/
}

p{
margin:0;
padding:0;
}

#top img{
	padding-top:10px;

}

#top p{
	font-size:10px;
	margin:0;
	padding:0;
}

#mark{
	display:none;
}


#game{
width:788px;
margin:0 56px 0 56px;
padding:0;
}

#game li{
	float:left;
	font-size:10px;
	width:394px;
	text-decoration: none;
	height: 183px;
	list-style-type: none;
	text-align: left;
	display: block;
	position:relative;
}



#game h3{
text-indent:-9999px;
}

#game00{
background:url(img/game00.jpg);
}

#game01{
background:url(img/game01.jpg);
}

#game p{
	padding:28px 10px 0px 200px;
	line-height: 1;
}

#game .career{
	padding:0px 10px 0px 205px;
	margin: 0px auto;
	position: absolute;
	display: block;
	height: 30px;
	width: 175px;
	bottom: 30px;
	left: 0px;
}

#game02{
background:url(img/game02.jpg);
}

#game03{
background:url(img/game03.jpg);
}

#game04{
background:url(img/game04.jpg);
}

.button {
	margin:0;
	padding:0;
	
	z-index: 1;
text-indent: -9999px; 
}

.button a{
position: absolute;
	height: 30px;
	width: 175px;
	bottom: 7px;
	left:205px;
	display: block;
	background:url(img/button.gif) no-repeat;
	background-position:0 0;
	text-decoration: none;
}


.button a:hover { 
background-position: -180px 0 ;
text-decoration: none;
}



#footer{
padding:20px auto 40px auto;
text-align:center;
}
#footer p{
padding-top:20px;
padding-bottom:10px;
}

address{
	padding-bottom:15px;
	font-style: normal;
}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
