@charset "euc-jp";

img {
	border: none;
}
#wrapper {
    margin: 0 auto;
    width: 1017px;
}

/*////////////　ヘッダー　////////////*/
#header {
	float: left;
    width: 1017px;
	height: auto;
}
#header-qa {
	float: left;
    width: 1017px;
	height: auto;
	margin-bottom: 30px;
}


/*////////////　レフト　////////////*/
#left {
	float: left;
    width: 210px;
	height: 1300px;
}


/*////////////　メイン　////////////*/
#main {
	float: left;
    width: 807px;
	height: 1550px;
}


/*////////////　フッター　////////////*/
#footer {
	float: left;
    width: 100%;
	background-color: #000000;
}
