body {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 0px;
	background-color: #e50012;
}

/*　Common */
.header-inner,
.main-inner {
	width: 750px;
	margin: 0 auto;
}

.header-contents,
.main-contens {
	margin: 0 auto;
}

/* header */
.header {
	background-color: #fff;
}

.header-inner {
	background-image: url(image/header-bg.jpg);
}

.header-contents {
	width: 660px;
}

.header-brand {
	width: 750px;
	margin: 0 auto;
}
.map{
   position: relative;/*相対配置*/  
}
.map p{
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 85%;
  left: 70%;  
}
.map img{
  width: 98%;  
}
/* main */
.main {
	background-image: url(image/bar-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 18px;
}

.main-inner {
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(image/bg.jpg);
	text-align: center;
}

.main-contens {
	width: 650px;
}

/* footer */
.footer {
	background-image: url(image/footer.jpg);
	margin: 0;
	position: relative;
	height: 60px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	background-position: top;
	color: #FFFFFF;
}

/* member */
.member {}

.member td {
	vertical-align: middle;
}

.member-qr {
	border: 1px solid #ccc;
	border-radius: 8px;
}

.member-regi {
	text-align: right;
}

/* notice */
.notice td {
	vertical-align: top;
	text-align: justify;
}

/* client-name */
.client-name {
	font-size: 24px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* btn-brand */
.btn-brand {
	display: block;
	width: 660px;
	height: 96px;
	/* 	margin-bottom: 12px; */
}