@charset "utf-8";


h2{
	border-bottom:2px solid #d71518;
	padding:0px;
	margin:0px 0 10px 0;
	clear:both;
}

/*　h2タグ右端にアイコン入り　*/
div#h2tagsBox{
	margin:0;
	padding:0;
	border-bottom:2px solid #d71518;
	position:relative;
	height:28px;
	clear:both;
}

div#h2tagsBox h2{
	float:left;
}

div#h2tagsBox div.icon{
	float:left;
	position:absolute;
	right:10px;
	margin:0px;
}

h3{
	color:#3e1c00;
	font-weight:bold;
	font-size:16px;
	line-height:100%;
	position:relative;
}


h3 a:link{
	color:#3e1c00;
	font-weight:bold;
	text-decoration:none;
}

h3 a:hover{
	color:#3e1c00;
	font-weight:bold;
	text-decoration:underline;
}


h3 .imgFirst{
	position:absolute;
	bottom:2px;
	right:0;
}

h3 .imgSecond{
	position:absolute;
	bottom:2px;
	right:14px;
}

h3.Half{
	color:#3e1c00;
	font-weight:bold;
	font-size:14px;
	line-height:100%;
	position:relative;
}

h3.Quarter{
	color:#3e1c00;
	font-weight:bold;
	font-size:12px;
	line-height:100%;
	position:relative;
}


div#OrderBox{
	margin:0;
	padding:5px;
	width:200px;
	height:188px;
 border-radius: 5px 5px 5px 5px;
	background-color:#f7f7f7;
	float:left;
}

div#h1tagsBox div.icon img{
	margin-left:3px;
}

#topMenu{
	width:950px;
	padding:0px;
	margin:10px 0 10px 0;
}

#topMenu div.topMenuWapper{
	width:310px;
	margin:0px 0 15px 10px;
	float:left;
	padding:0;
}

div.MenuBoxRed{
	margin:0;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#d71518;
	text-align:center;
}

div.MenuBoxGreen{
	margin:0;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#94cf13;
	text-align:center;
}

div.MenuBoxOrange{
	width:310px;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#fda30b;
	text-align:center;
}

div.MenuBoxMizuiro{
	width:310px;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#5cb2cb;
	text-align:center;
}

div.MenuBoxPink{
	width:310px;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#f4a6b7;
	text-align:center;
}

div.MenuBoxNavy{
	width:310px;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#002f82;
	text-align:center;
}

div.MenuBoxYellow{
	width:310px;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#efc700;
	text-align:center;
}

div.MenuBoxGray{
	width:156px;
	padding:8px 0;
	height:14px;
	background-color:#b3b3b3;
	text-align:center;
}

div.MenuBoxBrown{
	width:310px;
	padding:8px 0;
	width:310px;
	height:14px;
	background-color:#3f1c00;
	text-align:center;
}

table.MenuTable{
	margin:0;
	border:1px solid #a7a7a7;
	border-top:none;
	width:310px;
	position:relative;
}

table.MenuTable td{
	padding:10px 5px 5px 5px;
	vertical-align:top;
}


table.MenuTableHalf{
	margin:0;
	border:1px solid #a7a7a7;
	border-top:none;
	width:145px;
}

table.MenuTableHalf td{
	padding:10px 5px 5px 5px;
	vertical-align:top;
}

div.MenuBox{
	width:297px;
	margin:0;
	padding:0;
	position:relative;
 min-height:200px;
}


div.MenuBoxHalfTable{
	width:143px;
	margin:0;
	position:relative;
 min-height:200px;
}


div.MenuBoxQuarter{
	width:143px;
	margin:0;
	position:relative;
}

.borderRight{
	border-right:1px solid #a7a7a7;
}

.borderBottom{
	border-bottom:1px solid #a7a7a7;
}


.btn{
	position:absolute;
	bottom:0px;
	left:0px;
}

.Halfbtn{
	position:absolute;
	bottom:25px;
	left:0px;
}

.btnOrder{
	position:absolute;
	bottom:0;
	right:0px;
}

.btnHalfOrder{
	position:absolute;
	bottom:0px;
	left:0px;
}

.btnHalfPrice{
	position:absolute;
	bottom:25px;
	left:76px;
}

.btnPrice{
	position:absolute;
	bottom:0;
	left:76px;
}

#info dt {
	display: block;
	float:left;
	width: 9em;
	padding:0px;
	margin:0px;
}

#info dd {
	margin:0px;
	display:block;
}

#info dd:after {
	display: block;
 height: 0;
 visibility: hidden;
 clear: both;
 content: ".";
}


div.allListLinkArea{
	clear: both;
	margin: 0;
	padding: 0;
	height:30px;
}

div.allListLinkArea a.allListLink{
	display: block;
	float: right;
}
div.allListLinkArea a.allListLink:hover{
	border-color: #0099ff;
}


.osusumeBnr{
	float:left;
	margin-left:3px;
}
	
