@charset "shift_jis";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 10px;
}
p {
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 0px;
}

#header {
	position: relative;
	padding: 0px 10px;
	border-top: 3px solid #CCCCCC;
}
#navi_close {
	position: absolute;
	top: 28px;
	left: 480px;
}
#navi_close a{
	background-image: url(../images/icon_smap.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

#content {
	background-color: #7E8AA2;
	background-image: url(../images/window_top.gif);
	background-repeat: repeat-x;
	padding: 10px;
	padding-top: 15px;
}
#footer {
	background-image: url(../images/window_bottom.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #7E8AA2;
}
