@charset "EUC-JP";

/*////////////////////////////////////////////////////////////
	CATALOG COMMON
////////////////////////////////////////////////////////////*/

#catalog h1 {
	font-size: medium;
	font-weight: bold;
	color: #602E2E;
	background-image: url(../img/lin_tit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 0.8em;
}
#catalog h2.subtit {
	font-weight: bold;
	color: #602E2E;
	margin-bottom: 0.3em;
	clear: both;
	margin-top: 1em;
}
#catalog #primary p {
	margin-bottom: 1em;
}

#catalog .image {
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#catalog .book {
	background-color: #EEEEEE;
	padding: 5px;
}
#catalog table.data {
	margin-bottom: 1em;
}

#catalog .data th,#catalog .data td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	text-align: left;
}
#catalog .data th {
	text-align: left;
	font-weight: normal;
	background-image: url(/img/ic_bag_03.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 14px;
	padding-right: 3em;
}

#catalog .data td {
	padding-right: 1em;
}
#catalog tr.odd th,#catalog tr.odd td {
	background-color: #EEEEEE;
}
#catalog ul.data {
	margin-left: 25px;
	list-style-type: none;
}
#catalog #get p {
	width: 380px;
	float: right;
}

