* {
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	line-height: 1.5em;
}

a {
	color: #09f;
}

body {
	text-align: center;
	background: #ecece5 url(../images/bg.gif) repeat-y center;
}

div#contents {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

div#maingraphic {
	font-size: 90%;
}

div#maingraphic p#notice {
	margin: 2em;
	border: 2px solid #ccc;
	padding: 2em;
}

div#maingraphic p,
div#maingraphic ul {
	margin-bottom: 1em;
}

div#maingraphic ul {
	margin-left: 1.5em;
}

div#maingraphic hr {
	margin-top: 2em;
	margin-bottom: 2em;
}

div#tohoku a {
	display: block;
	width: 900px;
	height: 204px;
	text-indent: -9999px;
	background-image: url(../images/tohoku.jpg);
	background-repeat: no-repeat;
	margin: 20px auto;
}

div#tohoku a, div#tohoku a:link, div#tohoku a:visited {
	background-position: 0 0;
}

div#tohoku a:hover, div#tohoku a:active {
	background-position: 0 -204px;
}

div#footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 20px 0;
	font-size: 10px;
	text-align: center;
}

div#footer * {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#footer address {
	margin-top: 1em;
}
