<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************/
.clear{
	clear  : both;
	display: none;
}
.clear hr{display: none;}
/******************************************/
#header_right {
	top: 0px;
	position: absolute;
	right: 0px;
	width: 150px;
	margin-right: 5px;
}
#item_detail {
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 264px;
	height: 277px;
	z-index: 2000;
	padding: 0px;
	margin: 0px;
	background-color: #ddd;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/cart_panel.png');
	background-position: left top;
	background-repeat: no-repeat;

	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#item_header {
	text-align: left;
	font-weight: bold;

	height: 30px;
	padding: 5px;
	margin: 0px;
}
#item_header .price {
	padding: 0px 10px;
	width  : 170px;
	text-align: right;
	font-weight: normal;
}
#item_contents {
	display: block;
	text-align: left;
	margin: 30px 2px 0px 2px;
	width: 240px;
	padding: 10px;
	height: 150px;
	overflow-y: auto;
	white-space: pre;			/* CSS 2.0 */
	white-space: pre-wrap;		/* CSS 2.1 */
	white-space: pre-line;		/* CSS 3.0 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -hp-pre-wrap;	/* HP Printers */
	word-wrap: break-word;		/* IE 5+ */
/*	border-top: medium #ff0000 dotted;*/
}
#item_footer {
	width: 260px;
	margin: 0px;

	padding: 0px;
	height: 37px;
}
#item_add_button {
	display: block;
	width: 114px;
	height: 34px;
	margin: 0px auto;
	margin-top: 5px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/cart_button.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#item_add_button span {
	display: none;
}
#item_hide_button {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 24px;
	margin: 0px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/cart_close.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#item_hide_button:hover {
	background-position : left bottom;
}
#item_hide_button span {
	display: none;
}
#title-tip {
	z-index: 2000;
	margin: 0 1em 0 0;
	border: solid #ccc 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .3em .5em;
	background: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	font-size: 86%;
}
/******************************************/
#cart {
	display: block;
	position: absolute;
	top: 60%;
	right: 0px;
	width: 275px;
	z-index: 2000;
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/cart_box_middle.png');
}
.cart_off {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.cart_on {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#cart_header {
	cursor: move;
	width: 275px;
	height: 57px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/cart_box_top_b.png');
	padding: 0px;
	margin: 0px;
	background-color:#fff;
}
#cart_header #detail_button {
	padding: 0px;
	margin: 14px 10px 0px 0px;
	float: right;
	display: block;
	width: 45px;
	height: 34px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#cart_header .detail_button_on {
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/btn_detail_open.jpg');
}
#cart_header .detail_button_off {
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/btn_detail_close.jpg');
}
/* IE7p */
*:first-child+html #cart_header #detail_button {
	margin: 7px 10px 0px 0px;
}
#cart_header #item_explanation {
	float: right;
	padding: 0px;
	margin: 34px 10px 0px 0px;
	width: 100px;
	height: 12px;
	font-size: 9px;
	color: #fff;
}
/* IE6p */
* html #cart_header #item_explanation {
	margin-right: 5px;
}
/* IE7p */
*:first-child+html #cart_header #item_explanation {
	margin: 7px 10px 0px 0px;
}
#cart_header #item_price {
	float: right;
	padding: 0px;
	margin: 34px 10px 0px 0px;
	width: 50px;
	height: 12px;
	font-size: 9px;
	color: #fff;
}
/* IE6p */
* html #cart_header #item_price {
	margin-right: 5px;
}
#cart_contents {
	margin: 0px;
	padding: 0px;
	width: 270px;
	padding-left: 2px;
	display: block;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.contents_off {
	height: 0px;
	display: none;
}
.contents_off {
	height: 200px;
	display: block;
}
#cart_footer {
	position:absolute;
	left: auto;
	bottom: auto;
	margin: 0px;
	padding: 0px;
	width: 275px;
	height: 37px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/cart_box_bottom_b.png');
}
#cart_footer #register_button {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 7px;
	left: 107px;
	display: block;
	width: 61px;
	height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/register.png');
}
/******************************************/
#cart_contents .items1 {
	padding: 0px;
	margin: 0px;
	width: 255px;
	font-size: 10px;
}
#cart_contents .items2 {
	margin: 0px;
	padding: 0px;
	width: 255px;
	font-size: 10px;
}
#cart_contents .items3 {
	margin: 0px;
	padding: 0px;
	width: 255px;
	font-size: 10px;
}
.item_name {
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	float: left;
	font-weight: bolder;
}
.item_del {
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	margin-left: 10px;
	float: left;
}
.item_cnt {
	margin-top  : 1px;
	margin-left : 10px;
	float: right;
	vertical-align: bottom;
	margin-right  : 13px;
}
/* IE6p */
* html .item_cnt {
	margin-left: 5px;
}
.item_cnt select {
	margin: 0px;
	padding: 0px;
	dipslay: inline;
}
.item_cost {
	text-align: right;
	float: right;
	margin-top: 7px;
	margin-left: 5px;
}
/* IE6p */
* html .item_cost {
	display: inline;
}
.item_price {
	text-align: right;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 13px;
}
/* IE6p */
* html .item_price {
	display: inline;
}
#cart_contents #total {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	width: 255px;
	height: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/price.jpg');
	color: #f00;
	font-weight: bolder;
}
#total .total_comm {
	margin-top: 7px;
	margin-left: 10px;
	float: left;
	width: 70px;
}
/* IE6p */
* html .total_comm {
	display: inline;
}
#total .total_price {
	width: 150px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	text-align: right;
}
/* IE6p */
* html .total_price {
	display: inline;
}
/******************************************/
#order {
	top:0px;
	left:0px;
	position: absolute;
	z-index: 5000;
	display: none;
}
#order_back {
	display: none;
	z-index: 4500;
	top:0px;
	left:0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#order_disp {
	width: 100%;
	height: 100%;
	text-align:center;
}
#order_board {
	margin: 10px auto;
	height: 650px;
	width: 750px;
	background-color: #F2F2F2;
	overflow-y: scroll;
	overflow-x: hidden;
}
#order_contents {
	margin: 10px auto;
	height: 100%;
	width: 720px;
	background-color: #F2F2F2;
}
/******************************************/

