/* CSS Document */

@import url('reset.css');
@import url('g-navi.css');
@import url('font.css');

/*----------------------------------------------------------------------
全体
-----------------------------------------------------------------------*/
body {
	background-color: #1D1008;
}

/*----------------------------------------------------------------------
メイン画像
-----------------------------------------------------------------------*/
img.main-photo {
	display: block;
	width: 1000px;
	height: 482px;
	margin: 0 auto;
}

/*----------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------*/
div#header {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 97px;
	background-image: url(../images/header_img/bg.png);
}

div#header-inner {
	position: relative;
	width: 1000px;
	height: 97px;
	margin: 0 auto;
}
a.logo {
	position: absolute;
	top: 29px;
	left: 24px;
}

/*----------------------------------------------------------------------
メイン
-----------------------------------------------------------------------*/
div#main {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0px 60px;
	overflow: hidden;
}
div#main p {
	margin-left: 100px;
}

/*----------------------------------------------------------------------
pagetop
-----------------------------------------------------------------------*/
#page-top {
	z-index: 200;
	position: fixed;
    bottom: 34px;
	height: 43px;
    margin-left: 932px;
	background-image: url(../images/com_img/pagetop_bg.png);
	background-position: 4px 0px;
	background-repeat: no-repeat;
}
#page-top:hover {
	opacity: 0.8;
	filter : alpha(opacity=80);
}
#page-top a {
	display: block;
	width: 38px;
	height: 9px;
	padding-top: 34px;
}

/*----------------------------------------------------------------------
フッター
-----------------------------------------------------------------------*/
div#footer {
	width: 100%;
	height: 41px;
}
div#footer-inner {
	width: 1000px;
	height: 41px;
	margin: 0 auto;
	text-align: center;
}