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


#mc_wapper {
	position: relative;
	background-image: url(../images/back.png);
	background-repeat: repeat;
	color: #FFF;
}
* html #mc_wapper {
	width: 100%;
} 

#hc {
	width: 940px;
}
#hc img {
	float: left;
}

#mc {
	width: 934px;
	background-color: #000;
	border-left: 3px solid #332D2B;
	border-right: 3px solid #332D2B;
}

.index_box01 {
	width: 874px;
	margin: 0px 0px 20px 17px;
	padding: 10px;
	border: 3px solid #332D2B;
}
.index_box01 img {
	float: left;
}
.index_box02 {
	width: 914px;
	margin-left: 17px;
}
.index_box02 img {
	float:left;
}
.index_box03 {
	width: 914px;
	background-image: url(../images/index_img10.png);
	background-repeat: repeat-y;
}
.index_box04 {
	float:left;
	width: 443px;
	margin: 0px 14px 0px 0px;
	*margin: 0px 4px 0px 0px;
}
.index_box04 img {
	float: left;
}


.index_box05 {
	width: 900px;
	margin: 0px 0px 20px 17px;
}
.index_box05 img {
	float: left;
}

.index_txt01 {
	margin: 10px;
}
.index_txt02 {
	width: 750px;
	padding: 10px 10px 10px 114px;
	*padding: 10px;
}

.flv {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.leftside {
	float: left;
}
.rightside {
	float: right;
}

.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;
}
