/*トップページ、*/
body{
	text-align : center;
	background-image: url(image/25.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: left top;
	background-attachment: fixed;
}

.container{
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-image: url(image/25.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: left top;
	background-attachment: fixed;
}

.main{
	font-size: 80%;
}

.normal{
	font-size: 90%;
}

.honbun{
	font-size: 100%;
}

.copyright{
white-space: nowrap;
font-size: 75%;
font-weight: 500;
height: 25;
}

a img {
border-style:none;
}
