/* for body */
body {
	font-size: 85%;
	color: #000;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	background-color: #CCC;
}
#contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#topmenu {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	background-color: #4E5869;
	padding-top: 4px;
	padding-bottom: 4px;
}
#topmenu a:link {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#topmenu a:active {
	color: #FFF;
	text-decoration: none;
}
ul {
	text-align: center;
}

li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 4px;
}
.last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#contents p {
	text-align: center;
}
#table_center {
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	width: 900px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 8px;
	background-color: #4E5869;
}
