@charset "utf-8";

/*
========================================
trust index page
========================================
*/

/*
----------------------------------------
block title
----------------------------------------
*/

.content-main h3.block-title-first {
	margin:0 0 10px 10px;
	padding:4px 4px 4px 6px;
	font-size:1.2em;
	font-weight:bold;
	border-left:8px solid #9c0;
	}
	
.content-main h3.block-title {
	margin-top:40px;
	}
	

/*
----------------------------------------
search-category-nav
----------------------------------------
*/

.search-category-nav {
	width:840px;
	height:28px;
	margin-bottom:15px;
	background:url("../image/search-menu-bg.gif") 0 0 repeat-x;
	}
	
.search-category-nav ul {
	margin:0;
	}
	
.search-category-nav ul li {
	margin:0;
	}
	
.search-category-nav ul li.office {
	float:left;
	width:135px;
	height:28px;
	line-height:28px;
	margin:0 0 0 10px;
	padding:0;
	}

.search-category-nav ul li.office a {
	float:left;
	width:215px;
	height:28px;
	line-height:28px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	background:url("../image/search-menu-office-btn.gif") 0 0 no-repeat;
	}
	
.search-category-nav ul li.office a:hover {
	background:url("../image/search-menu-office-btn_f2.gif") 0 0 no-repeat;
	}
	
	
	
.search-category-nav ul li.shop {
	float:left;
	width:135px;
	height:28px;
	line-height:28px;
	margin:0 0 0 5px;
	padding:0;
	}

.search-category-nav ul li.shop a {
	float:left;
	width:135px;
	height:28px;
	line-height:28px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	background:url("../image/search-menu-shop-btn.gif") 0 0 no-repeat;
	}
	
.search-category-nav ul li.shop a:hover {
	background:url("../image/search-menu-shop-btn_f2.gif") 0 0 no-repeat;
	}
	
	

.search-category-nav ul li.storage {
	float:left;
	width:135px;
	height:28px;
	line-height:28px;
	margin:0 0 0 5px;
	padding:0;
	}

.search-category-nav ul li.storage a {
	float:left;
	width:135px;
	height:28px;
	line-height:28px;
	margin:0;
	padding:0;
	text-indent:-10000px;
	background:url("../image/search-menu-storage-btn.gif") 0 0 no-repeat;
	}
	
.search-category-nav ul li.storage a:hover {
	background:url("../image/search-menu-storage-btn_f2.gif") 0 0 no-repeat;
	}	
	
	
	
body.trust-office .search-category-nav ul li.office a {
		background:url("../image/search-menu-office-btn_f2.gif") 0 0 no-repeat;
	}
	
body.trust-shop .search-category-nav ul li.shop a {
		background:url("../image/search-menu-shop-btn_f2.gif") 0 0 no-repeat;
	}
	
body.trust-storage .search-category-nav ul li.storage a {
		background:url("../image/search-menu-storage-btn_f2.gif") 0 0 no-repeat;
	}
	
	
	
	
	
