/* よく登場する要素のリセット */
html,body,div,
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;
}
#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）*/
}





/*-----サイトおよびグループ固有で、全ページに必要な設定--------*/
body {
	width:100%;
	font-size:12px; /*12px*/
	line-height:1.2;
	font-family:'Meiryo',メイリオ,'ＭＳ Ｐゴシック',sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	margin:0px auto;
}



