/* よく登場する要素のリセット */
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;
}

/*-----サイトおよびグループ固有で、全ページに必要な設定--------*/
body {
	width:100%;
	font-size: 0.75em; /*12px*/
	line-height:120%;
	color:#3E3A37;
	margin:0px auto;
	margin-bottom:-107px; /*フッターの高さ*/
}
#topLayout {
	padding-bottom:127px; /*フッターの高さ*/
	text-align:center;
}
#footer {
	height:100px;
	margin:0px auto;
	position:relative;
}
#footer .footerLink {
	text-align:center;
	padding-top:38px;
}







#footer address {
	width:100%;
	display: block;
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;

	font-style: normal;
}
#footer address a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer address a:hover {
	background-color:transparent;
	text-decoration: underline;
}





















