@charset "utf-8";
/* CSS Document */

/* 基本設定 ここから */

body {
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	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: #FFF;
}

a:link {
  color: #0000FF;
  text-decoration: underline;
}

a:visited {
  color: #660000;
  text-decoration: underline;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}

a:active {
  color: #660000;
  text-decoration: underline;
}

img {
  border: 0;
}

hr {
  display: none;
}

/* 基本設定 ここまで */

/* レイアウト設定 ここから */

#pageBody {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  position: relative;
  padding: 0px;
}

#header {
  width: 960px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  position: relative;
}

#body {
  width: 960px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  position: relative;
  font-size: smaller;
  line-height: normal;  
}

#footer {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #E6E6E6;
  position: relative;
}
