
/*----------------------------------------------------------
	CSS Document	Interview
----------------------------------------------------------*/

#interview {
	margin-top: 10px;
}

#interview p.desc {
	margin: 5px 0 0;
	color: #555;
}

#interview p.desc select ,
#interview p.desc option ,
#interview p.desc input {
	font-size: 100%;
}

#interview .itemBody {
	margin: 10px 5px 0;
}

* html #interview .itemBody {
	height: 10px;
	overflow: visible;
}

#interview .itemBody blockquote {
	border-left: solid 5px #E8E6D7;
	margin-left: 1px;
	padding-left: 10px;
}

#interview .itemBody br.clear {
	line-height: 0;
}

/*----------------------------------------------------------
	CSS Document	Table
----------------------------------------------------------*/

table.outer th {
	padding-top: 10px;
	padding-left: 20px;
	border-bottom: solid 1px #933;
	background: url(../images/h4_b.jpg) no-repeat 0 10px;
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	color: #444;
}

table.outer td.head {
	display: block;
	padding-left :10px;
	background: #F5F4E4;
	font-size: 100%;
}

table.outer td.even {
	display: block;
	padding :10px;
	font-size: 100%;
}

table.outer td.even input ,
table.outer td.even select ,
table.outer td.even option {
	font-size: 100%;
}

table.outer td.even textarea {
	font-size: 10px;
	width: 396px;
}


/*----------------------------------------------------------
	CSS Document	Heading
----------------------------------------------------------*/

.item h4 {
	margin-top: 20px;
	padding-left: 20px;
	border-bottom: solid 1px #933;
	background: url(../images/h4_b.jpg) no-repeat left top;
	font-size: 110%;
	font-weight: bold;
	line-height: 120%;
	color: #444;
}

.item h4 a {
	text-decoration: none;
	color: #444;
}

.item h4 a:hover {
	color: #933;
}

.item h4 small {
	font-weight: normal;
	font-size: 10px;
}

.item h6 ,
.item h5 {
	margin: 0 0 5px;
	padding-bottom: 3px;
	background: url(../images/h4_a.jpg) no-repeat left bottom;
	font-size: 106%;
	font-weight: bold;
	line-height: 110%;
	color: #BF003D;
}

.item h5 {
	margin: 10px 0;
	line-height: 120%;
	color: #660;
}

.item p.more {
	margin-top: 5px;
}

/*----------------------------------------------------------
	CSS Document	Profile
----------------------------------------------------------*/

.item .profile {
	margin-top: 10px;
	min-height: 150px;
	pverflow: hidden;
	padding: 10px;
	background: #F5F4E4;
}

* html .item .profile {
	height: 10px;
	overflow: visible;
}

.item .profile:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.item .profile p.f_left {
	width: 140px;
	text-align: left;
}

.item .profile p.f_right {
	width: 245px;
	text-align: left;
}

.item .profile p.f_right span {
	font-weight: bold;
	color: #BF003D;
}

/*----------------------------------------------------------
	CSS Document	Profile
----------------------------------------------------------*/

.pagenav {
	margin-top: 10px;
	text-align: center;
}

.pagenav b {
	margin: 0 4px;
}

.pagenav a {
	margin: 0 5px;
	padding: 2px;
	background: #F5F4E4;
	border: solid 1px #F5F4E4;
}
