* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:text-bottom;
}
body {
	font-family:monospace;
	font-size:12px;
	line-height:1.2;
	text-align:center;
}

/* リスト */
ul, li {
	list-style:none;
	text-indent:0;
}
dd {
	text-indent:1em;
}

/* テーブル */
table {
	border-collapse:collapse;
	empty-cells:show;
	border:0;
	font-family:monospace;
	font-size:12px;
	line-height:1.2;
	text-align:center;
}
th, td {
	border:0;
}

/* float消去 */
hr {
	visibility:hidden;
	color:#eeeeee;
/*	border-size:5px;
	_margin:0;
	_height:5px;
	display:none;*/
	clear:both;
}

.clear {
	margin:0;
	padding:0;
	clear:both;
}
