@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
}
.clear {
	clear: both;
}

#back{
	width:100%;
    height:1000px;
    position:absolute;
    top:0px;left:0px;
    z-index:2;
    display:none;
    background-color:red;
}
#judgbox{
	position:relative;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
    height:400px;
    width:600px;
    z-index:3;
    display:none;
    border:2px solid #ffffff;
    text-align:center;
}

body {
	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat-x;
	background-color: #1D1D1D;
}




#site {
	display: block;
	width: 900px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1D1D1D;
}
#header {
	display: block;
	height: 460px;
	width: 900px;
	text-indent: -9999px;
	background-image: url(../img/final_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#shop_01 {
	background-image: url(../img/final_top.png);
	height: 100px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	margin-top: 20px;
}
.freedial {
	background-image: url(../img/freetel_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	height: 70px;
	width: 340px;
	text-indent: -9999px;
	display: block;
	margin-top: 40px;
	margin-right: 40px;
}
#footer {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #990000;
	display: block;
	padding: 10px;
	width: 880px;
	text-align: center;
	margin-top: 20px;
}
.eighteen {
	background-image: url(../img/18kin.png);
	display: block;
	height: 76px;
	width: 80px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
