h1,h2,ul,li,a{
  margin:0;
  padding:0;
}
#wrap {
  background: #FFF;
  height: 710px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  background: #FFF;
  height: 130px;
  position: relative;
}
#main {
  background: url(../images/main.jpg) no-repeat;
  height: 550px;
  width: 960px;
  position: relative;
}
#main #news {
  line-height: 150%;
  height: auto;
  width: 350px;
  position: absolute;
  top: 230px;
  right: 20px;
  font: small "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main #news ul li {
	list-style-type: square;
	line-height: 200%;
}
#main #facebook a {
  display: block;
  background: url(../images/facebook.png) no-repeat;
  height: 24px;
  width: 97px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  text-indent: -9999px;
}
#main #facebook a:hover {
  background: url(../images/facebook_hover.png);
}
#footer {
  font-size: small;
  text-align: center;
}
#header #logo1 {
  position: absolute;
  left: 0px;
  top: 0px;
}
#header #logo2 {
  position: absolute;
  right: 0px;
  top: 0px;
}
#header #nav {
  width: 600px;
  position: absolute;
  right: 0px;
  top: 84px;
}
#header #nav ul li{
  float: left;
  list-style: none;
}
#nav ul li a {
  display: block;
  text-indent: -9999px;
}
#nav ul #btn1 a {
  background: url(../images/btn1.gif) no-repeat;
  height: 46px;
  width: 98px;
}
#nav ul #btn2 a {
  background: url(../images/btn2.gif);
  height: 46px;
  width: 119px;
}
#nav ul #btn3 a {
  background: url(../images/btn3.gif);
  height: 46px;
  width: 77px;
}
#nav ul #btn4 a {
  background: url(../images/btn4.gif);
  height: 46px;
  width: 107px;
}
#nav ul #btn5 a {
  background: url(../images/btn5.gif);
  height: 46px;
  width: 73px;
}
#nav ul #btn6 a {
  background: url(../images/btn6.gif);
  height: 46px;
  width: 126px;
}
#nav ul #btn1 a:hover {
  background: url(../images/hover1.gif);
}
#nav ul #btn2 a:hover {
  background: url(../images/hover2.gif);
}
#nav ul #btn3 a:hover {
  background: url(../images/hover3.gif);
}
#nav ul #btn4 a:hover {
  background: url(../images/hover4.gif);
}
#nav ul #btn5 a:hover {
  background: url(../images/hover5.gif);
}
#nav ul #btn6 a:hover {
  background: url(../images/hover6.gif);
}
