@charset "UTF-8";
body {
/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
font-family:'Georgia';
background-image:url(../images/base_gray.jpg);
}

#container{
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:left;
}

.base_bg{
	style="text-align:center;
	background-image:url(../images/base_bg.jpg);
}

.top_bg{
	position:absolute;/*この指定が大切*/
	style="text-align:center;
	background-image:url(../images/top_bg.png);
	height:130px;
	width:1000px;
}

.logo_small{
	position:absolute;/*この指定が大切*/
	background-image:url(../images/logo_small.gif);
	height:100px;
	width:155px;
	margin-left:750px;
}

.logo_large{
	position:absolute;/*この指定が大切*/
	background-image:url(../images/logo_large.gif);
	height:200px;
	width:400px;
	top:150px;
	left:300px;
}

.menu_bg{
	position:absolute;/*この指定が大切*/
	style="text-align:center;
	background-image:url(../images/menu_bg.png);
	height:150px;
	width:1000px;
}

.stain_top{
	position:absolute;/*この指定が大切*/
	style="text-align:center;
	background-image:url(../images/stain_top.jpg);
	width:1000px;
}




#contents{
	position:absolute;/*この指定が大切*/
	display:block;
}
.box_enter{
	position:absolute;/*この指定が大切*/
	cursor: pointer;
	top:320px;
	left:320px;
	background-image:url(../images/enter_bg.gif);
}
.box_1{
	position:absolute;/*この指定が大切*/
	cursor: pointer;
}
.box_2{
	position:absolute;/*この指定が大切*/
	cursor: pointer;
}
.box_3{
	position:absolute;/*この指定が大切*/
	cursor: pointer;
}
.box_4{
	position:absolute;/*この指定が大切*/
	cursor: pointer;
}
.box_5{
	position:absolute;/*この指定が大切*/
	cursor: pointer;
}
.image{
	position:absolute;/*この指定が大切*/
}
.firstset{
	top:350px;
	left:410px;
}
#movies{
	width:1000px;
}

.footer_credit{
	position:absolute;/*この指定が大切*/
	top:450px;
	left:280px;
}
.footer_credit .logo{
	float:left;
	margin:0px 20px 0px 20px;
}