/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}
/*--------------------------------------------------
	全体
--------------------------------------------------*/
html {      
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #0080AA;
	overflow: hidden;
}
a:hover{
	color: #00C9FB;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
	height: 62px;
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0px;
	line-height: 0px;
}
/*--------------------------------------------------
	logo
--------------------------------------------------*/
#logo {
	height: 80px;
	width: 624px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0px;
	line-height: 0px;
	margin-top: 16px;
}
/*--------------------------------------------------
	block01
--------------------------------------------------*/
#block01 {
	background-color: #000000;
	height: 96px;
	width: auto;
	margin-top: 20px;
}
#block01 p {
	width: 361px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
}
/*--------------------------------------------------
	block02
--------------------------------------------------*/
#block02 {
	background-color: #FFFFFF;
	height: 70px;
	width: auto;
}
#block02 ul {
	width: 345px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#block02 li {
	float: left;
	height: 30px;
	width: 170px;
}
#block02 .enter a {
	background-image: url(images/enter/enter.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#block02 .enter a:hover {
	background-image: url(images/enter/enter.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#block02 .leave a {
	background-image: url(images/enter/leave.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	display: inline;
	float: left;
	margin-left: 5px;
}
/*--------------------------------------------------
	block03
--------------------------------------------------*/
#block03 {
	background-color: #000000;
	height: 134px;
	width: auto;
}
#block03 dl {
	font-size: 11px;
	color: #FFFFFF;
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 16px;
}
#block03 dt {
	line-height: 18px;
}
#block03 dd {
	padding-top: 16px;
}
/*--------------------------------------------------
	block04
--------------------------------------------------*/
#block04 {
	background-color: #FFFFFF;
	height: auto;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#block04 li {
	font-size: 0px;
	line-height: 0px;
}
#block04 .gme {
	margin-top: 12px;
	position: relative;
}
#block04 .banner_02 {
	margin-top: 12px;
	position: relative;
}
#block04 .detail {
	position: absolute;
	top: 60px;
	right: 16px;
}
/*--------------------------------------------------
	address
--------------------------------------------------*/
address {
	text-align: center;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
address img {
	vertical-align: middle;
	margin-left: 6px;
}
address span {
	display: none;
}
/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	height: 62px;
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0px;
	line-height: 0px;
	margin-top: 20px;
}
