td.box {
	width: 180px;
}

a.box {
	color: #ff9933;
	text-decoration: none;
}
a.box:history {
	color: #ff9933;
}
a.box:hover {
	color: #ff0000;
}

table.box {
	width: 100%;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	font-size: inherit;
}

table.box td.box_name {
	color: #ff9933;
	/* font-size: 80%;*/
	font-weight: bold;
	padding: 5px;
	height: 2.5em;
	vertical-align: top;
}

table.box td.box_image {
	text-align: center;
	/* font-size: 80%;*/
	padding: 3px;
	vertical-align: top;
}

table.box td.box_info {
	text-align: center;
	padding: 3px;
}

table.box_info {
	background-color: #cccccc;
	font-size: inherit;
}

table.box_info td.box_info_caption {
	width: 70px;
	text-align: right;
	/* font-size: 80%;*/
	background-color: #ffffff;
}

table.box_info td.box_info_value {
	/* font-size: 80%;*/
	background-color: #ffffff;
}


table.list {
	background-color: #cccccc;
}

th.list {
	background-color: #efefef;
	/* font-size: 80%;*/
}

td.list {
	background-color: #ffffff;
	/* font-size: 80%;*/
}

/*--- カート ---*/
table.ls  {
	background-color: #cccccc;
	font-size: inherit;
}

table.ls  th.ls {
	background-color: #efefef;
	/* font-size: 80%;*/
}

table.ls  td.ls {
	background-color: #ffffff;
	/* font-size: 80%;*/
}
/*--- カート ---*/
