*{
	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;
	background	: linear-gradient(0deg, #131d3b 0%,#324374 50%,#131d3b 100%);
}

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 left;
}

#bg_r{
	background		: url(./img/index/bg_r.png) no-repeat top right;
}

#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;
	margin			: 0 auto 50px auto;
	text-align		: center;
}

#header{
	width			: 1000px;
	height			: 560px;
}

#header h1{
	font-size		: 10px;
	font-weight		: normal;
	line-height		: 24px;
	text-align		: center;
	color			: #666666;
}

#bt{
	margin			: 0 0 30px 0;
}

.exit{
	font-size		: 11px;
	line-height		: 18px;
	color			: #ffffff;
}

.exit a{
	color			: #ffffff;
}


/* 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			: #ffffff;
	position		: relative;
}

#footer a{
	color			: #ffffff;
}

#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;
}
