@charset "utf-8";
/* ===================================================================
CSS information

 file name  :default.css
 author     :
 style info :リセット及びbody初期設定 (このスタイルシートは変更しない)
=================================================================== */


/*--- reset */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

h1, h2, h3, h4 {
	font-family:'ヒラギノ角ゴ ProN W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
	font-size: 100%;
	color: #333;
	text-align: center;
	padding: 0;
	background: #eaeaea;
	margin: 0 auto;
	line-height: 1.4;
	height: 100%;
}

a {
  color: #522D13;
  text-decoration: none;
}

a:visited {
}

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

a:active {
  color: #ff0000;
  text-decoration: none;
}

img,a img {
	border-style: none;
}

hr {
	display: none;
}

table{
	font-size: 80%;
	line-height: 1.5;
}

th{
	font-weight: normal;
	padding: 3px;
	vertical-align: top;
}

td{
	padding: 3px;
	vertical-align: center;
}

address {
	clear: both;
	font-weight: normal;
	font-style: normal;
}