@charset "UTF-8";

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

  /topics/index.html
  /topics/detail/topicsxxxx.html

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

/* h1
------------------------------------------------------- */
body.index h1 {
	padding-left: 0px;
	padding-right: 0px;
}


/* h2.text
------------------------------------------------------- */
h2.text {
	padding-left: 28px;
	color: #339900;
	border-bottom: 2px solid #5CAD33;
}
h2.text em {
	color: #333333;
}
h2.text img {
	padding-top: 3px;
}


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


/* ul.item
------------------------------------------------------- */
body.index ul.item {
}
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;
}


/* navL
------------------------------------------------------- */
/*  ul li a:hover  */
div.navL ul li a:hover {
	color: #339900;
}
/*  END  */