@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;
}

a img{
	border:none;
}


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

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000;
	font-size:12px;
	color:#FFF;
	background-image:url(http://file:///C|/web/html/enet/oyaji/images/bg_fire.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position: top center;
}

#wrap{
	width:800px;
	margin:0px auto;
	height:2512px;
}

#head{
	width:800px;
	height:29px;
	background-color:#000;
	background-image:url(../images/header.png);
	margin:0px;
}

#movie{
	width:400px;
	height:150px;
	padding-top:300px;
	padding-left:100px
}
	

#infowrapper{
	width:731px;
	height:195px;
	padding-top:75px;
	padding-left:37px;
}

#corner{
	width:570px;
	height:555px;
	padding-left:50px;
	padding-top:130px;
}

#footer{
	width:800px;
	height:35px;
	background-image:url(../images/footer.png);
}


/*----------BOX----------*/

div.box1{
	width:800px;
	height:569px;
	margin:0px;
	background-image:url(../images/box1.png);
}

div.box2{
	width:800px;
	height:285px;
	margin:0px;
	background-image:url(../images/box2.png);
}

div.box3{
	width:800px;
	height:703px;
	margin:0px;
	background-image:url(../images/box3.png);
}

div.box4{
	width:800px;
	height:402px;
	margin:0px;
	background-image:url(../images/box4.png);
}

div.box5{
	width:800px;
	height:477px;
	margin:0px;
	background-image:url(../images/box5.png);
}

/*----------h----------*/

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

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

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


/*----------タグ----------*/
.text1{
	margin-top:50px;
	margin-left:60px;
	float:left;
}

.table1{
	width:210px;
	margin-top:45px;
	padding-left:60px;
	font-size:9px;
	text-align:right;
	float:left;
}



.table2{
	margin-top:45px;
	margin-left:10px;
	float:left;
}

.text2{
	font-size:18px;
}

.table3{
	margin-top:45px;
	margin-left:10px;
	float:left;
	width:205px;
	text-align:left;
}

.table_bana{
	margin-top:130px;
	margin-right:45px;
	text-align:right;
}

.atext{
	font-size:12px;
	color:#FFF;
	width:800px;
	text-align:right;
	background-color:#000;
}

.text3{
	text-align:left;
}