@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0px;
}
body{
	height: 97%;
	margin: 5px;
}

.contentwrap {
	min-height: 95%;
	width: 820px;
	margin: 0px auto;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
}

#pagefooter {
	width: 820px;
	clear: both;
	margin: 10px auto 5px auto;
	padding: 5px 0px 5px 0px;
	border-top: thin solid #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}

.mainmenu {
	background-color: #4AD;
	padding: 0px;
	margin: 10px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.mainmenu .menuitem {
	display: inline-block;
	white-space: nowrap;
	padding: 18px 13px 13px 13px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	min-width: 70px;
	text-align: center;
}
#menuhead {
	padding: 0px 14px 0px 14px;
}
.mainmenu small {
	font-size: 10px;
}
.mainmenu strong {
}
#menuhead .twoline {
	padding-top: 0px;
	display: inline-block;
	line-height: 95%;
}
#ercard_btn {
	padding-top: 1px;
	padding-bottom: 7px;
	line-height: 105%;
	color: #FC0;
	height: 45px;
}
#ercard_btn .small {
	font-size: 10px;
}
.mainmenu a.menuitem:hover {
	background-color: #5BE;
}
.mainmenu .select {
	background-color: #DDD;
	color: #333;
	cursor: default;
}

.columnreset {
	clear: both;
}
.columnreset hr {
	display: none;
}
.right {
	text-align: right;
}
.fixfont {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
strong {
	font-weight: inherit;
}
