@charset "EUC-JP";   /*   文字コード   */

/* Style
=======================================*/

body {
	text-align: center;
	background: #ded8c8 url(../img/bg.gif) repeat;
}

body#han {
	text-align: center;
	background: #ded8c8 url(../img/bg.gif) repeat;
}

#wrapper {
	width: 924px;
	margin: 15px auto;
}

#pageBox{
	width: 924px;
	height: auro;
	margin: 0 auto;
	text-align: center;
	background: url(../img/inq_bg_wrapper.jpg);
	font-size: 12px;
}

#footer {
	width: 924px;
	padding-left: 39px;
	text-align: left;
}

#copyright{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

/* === ページTOPへジャンプ
========================================================================================= */

#pageJPbt{
	width: 80%;
	margin: 20px auto 20px auto;
	text-align: right;
	clear: both;
}

#pageJPbt a{
	background: url(../../../../image/up.gif) no-repeat;
	height: 15px;
	width: 15px;
	float: right;
	display: block;
}

#pageJPbt a:hover{
	background: url(../../../../image/upr.gif) no-repeat;
	height: 15px;
	width: 15px;
	display: block;
}

#pageJPbt strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}




/* === 閉じるボタン
========================================================================================= */

#closebt{
	width: 140px;
	margin: 0 auto;
	text-align: center;
}

#closebt a{
	background: url(../img/close.jpg) no-repeat 0 0;
	height: 35px;
	width: 140px;
	display: block;
}

#closebt a:hover{
	background: url(../img/close.jpg) no-repeat 0 -35px;
	height: 35px;
	width: 140px;
	display: block;
}

#closebt strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* ↓古いページ用↓  */
#close {
	padding: 3px 0 0px 0px;
}

#close a {
	height: 35px;
	width: 140px;
	overflow: hidden;
	border: none;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	background: url(../img/close.jpg) no-repeat;
}

#close a:hover {
	background-position: 0 -35px;
}
