@charset "utf-8";
#container {
	width: 700px;
	background-color: #FFFFFF;
}

#header {
	width: 700px;
	margin: 0px;
	background-color: #FFDDBB;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-position: left;
	height: 30px;
}
#navi2 {
	background-color: #FFFFFF;
	width: 710px;
	border: thin solid #889EC8;
	height: auto;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#side {
	float: left;
	width: 140px;
	background-color: #FFFFFF;
	border: thin solid #DCEBC7;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#main {
	float: right;
	width: 520px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #DCEBC7;
	border-right-color: #DCEBC7;
	border-bottom-color: #DCEBC7;
	border-left-color: #DCEBC7;
	padding-top: 3px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 10px;
}
#footer {
	width: 696px;
	background-position: center;
	clear: both;
	background-color: #D0D0D0;
	border: thin solid #DCEBC7;
}
h1 {
	font-size: large;
}
p {
	line-height: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding-left: 5px;
	text-align: left;
	padding-right: 5px;
}
h2 {
	background-color: #FFA568;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}
h4 {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	background-color: #D9D9B3;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFB3B3;
	background-position: center;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

body {
	background-color: #FFFFFF;
	width: 700px;
}
h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
}
