/* CSS Document */

.s_title {
	height: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 16px;
	background-color: #CCCCCC;
	font-weight: bold;
}

#s_r_title {
	margin-top: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0px;
}
.results {
	font-size: 20px;
}
#search_Box {
	margin-bottom: 30px;
	padding-top: 10px;
}
#searchtablealph {
}
#searchtablealph td {
	padding: 1px;
}
#searchtable {
	border-bottom: 1px solid #E9E9E9;
}
#searchtable td {
	padding: 3px;
}

#titletable {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#titletable td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#nomartable {
}
#nomartable td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#captable {
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	margin-top: 5px;
}
#captable td {
	padding: 0px;
}
.title_s {
	font-weight: bold;
	font-size: 14px;
}
.price {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}
.price_sale {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.5em;
}
#detable {
	margin-bottom: 10px;
	margin-top: 10px;
}
#detable td {
	padding: 3px;
}
div.kadomaru {
	border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
	border: 1px #EBEBEB solid;     /* g̑ */
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.side_title {
	background-image: url(/lib_images/search/ico_side_loupe.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
