@charset "UTF-8";

*{
	margin:0;
padding:0;
}

li{
	list-style:none;
}

h1, h2, h3, p, input, textarea, select{
	font-size:100%;
font-weight:normal;
}

img{
	border:0;
vertical-align:bottom;
}

body{
	background : black url(back2.jpg) repeat-x scroll 0% bottom;
  color : white;
}

#wrap{
	 
width:780px;
margin:0 auto;
padding:0 10px;
}

#header{
	width:780px;
margin-bottom:20px;
margin-top : 0px;
}

#page_body{
	width: 780px;
	margin-top : 10px;
	margin-right: 0px;
	margin-bottom : 60px;
	margin-left: 0px;
	overflow: auto;
}

#footer{
	clear:both;
	width:100%;
　　　 height:120px;
　　　 margin-top:50px;
       bottom : inherit;
}

a{
  color : white;
}
