@import url("clearfix.css");
body{
	background:url(../img/back_f.jpg) center repeat-y;
	_background:url(../img/back.jpg) center repeat-y;
	font-size:1em;
	_font-size:0.8em;
}
*:first-child+html body{
	background:url(../img/back.jpg) center repeat-y;
	font-size:0.8em;
}
p{
	margin-top:0.8em;
	margin-bottom:0.8em;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
#wrap{
	width:860px;
	margin:0 auto;
	padding:0;
}

/* header */

#header{
	background:url(../img/header.jpg) no-repeat;
	width:860px;
	height:120px;
}
#header img{
	margin:0 15px;
}
#header h1{
	font-size:18px;
	font-weight:bold;
	padding-top:12px;
	margin-left:270px;
}
#header h2{
	font-size:14px;
	margin-top:5px;
	margin-left:270px;
}

/* headnavi */

#headnavi{
	background:url(../img/headnavi.jpg) no-repeat;
	width:830px;
	height:27px;
	margin:0 auto 10px;
	padding:0 10px 0 20px;
}

/* mian */

#main{
	width:820px;
	margin:30px auto;
}

/* お買物ガイド */

#footer_area{
	width:840px;
	margin:10px auto 10px;
	text-align:left;
	color:#000000;
}
#f_box_in{
	width:839px;
	_width:840px;
	margin:0 1px;
	_margin:-4px 0 0;
	border:1px solid #986633;
	border-top:none;
	background:#ffffff;
}
*:first-child+html #f_box_in{
	width:840px;
	margin:-4px 1px 0 0;
	border:1px solid #986633;
	border-top:none;
	background:#ffffff;
}
#f_box_in td{
	width:50%;
	padding:15px 9px;
	vertical-align:top;
}
#f_box_in td p{
	margin:0;
}
#f_box_in td img{
	margin-bottom:8px;
}

/* footer */

#footer{
	text-align:center;
	margin:0;
}
#footer p{
	margin:0;
}
#f_top{
	background:#fbedcb;
	padding:3px;
}
#f_bot{
	background:url(../img/footer.jpg);
	height:15px;
	font-size:0.75em;
	color:#ffffff;
}

/**/

#lineup{
	width:820px;
	margin:0 auto 50px;
}
#lineup td{
	/**width:25%;**/
	text-align:center;
	/**padding-bottom:10px;**/
	vertical-align:top;
}
#lineup td p{
	width:170px;
	margin:0 auto;
	text-align:center;
}
#lineup td img{
	/**margin-top:8px;**/
}
#lineup td p.price{
	text-align:center;
	font-weight:bold;
	color:#e50615;
}
#lineup2{
	width:750px;
	margin:0 auto 50px;
}
#lineup2 td{
	width:50%;
	text-align:center;
	padding-bottom:10px;
	vertical-align:top;
}
#lineup2 td p{
	width:170px;
	margin:0 auto;
	text-align:left;
}
#lineup2 td img{
	margin-top:8px;
}
#lineup2 td p.price{
	text-align:right;
	font-weight:bold;
	color:#e50615;
}
.lineup3{
	width:820px;
	margin:0 auto 50px;
}
.lineup3 td{
	/**width:25%;**/
	text-align:center;
	/**padding-bottom:10px;**/
	vertical-align:top;
}
.lineup3 td p{
	width:170px;
	margin:0 auto;
	/**text-align:left;**/
}
.lineup3 td img{
	/**margin-top:8px;**/
}
.lineup3 td p.price{
	text-align:center;
	font-weight:bold;
	color:#e50615;
}
#footer_guide a{
	color:#ffffff;
}

#k_img_01{
	width:260px;
	height:255px;
	float:left;
	background:url(../img/k_img_01.jpg) no-repeat;
	margin-right:10px;
	text-align:center;
	margin-bottom:5px;
	padding-top:135px;
}
#k_img_01 img{
	margin-left:4px;
}
#k_img_02{
	width:259px;
	height:254px;
	float:left;
	background:url(../img/k_img_02.jpg) no-repeat;
	margin-right:10px;
	text-align:center;
	margin-bottom:5px;
	padding-top:135px;
}
#k_img_02 img{
	margin-left:4px;
}
#k_img_03{
	width:260px;
	height:255px;
	float:left;
	background:url(../img/k_img_03.jpg) no-repeat;
	text-align:center;
	margin-bottom:5px;
	padding-top:135px;
}
#k_img_03 img{
	margin-right:5px;
}
#k_img_04{
	width:260px;
	height:255px;
	float:left;
	background:url(../img/k_img_04.jpg) no-repeat;
	margin-right:10px;
	text-align:center;
	margin-bottom:5px;
	padding-top:135px;
}
#k_img_04 img{
	margin-left:4px;
}
#k_img_05{
	width:259px;
	height:254px;
	float:left;
	background:url(../img/k_img_05.jpg) no-repeat;
	margin-right:10px;
	text-align:center;
	margin-bottom:5px;
	padding-top:135px;
}
#k_img_05 img{
	margin-left:4px;
}
#k_img_06{
	width:260px;
	height:255px;
	float:left;
	background:url(../img/k_img_06.jpg) no-repeat;
	text-align:center;
	margin-bottom:5px;
	padding-top:135px;
}
#k_img_06 img{
	margin-right:5px;
}

/* class */

.center{
	margin-left:auto;
	margin-right:auto;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}
.v_center{
	vertical-align:middle;
}
.m_center{
	margin-left:auto;
	margin-right:auto;
}
.bold{
	font-weight:bold;
}
.mt_10{
	margin-top:10px;
}
.mt_15{
	margin-top:15px;
}
.mt_20{
	margin-top:20px;
}
.mt_30{
	margin-top:30px;
}
.ml_40{
	margin-left:40px;
}
.mr_02{
	margin-right:2px;
}
.mr_10{
	margin-right:10px;
}
.mr_20{
	margin-right:20px;
}
.mb_05{
	margin-bottom:5px;
}
.mb_08{
	margin-bottom:8px;
}
.mb_20{
	margin-bottom:20px;
}
.mb_30{
	margin-bottom:30px;
}
.pt_20{
	padding-top:20px;
}
.w_215{
	width:215px;
}
.w_350{
	width:350px;
}
.w_485{
	width:485px;
}
.w_705{
	width:705px;
}
.w_800{
	width:800px;
}
.c_e50615{
	color:#e50615;
}
.c_31936e{
	color:#31936e;
}
.c_7b0c41{
	color:#7b0c41;
}
.c_bf0000{
	color:#bf0000;
}
.f_size_14{
	font-size:1.2em;
}
.f_size_16{
	font-size:1.35em;
}
.clear{
	clear:both;
}


#freelineup{
	width:820px;
	margin:0 auto 50px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-weight:normal;
}
#freelineup td{
	text-align:center;
	vertical-align:top;
}
#freelineup td p{
	width:170px;
	margin:0px auto;
	text-align:center;
}
#freelineup td img{
	/**margin-top:8px;**/
}
#freelineup td p.price{
	text-align:center;
	font-weight:bold;
	color:#e50615;
}

#freelineup td p.price1{
	text-align:center;
	font-weight:normal;
	color:#e50615;
}

.font12{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-weight:normal;
}

.newkcup{
    text-align:center;
	font-weight:bold
	}

