/* CSS Document */
h1 {
	font-size : 14px;
	padding : 10px;
}
div#exp {
	font-size : 14px;
	padding : 5px;
	border : solid 1px #999;
	margin-bottom : 10px;
}
div#contents th {
	background : #FE1;
	padding : 2px 5px;
	color : #666;
}
div#contents td {
	padding : 10px 3px;
}
.image { width : 150px; }
.name	 { width : 200px; font-weight : 700; }
.price { width : 180px; }
.price p {
	text-align : right;
	padding : 2px 5px;
	font-weight : 700;
	font-size : 14px;
	color : #666;
}
tr.back1 td {
	background : #EEF;
}
td.description {
	font-size : 14px;
	vertical-align : top;
	color : #333;
}
p#page {
	font-size : 14px;
	padding : 10px;
	width : 500px;
}
p#page span {
	padding : 2px 5px;
}
span.page_shift strong {
	padding : 2px 5px;
}
span.shift {
	font-size : 12px;
}
span.strong {
	background : #FEC;
	font-weight : 700;
	color : #321;
}