/* パワーフコイダンのご注文 */
#mainframe #order {
	display: block;
	width: 518px;
	height: 100px;
	background-image: url(parts/o_title.jpg);
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}
#order span {
	display: none;
}

table tr td {
	vertical-align: top;
}

div.itembox {
	margin: 4px 2px;
	width: 240px;
/*	float: left;*/
}

#checklist {
	background-color: #FCC;
	list-style-position: outside;
}
#checklist li {
	margin-left: 2em;
	list-style-type: decimal;
	font-size: larger;
	line-height: 180%;
}
#checklist li a {
	font-weight: bold;
}
#contents div.article div.itembox h3 {
	display: block;
	background-color: #684B2F;
	font-weight: bold;
	color: #FFF;
	padding: 3px;
}
div.itembox h3 span {
	font-size: smaller;
}
div.itembox p.catch {
	margin: 0 4px;
	padding: 4px;
	height: 32px;
	color: #F66;
	background-color: #FFC;
	font-weight: bold;
}
div.itembox div.name {
	padding: 4px;
	font-weight: bold;
	color: #684B2F;
	background-color: #FCC;
}
div.itembox div.button {
	width: 200px;
	margin: 8px auto;
}
div.itembox div.button a span {
	display: none;
}
div.itembox div.button a.odr {
	display: block;
	width: 200px;
	height: 32px;
	background-color: transparent;
	background-image: url(parts/button_order.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.itembox div.button a.odr:hover {
	background-image: url(parts/button_order_on.gif);
}
div.itembox div.button a.cart {
	display: block;
	width: 200px;
	height: 32px;
	background-color: transparent;
	background-image: url(parts/button_cart.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.itembox div.button a.cart:hover {
	background-image: url(parts/button_cart_on.gif);
}
div.itembox img {
	display: block;
	width: 180px;
	margin: auto;
}
span.red {
	color: #F44;
	font-size: x-large;
	font-weight: bold;
}

#item {
	font-size: larger;
}
#item .itemimage {
	text-align: center;
}
#item h4 {
	line-height: 170%;
	color: #FFF;
	background-color: #684B2F;
	font-size: larger;
	padding-left: 1em;
}
#item .price {
	padding-left: 2em;
	line-height: 170%;
	background-color: #FEE;
	color: #F44;
	font-weight: bold;
}
#item p {
	font-size: smaller;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 160%;
}


#orderform table {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#orderform th, #orderform td {
	border: 1px solid #666;
	padding: 2px 4px;
	line-height: 200%;
}
#orderform th {
	text-align: left;
	background-color: #FFC;
}
#orderform th strong {
	color: #D66;
}

#orderform div.center {
	margin-top: 8px;
	line-height: 160%;
	text-align: center;
}

#otherway {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 8px;
	border: 1px solid #D66;
}
#otherway p {
	color: #06C;
	font-weight: bold;
}

/* 配達日検索 */
#delisearch {
	background-color: #FEE;
	padding: 10px;
}
#delisearch p {
	color: #06C;
	font-weight: bold;
}
#delisearch .query {
	margin-left: 32px;
}
#delisearch .blue {
	font-weight: bold;
	color: #06C;
}
#delisearch .red {
	font-weight: bold;
	color: #D66;
}
#result {
	font-size: 14px !important;
}
#note {
	display: none;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #D66;
	color: #D66;
}
