@charset "utf-8";
/* CSS Document */
#contents #contentmidalign {
	width: 80%;
	text-align: justify;
}
#thumb_wrapper {
	width: 742px;
	height: 90px;
	left: 225px;
	top: 460px;
	position: absolute;
}
#thumbs {
	position: absolute;
	top: 0px;
	overflow:hidden;
	height:90px;
	width:90%;
	white-space:nowrap;
}
#linenhead {
	height: auto;
	width: auto;
	top: 94px;
	position: absolute;
	left: 600px;
}
#largepicture {
	width: 263px;
	height: 350px;
	text-align: center;
	border: 2px solid #f7c769;
	left: 422px;
	top: 80px;
	position: absolute;
	z-index:100;
}
#image_caption {
	position: absolute;
	top: 435px;
	height: 12px;
	font-size: 11px;
	left: 435px;
}
#size_chart {
	width: 300px;
	height: 272px;
	position: absolute;
	left: 390px;
	top: 20px;
	overflow: auto;
	text-align: justify;
}
#size_chart ul {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#size_chart li {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}
td.arrow {
	width: 28px;
}
@media print {
	#contents #contentmidalign {
		width: 100%;
	}
	#rightsidegraphic {
		display: none;
	}
	#size_chart {
		position: static;
		width: 98%;
		height:	auto;
	}
	#thumb_wrapper {
		display: none;
	}
}

