@charset "utf-8";

/*---- search_by_category ----*/

#f_contents #p2_maincontents h1 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

#f_contents #p2_maincontents .banner_area {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

#f_contents #p2_maincontents .banner_area .left_column {
	float: left;
	width: 283px;
}

#f_contents #p2_maincontents .banner_area .right_column {
	float: right;
	width: 283px;
}

#f_contents #p2_maincontents #search_by_category {
	background: url("../../product/images/bg_contents_section.gif") repeat-y 0 0;
}

#f_contents #p2_maincontents #search_by_category {
	margin: 20px 0 0;
}

#f_contents #p2_maincontents #search_by_category table {
	margin: 0 0 0 3px;
	border: none;
	border-collapse: collapse;
}

#f_contents #p2_maincontents #search_by_category table th {
	padding: 10px 10px 0 10px;
	border-right: 1px solid #e6e6e6;
	border-collapse: collapse;
	font-weight: normal;
	vertical-align: top;
}

#f_contents #p2_maincontents #search_by_category table tr.first_tr th {
	padding-top: 0;
}

#f_contents #p2_maincontents #search_by_category table td {
	padding: 0;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-collapse: collapse;
	vertical-align: bottom;
}

#f_contents #p2_maincontents #search_by_category table th.last_th,
#f_contents #p2_maincontents #search_by_category table td.last_td {
	border-right: none;
}

#f_contents #p2_maincontents #search_by_category table tr.last_tr td {
	border-bottom: none;
}

#f_contents #p2_maincontents #search_by_category table th p {
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
	background: url("../../product/images/linkmark_th_top.gif") no-repeat left top;
}

#f_contents #p2_maincontents #search_by_category table th span {
	display: block;
	padding: 0 5px 7px;
	background: url("../../product/images/linkmark_th_bottom.gif") no-repeat left bottom;
}

#f_contents #p2_maincontents #search_by_category table th a {
	display: block;
	padding: 0 0 0 12px;
	background: url("../../company/images/linkmark_pro.gif") no-repeat 0 5px;
	line-height: 1.4;
}

#f_contents #p2_maincontents #search_by_category table th span.small {
	display: inline;
	padding: 0;
	background: none;
}

#f_contents #p2_maincontents #search_by_category table td img {
	display: inline;
	padding: 0;
	background: none;
}

/*=============================================

 clearFix

=============================================*/

/*---- for not IE ----*/

#f_contents #p2_maincontents .banner_area:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*---- for IE7 and Mac ----*/

#f_contents #p2_maincontents .banner_area {
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;      /* for not Mac */
	/* escape MacIE5 */
}

/*---- for IE5 IE6... ----*/

/* escape MacIE5 \*/

* html #f_contents #p2_maincontents .banner_area {
	height: 1%;
}

/* escape MacIE5 */
