@charset "UTF-8";

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

  /interview/index.html
  /interview/detail/interviewxxxx.html

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

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


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


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


/* ul.item
------------------------------------------------------- */
body.index ul.item li h3 {
}
body.index ul.item li h3 img {
	display: block;
	margin-top: 2px;
}


/* table
------------------------------------------------------- */
/*  common  */
table.category,
table.form {
	border: 2px solid #F0E1F0;
}
table.category th,
table.form th {
	background-color: #F0E1F0;
}
/*  END  */

/*  table.form  */
div#mainRightcol table.form th {
	color: #993399;
}
div#mainRightcol table.form th em {
	color: #FF6600;
}
/*  END  */

/*  div.feedBack  */
div.feedBack {
}
div.feedBack div.text {
	border: 2px solid #D6ADD6;
}
div.feedBack div.text em {
	color: #993399;
}
/*  END  */

/*  div.offerForm  */
div.offerForm {
	border: 2px solid #D6ADD6;
}
/*  END  */


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