@charset "utf-8";

/* 基本設定 ここから */

body {
	background: #999999;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3, Verdana, Arial, Helvetica, sans-serif, SimHei";
	font-size: 12px;
	color: #555555;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999999;
	line-height: 18px;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
address {
	color: #999999;
	font-size: 0.8em;
	font-style: normal;
	text-align: center;
	height: 50px;
	line-height: 40px;
	background-image: url(footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
img {
	border: 0;
}
hr {
	display: none;
}

/* レイアウト設定 ここまで */

