body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	background-color: #FFFFFF;
	color: #333;
	font-size: 62.5%;
	text-align:center;
}
body, div, h1, h2, h3, h4, h5, h6, p, address, dl, dt, dd, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: none;
}

#DocBody, table {
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	vertical-align: bottom;
}

li {
	list-style:none;
}

/* フォント */
#DocBody, table, h1, h2, h3, h4, h5, h6, input, textarea {
	font-size: 1.2em;
}

/* 汎用
---------------------------------------------------- */

/* clearfix */
.clearfix:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
	*html .clearfix { height: 1%; }
	.clearfix { display: block; }
/* End hide from IE-mac */
