* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 140px; /* .push must be the same height as .footer */
}
.footer img{border:none}


body { margin: 0; padding: 0; 
  background-image: url("h/bg.gif"); /* 全体の背景画像 */
  background-repeat: no-repeat;            /* 背景を繰り返さない */
  background-position: 100% 100%;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;             /* 背景画像を固定する */
}


a{/*リンクされた文字*/
    color:#B83900;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#B83900;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#B83900;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#FF6600;
    text-decoration:underline;
}


.style1 {
	font-size: 0.8em;
	color: #3B4448;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "小塚ゴシック Pro B", sans-serif;
	line-height: 160%;}

.b {
	font-size: 12px;
	font-weight: bold;}

.s {font-size: 0.7em;}


td img {display: block;}

table.big {
   border-collapse: collapse;
   width:750px;
   }
