@charset "UTF-8";
@import url("../screen.css");

div#main {
	background-image:url(../../../book/images/main.jpg);
}

div#item p em {
	color:#F00;
}

div#item table {
	margin-top:20px;
}

div#item table tr th.osusume {
	background-color:#3f507d;
	padding:5px 10px;
	color:#FFF;
	width:60px;
	font-weight:normal;
}

div#item table tr td.price {
	background-color:#e3e8f3;
	padding:5px 10px 5px 0;
	width:70px;
}
div#item table tr td.title {
	font-weight:bold;
	padding:5px 0 5px 10px;
	background-color:#e3e8f3;
	width:350px;
}
div#item table tr td.title em {
	font-size:10px;
	font-weight:normal;
}

div#item p.evaluation {
	background-color:#FFF;
	border:3px solid #cccccc;
	padding:8px 10px;
}
