/*--------------------------------------------

	For search file

	Last update : 2009.12.9
	mio urakami

	---------------------------
	1-0 structure
	2-0 visual setting
		2-1 common
		2-2 block
  --------------------------------------------*/

/*----------------------------------------------------------------
1-0 structure
-----------------------------------------------------------------*/

div.result .searchblock h2{
	float:left;
	width:340px;
}

div.result .searchblock{
	clear:both;
}



/*----------------------------------------------------------------
  2-0 visual setting
-----------------------------------------------------------------*/

/* --------------------------------------------
2-1 common
---------------------------------------------*/

#body div.searchblock ul{
	list-style:none;
}

#body #contents div.searchblock h2 a:link{
	color:#017669;
	text-decoration:underline;
}

#body #contents div.searchblock h2 a:visited{
	color:#666;
	text-decoration:underline;
}

#body #contents div.searchblock h2 a:hover{
	color:#f36;
	text-decoration:underline;
}


/*タイトル*/
div.result h1.search {
	padding:28px 6px 45px 6px;
	font-size:200%;
	background:none;
}

/*検索カテゴリー*/
div.result h1.search .category{
	font-size:58%;
}

/*検索件数*/
div.result h1.search .num{
	color:#d93c3c;
	font-size:75%;
}

/* --------------------------------------------
2-2 block
---------------------------------------------*/

div.result .searchblock{
	margin:0 25px;
	padding:12px 6px;
	border-top:2px dotted #cfc5ad;
}

/*ページ名*/
div.result .searchblock h2{
	padding:0.3em 0 0.4em 0;
	font-size:134%;
	line-height:1.34;
}

/*カテゴリ名*/
div.result .searchblock p.categoryname{
	line-height:1.34;
}

/*ページ説明文*/
div.result .searchblock p.text{
	margin:0 0 0 410px;
	line-height:1.4;
}

/*検索キーワードの太字表示*/
div.result .searchblock span.keywords{
	font-weight:bold;
}

/*元のページに戻る*/
div.result .search_back{
	margin:0 25px;
	padding:1.5em 22px 0 8px;
	border-top:2px dotted #cfc5ad;
	background:url("/imgj/common/arw01_green.gif") no-repeat right bottom;
	text-align:right;
}

div.result img.searching {
        margin-right: 5px;
        vertical-align: middle;
        }
