*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #ffffff;
	font-family	: "メイリオ",ＭＳ Ｐゴシック,Osaka,Serif;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #25221e 50%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#25221e), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#25221e 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#25221e 50%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#25221e 50%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#25221e 50%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

a{
	color		: #ff6666;
	text-decoration	: none;
}

a:hover{
	color		: #ff6666;
	text-decoration	: underline;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

.clear{
	clear: both;
}

em{
	font-style		: normal;
}



/*---------------------------*/
/*  ALL
/*---------------------------*/

body{
	min-width		: 1000px;
}

#bg_l{
	background		: url(./img/index/bg_l.png) no-repeat top center;
}

#bg_r{
	background		: url(./img/index/bg_r.png) no-repeat bottom center;
}

#bg_top{
	width			: 100%;
	background		: url(./img/index/bg_top.gif) repeat-x top center;
}

#bg_main{
	width			: 100%;
	background		: url(./img/index/bg_main.png) no-repeat top center;
}

#main{
	width			: 1000px;
	height			: 890px;
	margin			: 0 auto;
	text-align		: center;
}

#header{
	width			: 1000px;
	height			: 560px;
}

#header h1{
	font-size		: 10px;
	font-weight		: normal;
	line-height		: 24px;
	text-align		: center;
	color			: #6f6a5c;
}

#bt{
	margin			: 0 0 30px 0;
}

.exit{
	font-size		: 11px;
	line-height		: 18px;
	color			: #6f6a5c;
}

.exit a{
	color			: #6f6a5c;
}


/* link */

#link_bg{
	width			: 1000px;
	text-align		: center;
	margin			: 0 auto;
	padding			: 0 0 50px 0;
}

#link{
	font-size		: 0;
	line-height		: 0;
}

#link a{
	display			: inline-block;
	margin			: 0 3px 7px 3px;
}


/* footer */

#footer_bg{
	clear			: left;
	width			: 100%;
	height			: 110px;
}

#footer{
	position: relative;
	width			: 1000px;
	height			: 110px;
	text-align		: center;
	margin			: 0 auto;
	color			: #5e5249;
	position		: relative;
}

#footer a{
	color			: #5e5249;
}

#footer #up{
	position		: absolute;
	top				: 13px;
	right			: 485px;
}

#footer #up .fade{
	background		: none;
}

#textlink{
	font-size		: 10px;
	line-height		: 20px;
	padding			: 0 0 30px 0;
}

#copy{
	padding			: 0 0 5px 0;
}

#deli_age_valification_pc{
	position: absolute;
	bottom: 12px;
	left: 0;
}


/* ロールオーバー */

.fade{
	display			: inline-block;
	padding			: 0;
	background		: #ffffff; /* オンマウス時の背景色 */
}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover{
	opacity			: 0.6;
	filter			: alpha(opacity=60);
}

#notxt{
	margin: 13px 0 20px;
}
