* {
	margin: 0;
	padding: 0;
	border: none;
}

a:link {color:#000;}
a:visited {color:#000;}
a:active {color:#000;}
a:hover {color:#000;}

body{
	font-size: 10px;
	line-height: 1.7em;
	color: #5C3D3D;
	background: #e8e2d0 url(GS_bg_01.jpg) no-repeat center 42px;

}

header,
section,
footer {
	display: block;
}
/*----commonheader_start----*/
.commonheader{
    background:#FFF;
	height:42px;
    overflow:hidden;}
.commonheader div{
	width:900px;
	margin:0 auto;
	text-align:left;}
.commonheader div p{
	margin:10px 0 0 0;}
/*----commonheader_end----*/

section {
	width: 100%;
}


/* モーダルエリア
-------------------------- */
#contents {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

div#the_end_bt {
	margin: 0 auto;
	padding: 618px 0  0 700px;
}

#open01,
#open02 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	color: #fff;
	margin: auto;
  max-width: 100%;
  max-height: 100%;
	width: 65%;
	height: 65%;
	text-align: center;
	display: block;
	background: #000;
	position: absolute;
	z-index: 10;
}

.close {
	color: #fff;
	}

.modal_window h2 {
	margin-bottom: 20px;
	width: 400px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #000;
}
.modal_window p {
	padding: 0 15px 15px 15px;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}


/* とびでる（モーダル）
--------------------------
*/
div#modal div:target {
	opacity: 1;
	display:block;
}

/* Footer
-----------------------------------*/
#footer_wrapper {
	width:100%;
	height:180px;
	background: #2d1917;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #ecdfaa;
}
#footer {
	margin:0px auto;
	padding:20px 0px 0px 0px;
	width: 1000px;
	text-align:center;
	height: 100px;
}
#footer ul {
	float: right;}
#footer li{
	float: right;
	display:inline;
	margin-left:20px;
}

#footer_logo {
	float: left;
	margin-top:25px;
	width:660px;
}