/* okakaki.css */
/* フッタースペース無し用 */
#wapper div#global_footer {margin-top: 0;}

* html img {
} 

#mc_wapper {
	position: relative;
	background-image: url(../images/back.png);
	background-repeat: repeat;
	color: #0079d8;
}
* html #mc_wapper {
	width: 100%;
} 
div#main_container{
	width:940px;
	margin:0 auto;
}
#mc {
	width: 934px;
	background-color: #FFF;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}


#main_l{
	float:left;
	width:371px;
	margin:0px;
	padding:0px;
	}

#main_r{
	float:left;
	width:563px;
	margin:0px;
	padding:0px;
	}

.index_box01 {
	width: 900px;
	margin-left: 17px;
}
.index_box02 {
	margin: 10px 0px;
	text-align: right;
}

.flv {
	width: 900px;
	background-color: #A7C900;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
.fll {
	float:left;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
	display:block;
}


/* navi */
#item_footnavi .link_btn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}


#item_footnavi {
	height: 100px;
	margin-top: 40px;

}

* html #item_footnavi {
	height: 100px;
}

*:first-child+html #item_footnavi {
	height: 100px;
}


#item_footnavi .link_btn a {
	background-image: url(../images/navi_btn01.jpg);
	width: 500px;
	height: 55px;
	margin-left:60px;
	float:left;
}

#item_footnavi p.link_btn {
	float:left;
}


#item_footnavi .link_btn a:hover{
	background-position: 0 -55px;
	}	

.banner{
	float:left;
	margin-left:20px;
	display:block;
	width:230px;
	}