body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
}

body.page {
	margin: auto;
	width: 950px;
}

header {
	height: 150px;
	position: relative;
}

nav ul {
	display: table;
	table-layout: fixed;
	width: 800px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

nav ul li {
	display: table-cell;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

table.contact {
	border-spacing: 0 8px;
	font-size: 20px;
	line-height: 24px;
	margin: 0 auto;
}

table.contact th {
	background-color: #fff899;
	color: #6a3906;
	text-align: left;
	vertical-align: top;
	width: 168px;
}

table.contact td {
	background-color: #f2efdb;
	width: 560px;
}