/* よく登場する要素のリセット */
html,body,div,
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
textarea {
	font-size: 100%;
}

html,body {
	height: 100%;	/* height100%指定用 */
}
#bodyLayout {
	width:100%;
	height:100%;
	min-height:100%;	/* height100%指定用 */
	text-align:center;
}
body > #bodyLayout {
	height:auto;
}
#topLayout {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#bodyLayout,
#header,
#contents {
	position:relative;
}
#footerLayout {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
img {
	vertical-align: top;
}
ul,dl {
	list-style: none;
}
.clearfix:after {
	content: url(/img/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

.clearfix {
	display: inline-block;   
}
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
.wordBreak {
	/*IE*/
	word-break:break-all;
	/*firefoxはjsにて指定済み（table or div）*/
}

#topLayout,
#header,
#contents,
#footer {
	width:900px;
}
#header {
	height:210px;
}

/*-----サイトおよびグループ固有で、全ページに必要な設定--------*/
body {
	width:100%;
	font-size: 0.75em; /*12px*/
	line-height:1.2;
	color:#FFFFFF;
	background-color:#000000;
	margin:0px auto;
	margin-bottom:-260px; /*フッターの高さ*/
}
#bodyLayout {
	background-image:url(/img/index/mainBackgroundImage.jpg);
	background-repeat:repeat-x;
}
#topLayout {
	padding-bottom:260px; /*フッターの高さ*/
	text-align:center;
	background-image:url(/img/index/topLayoutBackgroundImage.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#header {
	background-image:url(/img/index/headerBackgroundImage.jpg);
	background-repeat:no-repeat;
}
#contents {
	min-height:260px;
}
* html #contents {
	height:260px;
}
#footerBackground {
	width:100%;
	height:402px;
	background-image:url(/img/index/mainFooterBackgroundImage.jpg);
	background-repeat:repeat-x;
	min-width:900px;
	position:absolute;
	bottom:44px;
	left:0px;
}
#footerLayout {
	height:230px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#footer {
	margin:0px auto;
	position:relative;
}
#footer address {
	display: block;
	color:#FFFFFF;
	position:absolute;
	top:0px;
	left:0px;

	font-style: normal;
}
#footer address a {
	text-decoration:none;
}
#footer address a:hover {
	background-color:transparent;
	text-decoration: underline;
}























#contents .pageListLayout {
	width:100%;
	position:relative;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contents .pageListLayout .rowsList {
	width:120px;
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
}
#contents .pageListLayout ul {
	padding-right:120px;
}
#contents .pageListLayout li {
	width:20px;
	text-align:center;
	float:left;
}
#contents .pageListLayout li.beforePageTop,
#contents .pageListLayout li.nextPageLast {
	width:60px;
}
#contents .pageListLayout li.beforePage,
#contents .pageListLayout li.nextPage {
	width:41px;
}
#contents .pageListLayout li.nowPage span,
#contents .pageListLayout li a:hover {
	color:#FFFFFF;
	background-color:#63550A;
	padding:0px 2px;
}








