body {
  font-size: 80%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 1.2em;
}
/* 間隔の基本設定 */
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
p, ul, ol, dl, dt, dd, form, div, img {
	margin: 0px;
	padding: 0px;
}

/* テキスト配置の基本設定 */
.right {
  clear: both;
  text-align: right;
}
.center {
  clear: both;
  text-align: center;
}

/* 文字サイズの基本設定 */
.small {
  font-size: smaller;
}

/* 文字太さの基本設定 */
.bold {
  font-weight: bold;
}

/* 文字色の基本設定 */
.grey {
  color: #766e63;
}

/* リンクの基本設定 */
a:link {
	color: #17375F;
}
a:visited {
	color: #17375F;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}
a img {
  border: none;
}

/* 一行広告 */
.line_PR {
  width: 930px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  text-align: center;
}
.line_PR span {
  margin-right: 2.5em;
  padding-left: 17px;
  background-image: url(../unionimages/line_PR_mark.gif);
  background-repeat: no-repeat;
}
.line_PR a:link {
  color: #0600ff;
	text-decoration: none;
}
.line_PR a:visited {
	color: #17375F;
	text-decoration: none;
}
.line_PR a:hover {
	color: #e300ff;
	text-decoration: underline;
}
.line_PR a:active {
	color: #FF3300;
	text-decoration: underline;
}

/* フッタ */
.foot {
	clear: left;
	text-align: center;
	font-family: "Arial Black";
	font-size: 85%;
	font-weight: normal;
	color: #996633;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
  background-image: url(../unionimages/contents_bottom.gif);
  background-repeat: no-repeat;
}
