body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:86%;
	font-family: Meiryo,'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
	line-height:1.6;
	background:#fff;
}
body * {
	margin:0px;
	padding:0px;
}

img {
	border:none;
	vertical-align:bottom;
}

a         { color:#0071c5; text-decoration:none; }
a:visited { color:#3c379e; text-decoration:none; }
a:hover   { color:#900; text-decoration:underline; }

p { padding-bottom:15px; }

ul { list-style:none; }
ol {
	margin-left:1.5em;
	padding-bottom:15px;
}
em {
	font-weight:bold;
	font-style:normal;
}

#container {
	min-height:100%;
	_height:100%;
}

.all {
	text-align:left;
	width:950px;
	margin:0px auto;
}

.clear { clear:both; }
hr.clear { visibility:hidden; }

