@charset "UTF-8";
body {
	background-color: #CC9;
}
#header {
	height: 155px;
	width: 900px;
	background-color: #FFF;
}
#navi {
	width: 900px;
}
#middle_t {
	width: 900px;
}
#middle_u {
	width: 900px;
}
#wrapper {
	background-color: #FFF;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #000;
}
#under_navi {
	width: 900px;
	background-image: url(img/under_navi.jpg);
	height: 150px;
}
#footer {
	height: 20px;
	width: 900px;
}
#wrapper #navi {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #C30;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	height: 50px;
	width: 900px;
}
#wrapper #middle_u p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	line-height: 1.5em;
}
#wrapper #footer {
	font-size: x-small;
	text-align: center;
	margin-top: 5px;
}
#wrapper #under_navi p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	text-align: center;
}
