@charset "utf-8";

@import url("reset.css");
@import url("common.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);


body {
	position: relative;
	overflow: auto;
}

#content {
	position:absolute;
	*position: relative;
	top: 16px;
	left: 105px;
	padding-bottom: 20px;
}

h3 {
	clear: both;
	float: left;
	width: 30px;
}

.thumb_g {
	margin-left: 53px;
	margin-right: 30px;
}

.thumb_g img {
	float: left;
	margin: 0 9px 10px 0;
}

.thumb_m {
	margin-top: 80px;
	margin-left: 40px;
}

.thumb_m li {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 58px 75px 0;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 90%;
}

.thumb_m img {
	margin-bottom: 12px;
}

.thumb_m li:before {
	position: absolute;
	content: url(../movie/thumb/btn.png);
	top: 65px;
	left: 85px;
}

.spacer {
	width: 100%;
	height: 80px;
}

/*----- Navi -----*/
#navi {
	position:fixed;
	top:10px;
	width:100px;
	z-index:1000;
}
.navi_logo {
	padding-bottom: 32px;
}
.navi_section {
	width:100px;
	padding-bottom:60px;
}

.navi_section ul {
	
}

#cur_navi {
	position: fixed;
	bottom: 0px;
	left: 4px;
	width: 71px;
	z-index: 999;
}

/*----- Footer -----*/
#footer {
	position:absolute;
	height:20px;
	padding:0;
	font-size: 80%;
	bottom:2px;
	right: 20px;
	z-index:999;
}
