@charset "utf-8";
/* Content CSS */
*{
	/*Safari用太字Hack＼*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	/**/
	font-weight:normal;
	font-style:normal;
	margin: 0px;
	padding: 0px;
}

#container a:link{
	color: #744716;
	cursor: pointer;
}
#container a:visited{
	color: #744716;
	cursor: pointer;
}
#container a:hover{
	color: #ffffff;
	cursor: pointer;
}
img {
	border: 0;	
}


#container {
	behavior: url("csshover.htc");
	background-color: #ffffff !important;
	line-height: 1.3;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.float_l{float: left;}
.float_r{float: right;}
.clear{clear: both;}

/* clearfix */
#container .clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html #container .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* end clearfix */

/*▼common.css----------------------------*/
#container {
	width: 980px;
	height: 630px;
	position: relative;
	margin: 0 auto;
}

#container .fandf_img_01{
	width: 980px;
	height: 264px;
	margin: 0 auto;
	overflow: hidden;
}
#container .fandf_img_01 span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/fandf_01.jpg) no-repeat;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
}

#container .fandf_img_02{
	width: 980px;
	height: 213px;
	margin: 0 auto;
	background: url(img/fandf_02.jpg) no-repeat;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
}

#container .fandf_img_03{
	width: 980px;
	height: 153px;
	margin: 0 auto;
	background: url(img/fandf_03.jpg) no-repeat;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
}

#container .fandf-enterbt{
	position: absolute;
	left: 401px;
	top: 401px;
}
#container .fandf-enterbt img{
	width: 179px;
	height: 69px;
	display: block;	
}


#container .sosialbt-box ul {
	list-style-type: none;
	position: absolute;
	left: 20px;
	bottom: 8px;
}
#container .sosialbt-box ul li{
	float: left;
	margin-right: 10px;
}
#global_footer{
	margin-top:0 !important;
}