@charset "utf-8";
/* CSS Document */

{/*リンクされた文字*/
    color:#FFF;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#fff;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}




/*----------レイアウト----------*/	

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#FCC;
	font-size:12px;
	background-attachment:fixed;
	background-repeat:repeat-x;
	color:#F39;
}

#wrap{
	width:840px;
	margin:0px auto;
}

#head{
	height:26px;
	background-image:url(../images/header.jpg);
}

#movie{
	width:320px;
	height:265px;
	padding-top:130px;
	padding-left:50px;
}

#infowrapper{
	height:181px;
	width:640px;
	padding-left:200px;
	padding-top:50px;
}

#footer{
	clear:both;
	width:100%;
	height:30px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	background-image:url(../images/footer.jpg);
	background-attachment:fixed;
}




/*-------------box------------------*/

div.box1{
	width:840px;
	height:567px;
	margin:0px auto;
	background-image:url(../images/box1.jpg);
}

div.box2{
	width:840px;
	height:274px;
	margin:0px auto;
	background-image:url(../images/box2.jpg);
}

div.box3{
	width:840px;
	height:250px;
	margin:0px auto;
	background-image:url(../images/box3.jpg);
}

div.box4{
	width:840px;
	height:634px;
	margin:0px auto;
	background-image:url(../images/box4.jpg);
}

div.box5{
	width:840px;
	height:469px;
	margin:0px auto;
	background-image:url(../images/box5.jpg);
}


/*-------------タグ----------------*/


h1{
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
}

h2{
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
}

h3{
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
}

h4{
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
}

h5{
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
}

h6{
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:-1500px;
	overflow:hidden;
}

/*----------------パーツ---------------------*/

.atext{
	text-align:right;
}

.table1{
	float:left;
	width:145px;
	padding-left:55px;
	text-align:right;
	height:130px;
}

.table2{
	font-size:12px;
	color:#006;
	height:130px;
}

.map{
	margin-top:110px;
}

.bana_wrapper{
	width:765px;
	height:379px;
	padding-top:90px;
	padding-left:75px;
}

img{
	border:none;
}