@charset "euc-jp";

body {
	margin:0;
	padding: 0;
	width:auto;
	height: auto;
	background-image:url(image/all_bg.jpg);
	background-repeat:repeat-x;
	}
	


#container {
	margin: auto;
	padding: 0;
	width:960px;
	height: auto;
	}
	

#footer {
	margin:auto;
	padding: 0;
	width: auto;
	height: auto;
	background-color:#fff;

	}
	
.copyright{
	margin:40px auto 0 auto;
	padding: 0;
	width: auto;
	height: 20px;
	text-align:center;
	font-size:10px;
	color: #79ABDF;
	background-color:#fff;
	border-top: 1px solid #7AABE0;
	border-bottom: 1px solid #7AABE0;
	line-height:180%;
	}
	
	
.footer_under {
	margin:138px auto 0 auto;
	padding: 0;
	width: auto;
	height:104px;
	background-color:#8EB7E3;

	}

img{
	border:0;
}

.header_box{
	background-image:url(./image/header_pic.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 134px;

}