* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	width: 100%;
	height: 100%;
	margin: 0 auto -77px;
	background-image: url(../../images/header_bg.gif);
	background-repeat: repeat-x;
}
#header {
	width: 920px;
	height: 96px;
	margin: 0 auto 0;
	position: relative;
}
#main {
	width: 950px;
	margin: 0 auto 50px;
}
#footer, #push {
	width: 100%;
	margin: 0 auto;
	height: 77px;
}
#footer {
	background-image: url(../../images/footer_bg.gif);
	background-repeat: repeat-x;
}
#footer-content {
	width: 930px;
	margin: 0 auto 0;
	color: #B2B2B2;
	font-size: 9px;
}

/*ヘッダー
---------------------------*/
#header-text {
	height: 15px;
	font-size: 11px;
	color: #666666;
	position: absolute;
	left: 362px;
	top: 16px;
	width: 556px;
}
#header-title {
	width: 109px;
	height: 42px;
	position: absolute;
	left: 30px;
	top: 33px;
}
#header-nav {
	width: 740px;
	position: absolute;
	left: 175px;
	top: 55px;
}
#header-nav ul,#header-nav li {
	list-style: none;
}
#header-nav li {
	margin: 0 40px 0 0;
	float: left;
}
/*メインイメージ
---------------------------*/
#flash-box {
	width: 920px;
	height: 340px;
	margin: 0 auto 16px;
}
* html #flash-box {
	margin: 0 auto 0;
}
#main-img {
	width: 920px;
	height: 340px;
	margin: 0 auto 16px;
}
/*メイン
---------------------------*/
#main-left-side {
	width: 480px;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}
#main-right-side {
	width: 447px;
	float: right;
	margin: 0 0 0 5px;
	display: inline;
}

