html{
    height: 100%;
}

body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" "Helvetica" "sans-serif";
	color: #000;
	background-image: url(../img/vote/bg.jpg);
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background-color: #000;
	background-position: center;
	background-repeat: repeat-y;
}

a {
	color: #051C4B;
	text-decoration: none;
}

a:hover {
	color: #3699FC;
}


/*  ///index.html用////////////////////////////////////////////////////////////////   */

#header_bg {
	background-image: url(../img/vote/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: auto;
	text-align: center;
}



#footer {
	background-image: url(../img/vote/footer.png);
	background-repeat: no-repeat;
	height: 87px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 70px;
	clear: left;
}
