/* CSS Document */

.box {
	clear: both;
	overflow: auto;
	width: 560px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #CCCCCC;
}
.boxL {
	float: left;
	width: 270px;
}
.boxR {
	float: right;
	width: 270px;
}
.box p {
	line-height: 1.4;
	margin: 0.5em 0;
}
.box p.ex {
	color: #0066CC;
}
.box p.order {
	line-height: 1.4;
	text-align: right;
	font-size: 65%
}
.box table {
	border-collapse: collapse;
}
.box table th,.box table td {
	padding: 2px 4px;
	border: 1px solid #CCCCCC;
	font-size: 65%;
}
.box table th {
	background-color: #EEEEEE;
	font-weight: normal;
	text-align: center;
}

h2 {	
	margin-left: 0 !important;
}

table#shop {
	width: 560px;
	border-collapse: collapse;
}
table#shop th {
	line-height: 2;
	font-size: 75%;
	font-weight: normal;
}
table#shop td {
	padding: 2px 4px;
	border-top: 1px dashed #CCCCCC;
}
