@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:11px;	
	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-top{
	width:980px;
	height:700;
	margin-left:auto;
	margin-right:auto;
	background:url("../../../images/profile-bk-4sg.png") repeat;

	border:#C1C1C1 0px solid;

	
}



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

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

/*	background-attachment:fixed;
	background-repeat: no-repeat;
 	background-position: center;
	background-size:100% auto; */
}



.top-l{	
	width:560px;
	height:620px;
	padding:0px;
	margin:auto; 
	text-align:center;
	position:relative;
	float:left;
	top:0px;
	left:20px;
	border:#C1C1C1 1px solid;

}

.top-r{
	width:360px;
	height:620px;
	padding:0px;
	margin:auto; 
	position:relative;
	float:right;
	right:20px;
	border:#C1C1C1 1px solid;

}

.left{
	color:#000000;
	border:#C1C1C1 1px solid;
	padding:10px;
	width:340px;
	height:auto;
	float:left;
	margin:11px; 
}


.profile1{
	
	width:360px;
	height:auto;
	border:#C1C1C1 0px solid;
	padding:10px;
	text-align:center;


}


.profile{
	width: 360px;
	height: auto;
	font-size: 24px;
	font-weight:bold;
	color:#ffffff;
	 	
}
.frame {

	display: inline-block;
	width: 200px;
	height: 200px;
	border: 3px solid #fff;
	box-shadow: 0 0 3px #999;
	right:0px;	
}




.answer{
	width:520px;
	height:280px;
	padding:0px;
	margin:auto; 
	position:relative;
	right:0px;
	border:#C1C1C1 1px solid;	
	top:0px;
	overflow:hidden;

}


.contents{
	width:500px;
	height:250px;
	padding:0px;
	margin:auto; 
	top:0px;
	border:#C1C1C1 0px solid;

}


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

	text-align:center;
	margin: auto; 
}
	
	

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

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



.end{
	padding:20px;
	clear:both;
}
.space01{
	width:100%;
	height:20px;

}



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

}

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

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

}

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

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


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



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



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;	
	top:0;
}


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

a4{
	color:#ff00ff;
	font-size:40px;	
	position:relative;
	top:0;
}

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

p{
	color:#ffffff;
	font-size:24px;
	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;
	
}









