html,body {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url(../image/main_news.jpg);
  background-repeat: no-repeat;
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 160%;
}

img {
  vertical-align: bottom;
}

#main_news {
  padding: 50px 0 10px 140px;
  width: 660px;
}

.news_title {
  width: 660px;
  padding: 12px 0;
  margin: 0 auto;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
}

.news_text {
  width: 660px;
  padding: 12px 0 40px;
  margin: 0 auto;
  text-align: center;
}

.text1 {
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 160%;
}

.text2 {
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.text3 {
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 140%;
}

a{
  color: #FFF;
  font-style: normal;
  text-decoration: underline;
}

a:link {
  color: #FFf;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #FFF;
  text-decoration: underline;
}

a:hover {
  color: #FFF;
  font-style: normal;
  text-decoration: underline;
}

a img {
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}