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

#mc_wapper {
	background-color: #532C1C;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	background-position: center top;
}

*html div#mc_wapper {
	width: 100%;
}

/* text -> img */
#main_container #title h3, .link_btn a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

/* banner */
#main_container #footer #banner01 {
	position: absolute;
	float: left;
	width: 251px;
	height: 68px;
	margin-left: 15px;
}

#main_container #footer #banner01 .link_btn a {
	width: 251px;
	height: 68px;
	background-image: url(../images/banner01.png);
}

#main_container #footer #banner01 .link_btn a:hover {
	background-position: -251px 0 ;
}


/* contents */
#main_container #title h3 {
	position: relative;
	background: url(../images/title.png) no-repeat center 0px;
	height: 231px;
	width: 940px;
}

#main_container #title, #main_container #contents01{
	width: 940px;
	position: relative;
	float: left;
	margin-top: 20px;
}


#main_container #contents01 #flashContent {
	position: relative;
	width: 940px;
	height: 584px;
}

#main_container #contents01 #flashContent a {
	position: relative;
	top: -20px;
	left: 10px;
}


#main_container #contents02 {
	width: 940px;
	position: relative;
	float: left;
	margin-top: 20px;
}

#main_container #footer {
	width: 940px;
	position: relative;
	float: left;
	background-color: #FFF;
	height: 83px;
}

#main_container #footer_line {
	width: 940px;
	position: relative;
	float: left;
	margin-top: 20px;
}


#main_container #footer #copyrigth {
	background-color: #FFF;
	float: left;
	margin-top: 54px;
	padding-left: 700px;
	margin-bottom: 15px;
}


.fll {
	float:left;
}

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