@charset "UTF-8";

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

  /ya/index.html

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

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


/* h3.text
------------------------------------------------------- */
h3.text {
	border-bottom: 2px solid #33AD33;
}


/* ul.item
------------------------------------------------------- */
body.index ul.item {
	border-top: 1px dotted #CCCCCC;
}
body.index ul.item li {
	padding-bottom: 0;
}
body.index ul.item li h3 {
	padding-bottom: 5px;
}
body.index ul.item li h3 img {
	display: block;
	margin-top: 2px;
}
