@charset "UTF-8";
.clear{
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
	position: relative;
}
/* End hide from IE-mac */



#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
h2 span {
	display: none;
}
#bnr h2{
	background-image: url(../img/bnr.gif);
	height: 72px;
	width: 840px;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
}

#bnr{
	padding-bottom:20px;
}

#header {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}
#contents .mov {
	width: 260px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#contents {
	padding-top: 60px;
	margin-right: -40px;
}
.copyright {
	font-size: 93%;
	padding-top: 60px;
	text-align: right;
}
#contents .mov p {
	font-size: 10px;
	padding-top: 10px;
}
