body {
	background-image: url(/common/all_bg.gif);
	background-position: center;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #666666;
	height: 100%;
	margin: 15px 0px 0px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1, h2, h3, h4 {
	font-size: 12px;
	margin: 1px 0px 0px;
	padding: 0px;
	line-height: 12px;
}

a:link { color: #66f; text-decoration: none }
a:visited { color: #669; text-decoration: none }
a:hover { color: #FF0066}

.clear_both {
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
