@charset "utf-8";

/* CSS Document */
body
{
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header { display: block; }

.wrap
{
	width: 780px;
	margin: 0 auto;
}

footer
{
	text-align:center;
	font-size:smaller;
	display:block;
	padding:5px;
	margin:10px auto;
	background-color: #99cc99;
}

.footerNav
{
	padding:0;
	list-style:none;
	overflow:hidden;
}

.footerNav:after
{
	display:block;
	clear:both;
}

.footerNav li
{
	margin: 0 1px;
	box-sizing:border-box;
	line-height:1.5em;
	display:block;
	border-radius: .5em;
	border:solid 1px black;
	width:calc(20% - 2px);
	float:left;
	text-align:center;
}

.footerNav a
{
	display:block;
	font-weight:bold;
	color:black;
	text-decoration:none;
}
