html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 180%;
	color: #000262;
	background-position:center top;
	background-color: #ffffff;
}

.footer{
	position: absolute;
	bottom: 0;
	min-width: 1220px;
	width: 100%;
	background-image: url(img/hdft/ft_bg.png);
	background-position: top center; 
	background-repeat: repeat-x;
}

.contener{
	min-width: 1220px;
	min-height: 100%;
	position: relative;
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
}

/* ---- ### TOP ### ---- */
.top_img{
	height: 890px;
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 120px;
	padding-bottom: 90px;
	background-image:url(img/top_img.png);
	background-position: top center; 
	background-repeat: no-repeat;
}

.top_link{
	padding-top:750px;
}

