@charset "Shift_JIS";
/* CSS Document */

html,body {
	font-size: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #454545;
	background: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

img {
	border-style: none;
}
h1 {
	font-size: 11px;
	font-weight: normal;
	color:#333;
	margin: 0px;
	padding-left: 5px;
	padding-top:2px;
}
a:link {
	color: #7E911A;
	text-decoration: none;
}
a:hover{
	color:#C00;
	text-decoration: none;
}
.footer, .push {
	height: 140px; /* .push must be the same height as .footer */
}

