@charset "UTF-8";
/* CSS Document */

/*--------------------------
　おせちページ
---------------------------*/

#order{
	padding:10px;
	border:#B5871B 1px solid;
	background:url(images/order_bg.jpg) left top repeat-y;
}

#detail{
	width:430px;
	float:left;
}

#button{
	width:246px;
	margin-top:20px;
	float:right;
}

#detail p{
	font-size:20px;
}

#detail p strong{
	font-size:20px;
}

#detail .bold{
	font-weight:bold;
}

#detail .small{
	font-size:0.9em;
}