* {
	margin: 0px;
	padding: 0px;
}
body {
	background: white;
	text-align: center;
	font-size: 95%;
	margin-top: 5px;
}
img {
	border: none;
}
#contents {
	width: 910px;
	margin:auto;
}
#head {
	width: 910px;
	height: 70px;
	background-color: #ffffcc;
	margin-bottom: 20px;
}
#head img {
	float: left;
	margin-left: 20px;
	display: block;
	margin-top: 5px;
	margin-right: 30px;
}
h1 {
	float: left;
	color: #400000;
	margin-top: 35px;
	font-size: 120%;
}
#foot {
	margin-top: 10px;
}
#foot_toroku {
	margin-bottom: 20px;
}
#foot_toroku a {
	/*text-decoration: underline;*/
}
#foot_link a {
	text-decoration: none;
	font-size: 80%;
	color: #303030;
}

