/*検索結果表示用*/
.pagetitle {
	margin-top:10px;
	background:#1A4876 url(/common/img/bg/bg_2color_h33_1A4876-003366.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	overflow:hidden;
	padding:7px 10px;
	font-size:16px;
	margin-bottom: 20px;
}

.search_result_elem {
	margin:10px 0px;
}
.search_result_elem h3 {
	font-size:14px;
}

.search_desc {
	font-weight:normal;
	margin:5px 0px;
}
.search_url {
	font-weight:normal;
	font-size: 11px;
	color: #009900;
}
.searchfooter_container {
}

.searchfooter {
	text-align:center;
	font-size: 13px;
}

/*サイトポリシー*/
#sitepolicy h3 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:4px;
	background:transparent url(/common/img/line/line_side_dotted_999999.gif) repeat-x scroll left top;
}
/*プライバシーポリシー*/
#ppolicy h3 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:4px;
	background:transparent url(/common/img/line/line_side_dotted_999999.gif) repeat-x scroll left top;
}

/*サイトマップ*/
#sitemap {
	width:970px;line-height:20px; margin-bottom:50px;
}
#sitemap dl {
	margin-top: 10px;
	margin-bottom: 15px;
}

#sitemap dt {
	font-size: 16px;
	margin-bottom: 10px;
}

#sitemap li {
	padding-left: 20px;
}

#sitemap li a {
	background:transparent url(/common/img/arrow/arrow_triangle_right_blue.gif) no-repeat scroll left center;
	padding-left:10px;
}


/*分離バー 白*/
.sepalate_bar {
	background:transparent url(/std/img/line_sepalate_bar.gif) repeat-x scroll left center;
	height:2px;
	overflow:hidden;
}

/*分離バー 点線*/
.sepalate_bar_dot {
	background:transparent url(/common/img/line/line_side_dotted_999999.gif) repeat-x scroll left bottom;
	height:1px;
	overflow:hidden;
	margin: 5px 0px;
}

/*分離バー 実線 グレー*/
.sepalate_bar_solid_blue {
	height:0px;
	border-bottom:solid 1px #9DAFB1;
	overflow:hidden;
	margin: 5px 0px;
}

