@charset "UTF-8";

/* ---------------------------------
             dictionary
------------------------------------*/

dt.dictionary{
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

/* ---------------------------------
             vegetable
------------------------------------*/

dt.vegetable{
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 15px 0px 20px;
	padding: 3px 0px 3px 10px;
	background-color: #339933;
}

/* ---------------------------------
             interview
------------------------------------*/

table.interview{
	margin: 0px 10px;
	padding: 0px;
	border: none;
}

#interview_navi{
	text-align: left;
	position: absolute;
	top: 60px;
	left: 270px;
	z-index: 1;
}

#interview_title{
	position: relative;
}

#interview_title_bg{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

dd.interview{
	color: #403B86;
	margin: 0px 15px 0px 30px;
	padding: 9px 0px 9px 0px;
}

dd.answer{
	margin: 0px 15px 20px 30px;
	padding: 0px;
}