/*全体指定

---------------------------------------------------*/
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #000e48;
	background-attachment: scroll;
	background-position: center top;
}



/*全体のセンター位置指定

---------------------------------------------------*/
.inline {
  text-align: center;
}


/*全体指定

---------------------------------------------------*/
#top_main {
  height: 720px;
  width: 980px;
  position: relative;
  padding-top: 20px;
  margin: auto;
}


/*フッター

---------------------------------------------------*/
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

