@charset "utf-8";
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,tt,th,td,p,address {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f7f3e9;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 1020px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #title {
	margin: 0px;
	padding: 0px;
}
#header #title h1 a img{
	height: 65px;
	width: 270px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #title h1 a span {
	position: absolute;
	right: 9999px;
}
#header #submenu {
	float: right;
	width: 340px;
}
#header #submenu ul li {
	float: right;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#header #submenu ul li a {
	color: #443726;
	text-decoration: none;
}


#header #mainmenu {
	clear: left;
	padding: 0px;
	height: 55px;
	width: 1020px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer {
	width: 100%;
	background-color: #333;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
}
#footer #footer_menu {
	width: 1000px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer #footer_menu ul {
	float: left;
	width: 20%;
}

#footer #footer_menu ul li {
	font-size: 0.8em;
	color: #FFF;

}
#footer #footer_menu ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer #copy {
	padding: 0px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#footer #copy address {
	float: left;
	clear: left;
	font-size: 0.8em;
	color: #000;
	line-height: 2em;
	text-decoration: none;
}
#footer #copy address a {
	color: #999;
	text-decoration: none;
}
#footer #copy p {
	float: right;
	clear: left;
	font-size: 0.8em;
}

#footer a img {
	float: right;
	clear: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
