@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
<style type="text/css">
#searchCommon h1 {
	font-size: 150%;
	color: #0850B2;
	background-color: #F0F6FD;
	border-top: 7px solid #0850B2;
	border-bottom: 3px solid #CCCCCC;
	
}
#searchCommon h2 {
	font-size: 100%;
	color: #0850B2;
	background-color: #EFEFEF;
	border-left: 5px solid #0850B2;
	margin:0px;
	padding:0px
}

#searchCommon p.pLink {
	font-weight: bold;
    font-size: 100%;
	line-height: 170%;
	color: #595A5A;
}
/*2011/02/22 サムネイル画像調整用として追加*/
img.thumb {
	border:0;
	max-width:51px;
  	max-height:51px;
	_height:44px;
}
</style>

