/*--------------------------------------
■エイトハウジング株式会社
--------------------------------------*/
@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image:url(../img/back.gif);
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: -1px;
	line-height:150%;
	background-color: #000000;
}

img, table,a {
	border: none;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #999999;
	height: 1px;
}

/*----------------------
■Link
----------------------*/
a:link{ 
	color:#3399FF; 
	text-decoration: underline;
}
a:visited{ 
	color:#3399FF; 
	text-decoration: underline;
}
a:active{ 
	color:#33CCCC; 
	text-decoration: none;
}
a:hover{ 
	color:#33CCCC;
	text-decoration: none;
}

/*----------------------
■main
----------------------*/
#main{
	text-align : center;
    overflow : hidden;
    height : 772px;
    width : 800px;
    position : absolute;
    top : 50%;
    left : 50%;
    margin-top : -386px;
    margin-left : -400px;
	background-color:#222222;
}

/*----------------------
■Header
----------------------*/
#logo{
	width: 200px;
	height: 80px;
	position: absolute;
	top: 20px;
	left: 15px;
}
.menu{
	width: 170px;
	height: 170px;
	position: absolute;
}

/*----------------------
■CONTENTS
----------------------*/
#contents{
	width: 800px;
	text-align: left;
	min-height: 737px;
	height: auto !important;
	height: 737px;
	overflow: hidden;
	background-color: #222222;
	background-image: url(../img/top_main_back.jpg);
	background-repeat: no-repeat;
	position: relative;
}

/*----------------------
■Footer
----------------------*/
#footer{
	width: 800px;
	height: 35px;
	float: left;
	font-size: 11px;
	background-color: #222222;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	z-index:10;
}





















