@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}
img{
border:0px;
}

html, body{
text-align:center;
background-color:#000000;
}
#container{
width:1000px;
min-height: 100%;
height: auto !important;
height: 100%;
margin:50px auto 0px auto;
}
h1{
font-size:12px;
font-weight:normal;
padding-top:70px;
}

h1 a:link, h1 a:visited, h1 a:hover{
color:#666666;
text-decoration:none;
}


#main{
}
#head{
	background:url(/common/img/bg_header.jpg) no-repeat;
	height:70px;
	margin-bottom: 10px;
	position: relative;
}

#head img.sp {
	height:70px;
	width: 178px;
	position:absolute;
	left: 0px;
	top: 0px;
	
}

#navi{
width:150px;
float:left;
padding-top:0px;
margin-left:0px;
}
#navi ul{
	list-style-type:none;
}

#navi ul li {
width:150px;
height:23px;
margin-bottom:5px;
}


#stage {
float: right;
width: 830px;
}

#stage h2{
width:830px;
height:30px;
text-indent:-10000px;
text-align:left;
margin-bottom:20px;
}

#stage h2.intro {
background:url(/NEW/img/title_intro.jpg) no-repeat;
margin-bottom:5px;
}

#stage h2.plan {
background:url(/NEW/img/title_plan.jpg) no-repeat;
margin-bottom:5px;
}

#stage h2.gallery {
background:url(/NEW/img/title_gallery.jpg) no-repeat;
margin-bottom:5px;
}

#stage h2.access{
background:url(/NEW/img/title_access.jpg) no-repeat;
}

#stage h2.sitemap{
background:url(/NEW/img/title_sitemap.jpg) no-repeat;
}

#stage h2.form {
background:url(/NEW/img/title_form.jpg) no-repeat;
}

#stage h2.movie{
background:url(/NEW/img/title_movie.jpg) no-repeat;
}

#stage h2.privacy{
background:url(/NEW/img/title_privacy.jpg) no-repeat;
}

#stage h2.ec{
background:url(/img/title_ec.jpg) no-repeat;
}


#foot{
width:1000px;
height:60px;
clear:both;
background:url(/NEW/common/img/bg_footer.jpg) no-repeat bottom;
/*position:relative;*/
}
#foot ul{
	text-align:right;
	padding:5px;
	height: 34px;
	line-height: 34px;
}
#foot ul li{
display:inline;
padding:5px;
font-size:12px;
}
#foot ul li a:link, #foot ul li a:visited, #foot ul li a:hover{
color:#ffffff;
text-decoration:none;
}
#foot ul li a:hover{
text-decoration:none;
color:#aaaaaa;
}

#copy{
width:914px;
position:relative;
padding-top:30px;
/padding-top:0px;
background:#fafafa;
}
address{
	font-style:normal;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	margin-right: 10px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

