/*全体指定

---------------------------------------------------*/
body {
	color: #555555;
	background-color: #ffe9ef;
	background-attachment: scroll;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}


#top_main {
	padding-top: 30px;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.t11   { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 11px ; line-height: 16px }


/*全体のセンター位置指定

---------------------------------------------------*/
.inline {
  text-align: center;
}


/*フッター

---------------------------------------------------*/
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

