* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
}
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;
}
#header {
	text-align: left;
}
#footerLayout{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
img {
	vertical-align: top;
}
ul,dl {
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
