@charset "utf-8";
/* CSS Document */

body{
	background-image:url("../../image/black.jpg");
	margin: 0;
}

#wrapper{
	margin:10px auto;
	width:1000px;
	border:1px #BEBEE1;
	background-color: #FCFCFC;
}

 .hd_line1_left{
	float:left;
	 margin:40px;
}
.hd_line1_right{
	float:right;
	margin:20px;
}
.hd_line1_right a{
	color:#000000;
	text-decoration:none;
	margin-right:20px;
  font-size: 42px;
}
.hd_line2{
	clear:left;
}
.hd_line2_left{
	float:left;
	overflow: auto;
}
.hd_line3{
	font-size:28px;
	margin:20px auto;
}
.hd_line4_row0{
	text-align: center;
	font-size: 32px;
	
}
.hd_line4_void{
	background: #5E5E5E;
	height:60px;
}
.hd_line4_row1{
	float:left;
	border:1px solid red;
	color: aliceblue;
	height:50px;
	width:1000px;
	background-color:grey;
	border-width:0;
}
.hd_line4_row2_imf{
	text-align:center;
	float:left;
background-color:gray;
}
.hd_line4_row2_imf img{
	margin-left: 46px;
}
.hd_line5{
	text-align:center;
	font-size: 42px;
}

