@charset "utf-8";
/* CSS Document */

@import "base.css";


#topimage {
	position: relative;
}

#topimageTxt1 {
	position: absolute;
	top: 65px;
	left: 30px;
	font-size: 85%;
}

#topimageTxt2 {
	position: absolute;
	top: 114px;
	left: 50px;
	font-size: 85%;
	color: #FFF;
	font-weight: bold;
}

/* 新商品情報
-------------------------------------------------*/

#newMenuListBox {
	margin:20px 0 0 40px;
}

.newBentoListTable {
	border: solid 1px #f8a000;
	margin:0 0 20px 0;
	width:495px;
	
}

.newBentoBikoBox {
	margin:10px;
	border-bottom: 1px dotted #000;
	padding:0 0 10px 0;
}

.newBentoBiko1 {
	font-weight: bold;
	font-size: 14px;
}

.newBentoBiko2 {
	color: #770400;
	font-weight: bold;
	font-size: 14px;
}

.newBentoPriceBox table {
	margin:10px;
}

.newBentoPriceBox td , .newBentoPriceBox th {
	font-size: 14px;
	font-weight: normal;
}

.newBentoPriceBox th {
	text-align: left;
}

.newBentoPriceBox td {
	color: #F00;
	font-weight: bold;
	text-align: right;
}

/* conten padding-bottom 0
-------------------------------*/

#content {
	padding-bottom:0;
}

.pagetop {
	padding-bottom:20px;
}