@charset "utf-8";
/* CSS Document */

@import "page.css";

/*基本設定*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img {
	border: none;
}
a {
	outline: none;
}

/*フッターを画面したにつける*/
#container{
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
}
#contents {
  /*padding-bottom: 110px;*/ /*footerのheight*/
}
body > #containger {
  height: auto;
}
html, body {
  height: 100%;
}
#footer {
  width: 100%;
/*  position: absolute;*/
  bottom: 0px;
  height: 110px;/*ここは任意*/
}
.footer_back {
  background: url(../images/footer_back.png) no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  height: 110px;
  text-align: center;
}
.footer_text {
  padding-top: 50px;
}

/*トップページの設定*/
#body {
  background: url(../images/back.jpg) repeat-x;
}
#header {
  background: url(../images/header_back.png) no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  height: 240px;
}
.site_title {
/*  background: url(../images/site_title.png) no-repeat;*/
  width: 276px;
  height: 95px;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
#main {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

/*共通*/
.tC {
  text-align: center;
}
.tL {
  text-align: left;
}
.tR {
  text-align: right;
}
