@charset "UTF-8";
/* ---------------------------------------------------------------- *
	body要素
 * ---------------------------------------------------------------- */


a,
a:link {
  color: #A46D28;
  text-decoration: none;
}

a:visited {
  color: #A46D28;
}

a:hover {
  color: #A46D28;
  text-decoration: underline;
}

a:active {
  color: #3366ff;
  text-decoration: underline;
}

p {
  line-height: 1.7;
}

ul, ol, dl {
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0.5em;
	line-height: 1.4;
	padding-left: 10px;
}




/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

#header {
   /* 必要ならば，ヘッダ部分に関する設定をしてください */
}

.contents {
   /* 必要ならば，コンテンツ部分に関する設定をしてください */
}

#navi {
   /* 必要ならば，ナビゲーション部分に関する設定をしてください */
}

#footer {
   /* 必要ならば，フッタ部分に関する設定をしてください */
  font-size: 90%;
}

#footer address {
	/* 必要ならば，コピーライト部分に関する設定をしてください */
  font-style: normal;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}
.column_p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 180%;
	color: #666666;
}
