@charset "utf-8";

html {
　　		min-height: 100%; /* html要素をウィンドウサイズにフィット*/

		background-color:#000000;

 }



body{
	margin:0;
	padding:0;
/*	background-color:#000000;*/
}

#header{
	
	position: fixed;
	_position: absolute; 
	
	top: 0;

	background-color:#494949;
	width:980px;
	height:125px;

	margin-left:auto;
	margin-right:auto;
	
	z-index: 3;
}


.header-l{	
	position:relative;
	float:left;
	top:5px;
	left:0px;
	width:225px;
	height:125px;
	border:#C1C1C1 0px solid;

}



.title{
	position:relative;
	float:left;
	left:0px;
	top:15px;	
	width:510px;
	height:125px;
	margin: auto; 
	text-align:center;
	border:#C1C1C1 0px solid;
}



.header-r{
	width:225px;
	height:125px;
	padding:0px;
	margin:auto; 
	position:relative;
	float:right;
	top:0px;
	overflow:hidden;
	border:#C1C1C1 0px solid;
}



#main{
	width:100%;
	height:auto;

	border:#C1C1C1 0px solid;
	margin: auto;
	background-color:#ffffff;
	background:url("../../../images/gallery-bk-4sg.png") repeat;
	margin:0;
	padding:0;

}

.gallery{
	width:100%;
	height:60px;

	text-align:center;
	margin: auto; 
}
	
	

.photo{
	border:#ffffff 0px solid;
}

.htable{
	width:980px;
	height:100px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	border:#C1C1C1 0px solid;
}

.atable{
	width:840px;
	height:472px;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	background:url("../../../../img/br49.png");
	border:#000000 1px solid;
}



.ftable{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	border:#C1C1C1 0px solid;
}



.end{
	padding:20px;
	clear:both;
}


	
.space{
	width:100%;
	height:30px;

}



.space1{
	width:100%;
	height:100px;

}
.space2{
	width:100%;
	height:120px;

}

.space3{
	width:100%;
	height:130px;
}

.space4{
	width:100%;
	height:140px;
}


.space9{
	width:100%;
	height:180px;
}



h1{
	color:#ffffff;
	font-size:40px;
/*	text-align:center;*/
	position:relative;
	left:100px;	
	top:0;
}


a{
	color:#ffffff;
	font-size:24px;	
	text-align:center;
	position:relative;
	top:0;
}


a1{
	color:#ffffff;
	font-size:18px;	
	position:relative;
	top:0;
}


a2{
	color:#ffffff;
	font-size:24px;	
	position:relative;
	top:0;
}


a3{
	color:#ffffff;
	font-size:36px;	
	position:relative;
	top:0;
}

a4{
	color:#ffffff;
	font-size:48px;	
	position:relative;
	top:0;
}

a5{
	color:#ffffff;
	font-size:58px;	
	position:relative;
	top:0;
}

p{
	color:#ffffff;
	font-size:20px;
	position:relative;
	left:0px;	
}


p1{
	color:#ffffff;
	font-size:18px;
	position:relative;
	left:0px;	
}



#foot{

	position: fixed;

	_position: absolute; 
	
	bottom: 0;

	width:980px;
	height:auto;
	
	background:#222222;

	margin-left:auto;
	margin-right:auto;
	
	text-align:center;

	
}



.copyright{
	
	bottom: 0;

	width:980px;
	height:auto;
	font-size:18px;
	background: #000000;
	
	text-align:center;

	
}


#all{
	width:980px;
	height:auto;
	border:#C1C1C1 1px solid;
 
	margin-left:auto;
	margin-right:auto;
	
}









