@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
}

#wrap {
	width: 800px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: auto;
	text-align: left;
	line-height: 1.5em;
	padding: 30px 30px 30px 30px;
	background-color: #ffffff;
}

#date {
	text-align: right;
	font-size: 80%;
	color: gray;
}

#copyright {
	text-align: right;
	font-size: 80%;
	color: gray;
}

#page {
	text-align: center;
	line-height: 1.5em;
}

#page img {
	margin-right: 10px;
}

h1 {
	line-height: 1.5em;
	font-size: 120%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: gray;
}

a {
	color: #5E9AD9;	
}


