@charset "utf-8";
/* CSS Document */


p#right {
	text-align: right;
}

#search_result_wrap {
	text-align:center;
	padding-left: 5px;
}
#search_result_wrap #category_head {
	background: #669900;
	margin: 5px;
	height: 48px;
	width: auto;
	text-align: center;
	display: block;
	padding: 0px;
}
h6 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	width: auto;
	font-weight: bold;
	background-color: #330000;
	margin: 3px 5px;
	padding: 5px 10px;
}
#search_result_wrap div.head {
	float: left;
	height: auto;
	width: auto;
}
#search_result_wrap div.wrap {
	height: auto;
	width: auto;
	text-align: center;
	
}
#search_result_wrap div.float_left_120 {
	float: left;
	width: 120px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#search_result_wrap div.float_left_150 {
	float: left;
	width: 150px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#search_result_wrap p.abcd {
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#search_form {
	margin-top: 5px;
	margin-bottom: 8px;
	
}
#search_form select {
	font-size:18px;
	color:#333333;
	height:25px;
}
#search_form label {
	font-size:18px;
	color:#FF3333;
	height:25px;
	margin-left:8px;
	font-weight: bold;
}
#search_form input#button {
	font-size:18px;
}
#search_form #input_box {
	margin-left:20px;
	font-size:18px;
	color:#333333;
	height:25px;
}

#sort_form{
	text-align: right;	
}

#sort_form select {
	font-size:18px;
	color:#333333;
	height:25px;
}
#sort_form label {
	font-size:18px;
	color:#333333;
	height:25px;
	margin-right:5px;
	margin-left:5px;
}

ul#order {
	text-align: right;
	list-style-type: none;
	line-height: 2em;
	margin-right: 5px;
}


div.valu_set_links {
	height: 110px;
	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #FFCC66;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
div.valu_set_links img {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
div.valu_set_links p {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
	text-align: left;
}
div.valu_set_links h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
	text-indent: 3px;
}
div.valu_set_links a {
	color: #666666;
	text-decoration: underline;
}

/*****検索ページで件数が多い時に表示するページ番号リンクの定義*****/
.page_link_wrap {
	width: auto;
	text-align: center;
	color:#FFFFFF;
}

	.pege_link_wrap ul {
	list-style-type: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
	.pege_link_wrap li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	}
	
	.pege_link_wrap a {
	display: inline;
	color: #666666;
	text-decoration: none;
	}
	
	.pege_link_wrap a:visited {
	display: inline;
	color: #CCCCCC;
	}
	
	.pege_link_wrap a:hover , .pege_link_wrap a:active {
	display: inline;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	}
