@charset "utf-8";
/* CSS Document */

div#content p,
div#content ol {
	/*width: 410px;*/
}
div#imgbox {
	width: 660px;
	margin-bottom: 10px;
	overflow: hidden;
}
div#imgbox img {
	width: 135px;
	height: 100px;
}
div#imgbox img:hover {
	width: 200px;
	height: 150px;
	margin: 0 -36px;
	vertical-align: middle;
	position: absolute;
	padding: 3px;
	background: #FFF;
	z-index: 1;
}
.imgboxtb {
	height: 100px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
td#box_o, #box_t {
	white-space: nowrap;
}
div#gift {
	float: right;
	width: 200px;
	padding: 10px;
	border: dashed 1px #CCC;
	margin: 10px 0 10px 10px;
}
div#gift img {
	margin-bottom: 10px;
}