#order_disp #header {
	text-align:left;
	padding: 10px;
	font-size: 18px;
	font-weight: bolder;
	color: #fff;
	width: 714px;
	height: 40px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/cart_h1.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
#order_disp #nagare {
	text-indent: -9999px;
	margin: 0px auto;
	margin-top: 10px;
	width: 656px;
	height: 38px;
	background-image: url('/cakephp/copilog2_app/webroot/img/shop/nagare1.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

#order_disp #order_item {
	width: 656px;
	margin: 0px auto;
	margin-top: 10px;
}
.items_comm {
	color:#000;
	text-align: left;
	margin: 0px auto;
}
#order_item .items {
	border-collapse: separate;
	width: 656px;
}
#order_item .items th {
	font-weight: bolder;
	background-color: #ffcccc;
}
#order_item .items td {
}
#order_item .items .line {
	margin: 0px;
	padding: 0psx;
	height:1px;
	border: 1px dotted #000000;
}
#order_item input {
	display: inline;
}
#order_disp #total {
	border-top: 1px solid #000000;
	width: 656px;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	color: red;
}
#order_disp #total .total_comm {
	margin-top: 7px;
	margin-left: 10px;
	float: left;
}
#order_disp #total .total_price {
	float: right;
	margin-top: 7px;
	margin-left: 10px;
	text-align: right;
}
/******************************************/
#order_usr {
	margin: 0px auto;
	width: 656px;
	margin-top: 10px;
}
#input_table {
	width: 656px;
	border-collapse: collapse;
	border: solid 1px #999;
}

#input_table tr {
	border-bottom:solid 1px #fff;
}

#input_table th {
	font-weight: normal;
	background-color: #ccc;
	width: 22px;
	border: solid 1px #999;
}

#input_table td {
	border:solid 1px #999;
	padding: 5px;
}

#input_table .fname{
	width: 130px;
	background-color: #ddd;
}
#input_table .fvalue{
	background-color: #eee;
}
#input_table .message {
	font-size: 8pt;
	color: #333;
}
#input_table .spacer {
	height: 5px;
}
/******************************************/
.comment {
	width: 656px;
	text-align: left;
}
#order_cancel {
	top:10px;
	left:10px;
	position: absolute;
}

#conductor{
	position          : relative;
	top               : 8px;
	right             : 6px;
	width             : 19px;
	height            : 20px;
	background-image  : url('/cakephp/copilog2_app/webroot/img/shop/description_btn.png');
	background-repeat : no-repeat;
	text-indent       : -9999px;
	display           : block;
	float             : right;
	cursor            : pointer;
}
</pre></body></html>