@charset "utf-8";

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

	ArtMeter / STAFF styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2007/03/15
	modified : 2007/03/22

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

@import url("/css/common.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2#titleInterview {
	background-image: url(/img/interview/ti_interview.gif);
	width: 234px;
	height: 17px;
}

div.contSection h3#txtInterview01 {
	background-image: url(/img/interview/txt_interview01.gif);
	width: 329px;
	height: 18px;
}

/* SECTION
---------------------------------------------- */



BODY#INTERVIEW div#contBody div.contSection p {
	margin: 10px 0;
}

BODY#INTERVIEW div#contBody div.contSection span.caution {
	color: #F9630D;
}



/* Virtial
-------------------------------------------- */
div.contSection dl.Interview dt {
	margin: 10px 0 10px 0;
	padding-left: 8px;
	border-left: 4px solid #333;
	font-weight: bold;
}
div.contSection dl.Interview dd {
	clear: both;
	margin: 10px 0 20px 0;
	padding-left: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
div.contSection dl.Interview dd.last {
	padding-left: 12px;
	margin: 10px 0 0 0;
	border-bottom: none;
}
div.contSection dl.Interview dd strong {
	color: #588E03;
	font-weight: bold;
}
