@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	font-size: 16px;
	line-height: 1.4;
}

#container {

}

#contents {
	background-image: url(images/contents-bg.gif);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

#header h1 {
	font-size: 15px;
	font-weight: bold;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 40px;
	background-image: none;
	padding-top: 7px;
	line-height: 1em;
}

.midashi {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.box {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contents .box table {
	font-size: 15px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

.alignCenter { text-align: center; }

.leftCell {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFB2;
	font-weight: bold;
	width: 150px;
	padding-left: 10px;
}

.rightCell { padding-left: 10px; }

#footer {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFB2;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-top: 50px;
}

#footer address { font-size: 15px; }
