@charset "UTF-8";

/* -------------------------------------------------------
  layout style
  Last Update 2009-06-08 SOY Eigi

  /search/index.html
  /search/detail/searchxxxx.html

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

/* div#lead
------------------------------------------------------- */
div#lead {
	background-image: url("/search/images/lead_top.gif");
}
div#lead p {
	background-image: url("/search/images/lead_middle.gif");
}
div#lead div.end {
	background-image: url("/search/images/lead_bottom.gif");
}


/* div.textArea
------------------------------------------------------- */
body#search div.textArea p {
	font-size: 93%;
}
body#search div.textArea p.anchor {
	margin-top: 8px;
}
body#search div.textArea ul.attention {
	margin-top: 23px;
}


/* h3
------------------------------------------------------- */
h3 {
	margin-bottom: 20px;
}


/* ul
------------------------------------------------------- */
body#search ul.item div.imgArea {
	float: left;
	padding-bottom: 20px;
	width: 60px;
}
body#search ul.item div.textArea {
	float: right;
	padding-bottom: 20px;
	width: 600px;
}
body#search ul.item {
	border-top: 1px dotted #CCCCCC ;
}
body#search ul.item li {
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 0;
}
body#search ul.item div.textArea ul.list li {
	padding: 0;
	border: none;
}


/* div.item
------------------------------------------------------- */
div.item {
	margin-bottom: 20px;
}
