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

html,body{
	width: 100%;
}
body{
    margin: 0;
    padding: 0;
    text-align: center;
}

div#contents-nw{
	width: 100%;
	height: 558px;
  background-image: url(../images/bg_news.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #ffffff;
  background-size:cover;
}

div#main-nw{
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1280px;
}

h1{
	text-align: center;
	font-size:36px;
	line-height: 175%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
