@charset "euc-jp";
* {
	margin: 0px;
	padding: 0px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
}
html,
body {
	height: 100%;
}
body {
	text-align: center;
	background: url(../img/bg_body.png) center top;
}
img {
	borde: none;
}

/*******************************************************************************
 * HEADER
*******************************************************************************/
#headerTop{
	position: absolute;
	z-index: 999;
	width: 100%;
	background: url(../img/bg_body.png) center top;
	padding-top:10px;
}
#headerTop.fixed{
    position: fixed;
    top: 0;
}
#header{
	padding-top: 20px;
	background: url(../img/page/naka_sita.png) no-repeat center top , url(../img/bg_body.png) center top;
	position: fixed;
	z-index: 999;
	margin:auto;
	width:100%;
}
#headBox {
	width: 900px;
	margin:0 auto;
	text-align: left;
}
#headBox>h1 {
	font-size: 14px;
	font-weight: normal;
	float: right;
	width: 556px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#headBox>h1>a {
	color: #000000;
	text-decoration: none;
}
#headBox>div.phone {
	float: right;
	width: 556px;
}
#headBox>div.phone a {
	float: right;
}
#headBox img.logo {
	float: left;
}

/*¥Ø¥Ã¥À¡¼¥á¥Ë¥å¡¼*/
#headMenu {
	width: 900px;
	margin:0 auto 0;
}
#headMenu>ul {
	width: 100%;
	display:table;
	list-style-type: none;
	padding:20px 0 10px;
}
#headMenu>ul>li {
	display:table-cell;
	border-right:#BE6400 1px solid;
	vertical-align:middle;
	height:64px;
}
#headMenu>ul>li>a{
	width:100%;
	display:block;
}

/********************************************************************************/

#main {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
	margin-top: 30px;
}
#attention {
	font-size: 13px;
	line-height: 19px;
	clear: both;
	padding-top: 10px;
}
#attention img {
	float: left;
}
#attention div {
	float: right;
	width: 580px;
}
#attention p {
}
#attention ul {
	list-style-type: none;
}
#attention ul li {
	background-image: url(../img/mrk_dis.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 1em;
}

/*******************************************************************************
 * FOOTER
*******************************************************************************/
#footBox {
	background-image: url(../img/bg_foot.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 22px;
	padding-top: 65px;
	height: 140px !important;
	height: 190px;
	text-align: center;
}
#footBox div.inbox {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 19px;
}
#footBox div.inbox div {
	float: right;
	width: 587px;
}
#footBox  a {
	color: #FFFFFF;
	text-decoration: none;
}
#footBox a:hover {
	text-decoration: underline;
}
#footBox address {
	font-style: normal;
}
#footBox  .logo {
	float: left;
}
#footBox  .phone {
	float: right;
}
#footBox p {
	margin-bottom:10px;
}
#footBox p.copyright {
	font-size: 10px;
}
#footBox p.copyright span {
	float: right;
}
.pagetop {
	text-align: right;
	padding-top: 24px;
}
.ov {
}
.bingo{
	margin-top: 40px;
}
.clear{
	clear: both;
}


/*------------------------------------------------
	smp
--------------------------------------------------*/
#smp {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CCC;
	background:#FFF;
	display:none;
}
#smp p {
	display:table;
	margin:0 auto;
	padding-right:50px;
	background: url(../img/sp_arrow.png) right no-repeat;
	-webkit-background-size: 33px auto;
	-moz-background-size: 33px auto;
}
#smp p a {
	display: block;
	color: #7f1810;
	text-decoration: none;
	padding: 40px;
}


