@charset "utf-8";
/*##################################################
-------------LIST-------------
 00: Base
 01: header
 02: 販売商品
 03: 限定セット
 --: clearfix
------------------------------
##################################################*/
/* --------------------------------------------------
 00: Base
 -------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td{margin:0;padding:0;}
table{border-spacing:0;}
img{border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



p.pagetop{
	padding: 0 0 15px 0;
}

div#deutsche{
	width:736px;
	margin-bottom:5px;
padding-bottom:10px;
	border: 2px solid #231815;
}



/* --------------------------------------------------
 01: header
 -------------------------------------------------- */

div#header{
	height:477px;
}
div#header h1{
	width:736px;
	text-indent:0;
	padding:0;
}


/* --------------------------------------------------
 02: 販売商品
 -------------------------------------------------- */

div#fair_head h2{
	padding:12px 0 10px 20px;
}

div#fair{
	width:716px;
	padding:10px 0 10px 10px;
}


div.fair_box{
margin-bottom:5px;
}


/* --------------------------------------------------
 03: 限定セット
 -------------------------------------------------- */
div#limited{
	width:714px;
	border: 1px solid #231815;
	margin:10px 0 10px 10px;
}


p.fair_attention{
	color:#666666;
}


/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
#main,
#header,
div#limited,
.center,
.left ul	{zoom:1;}
/* for IE5 Mac start 促*//*/
#main,
#header,
div#limited,
.center,
.left ul	{display:inline-table;}
/*for IE5 Mac end */
#main:after,
#header:after,
div#limited:after,
.center:after,
.left ul:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

