@charset "utf-8";

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

		background-color:#000000;
 }

body{
	margin:0;
	padding:0;	
}

header{
	position: fixed;
	_position: absolute; 	
	top: 0;
	background-color:#000000;
	width:100%;
	height:190px;
	z-index: 3;
}
	
main{
	width:100%;
	height:auto;
	margin-top:190px;	
}

.title{
	width:100%;
	height:60px;
	text-align:center;
	top:0px;
}

.htable atable ftable{
	width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
}

footer{
	position: fixed;
	_position: absolute; 	
	bottom: 0;
	width:100%;
	height:140px;	
	background:#222222;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	z-index: 3;
}

#wrapper {
	width:100%;
	height:auto;
	margin:auto;
}
.space{
	width:100%;
	height:10px;
}

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

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

p{
	color:#aaaaaa;
	font-size:16px;
	text-align:center;
	margin: auto; 
}

#copyright{
	bottom: 0;
	width:100%;
	height:auto;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



/*************************/
/***** mein bg photo *****/
/*************************/

#k-selection{
	background:url("../../img/bg_k_selection.jpg") repeat;
}

#photogallery{
	background:url("../../img/bg-photogallery.jpg") repeat;
}

#designsystem{
	background:url("../../img/bg-design&system.jpg") repeat;
}

#membersserver{
	background:url("../../img/bg-membersserver.jpg") repeat;
}

#waiwaiclub{
	background:url("../../img/bg-waiwaiclub.jpg") repeat;
}

#style{
	background:url("../../img/bg-49style.jpg") repeat;
}




