@charset "utf-8";

/*レイアウト*/
#content {
	width: 820px;
	margin: auto;
}
#header {
	margin: 0px;
	padding: 0px;
}
#top_menu {
	background-color: #FFFFFF;
	height: 42px;
	width: 800px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #99CCFF;
}
#here {
	background-color: #F4F7FC;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #99CCFF;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#main {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	float: right;
	width: 580px;
	padding-top: 10px;
}
#side {
	float: left;
	width: 205px;
	padding-left: 10px;
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(../../images/wrapper_sub_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	height: 60px;
	background-image: url(../../images/footer_bg.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer ul {
	padding-top: 28px;
	padding-right: 20px;
	padding-left: 10px;
}
#footer ul li {
	color: #FFFFFF;
	display: inline;
}
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer address {
	font-style: normal;
	color: #FFFFFF;
	display: inline;
}

