@charset "utf-8";
/* CSS Document */

*
{ margin: 0px;
  padding: 0px;
}

html,body
{ width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10pt;
  color: #000000;
  overflow-x: hidden;
}

img
{ border: 0px;
  margin: 0px;
  padding: 0px;
}

a:hover
{ opacity: 0.7;
}

#wrap
{ width: 100%;
  max-width: 100%;
  height: 100%;
  height: auto;
  position: relative;
}

#header
{ width: 951px;
  height: 116px;
  margin: 0px auto;
  position: relative;
}

h1
{ float: left;
  width: 303px;
}

#info
{ float: right;
  width: 647px;
}

#info p
{ float: left;
}

#menu
{
  height: 47px;
}

#menu li
{
	float: left;
	display: block;
	list-style: none;
	width: auto;
	height: 47px;
}

#content_1
{ width: 950px;
  height: auto;
  padding: 0px 0px 10px;
  margin: 0px auto;
  position: relative;
}

#content_2
{ width: 950px;
  height: auto;
  padding: 20px 0px 400px;
  margin: 0px auto;
  position: relative;
}

#top_arrow
{ width: 950px;
  height: 40px;
  text-align: right;
  margin: 0px auto;
  position: relative;
}

#footer
{ width: 100%;
  height: 400px;
  background-color: #D8D9D9;
  bottom: 0;
  position: absolute;
}

#footer_wrap
{ width: 700px;
  height: auto;
  margin: 0px auto;
  position: relative;
  padding: 35px 0px;
}

#company_img
{ float: left;
  width: 220px;
}

#address
{ width: 400px;
  float: right;
  padding: 30px 0px 0px;
}

#address li
{ list-style: none;
  font-size: 85%;
  padding: 5px 0px;
}

#copyright
{ width: 100%;
  background-color: #000;
  bottom: 0px;
  position: absolute;
  color: #FFF;
  text-align: center;
  padding: 10px 0px;
  font-size: 9pt;
}