@charset "euc-jp";

/* body
-------------------------------------------------- */
#body {
	text-align: center;
}
/* body直下のdiv
-------------------------------------------------- */
#wrapper {
	overflow: hidden;
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 0px solid #E6E6E6;
	border-right: 0px solid #E6E6E6;
	border-top: 0px solid #E6E6E6;
	border-bottom: 0px solid #E6E6E6;
	background-color: #FFFFFF;
	text-align: center;
}
/* ヘッダ
-------------------------------------------------- */
#header {
	display: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#headerArea a {
	outline: none; /* FireFoxでリンク時の枠線を消す */
	line-height: revert;
}

#headerArea .rn2022_header a {
    color: #000;
}

#headerArea ul.hLinkList1 a {
    color: #fff;
}
/* メイン部分
-------------------------------------------------- */
#contents {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 950px;
/*	height: ;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: top;
}
div.contents-withhis {
	margin-top: 0px;
}
div.contents-nohis {
	margin-top: 0px;
}
/* フッタ
-------------------------------------------------- */
#footer,
#footerArea {
/*	display: ;*/
	position: relative;
	z-index: 5;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}

#footerArea a {
	color: #000;
	outline: none; /* FireFoxでリンク時の枠線を消す */
}

#footerArea .fLinkList1,
#footerArea .fLinkList2 {
	text-align: left !important;
}

