@charset "utf-8";

body {
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 12px;
	color: #330000;
	background-image: url(img/back.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	line-height: 175%;
	height: 100%;
	text-align: justify;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body>#container { height: auto; }

#container {
	height: 100%;
	min-height: 100%;
	width: 720px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #330000;
	border-left-color: #330000;
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	bottom: 0px;
	height: 80px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	width: 720px;
	height: 120px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main {
	clear: none;
	float: none;
	height: auto;
	width: 640px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
}

a {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

h1 {
	text-align: center;
	width: auto;
}
h2 {
	border-bottom: 2px dotted #C00;
	border-left: 10px solid #C00;
	font-size: 14px;
	font-weight: bold;
	color: #063;
	padding-left: 10px;
}


#setumei { width: 640px; }

#setumei td {
	width: 200px;
	vertical-align: top;
}
#setumei　th { width: 240px; }


.centertext { text-align: center; }

#mousikomi {
	width: 640px;
	background: #fff9f9;
	border-radius: 10px;
}

#mousikomi td { padding: 5px; }

#main ul li {
	margin-bottom: 10px;
	list-style: square;
}
