@charset "UTF-8";
 @import '/common/styles/interview.css';

/* box ***********************************************/

/* wrapper */

/* header */

/* container */

/* contents */
#c1, #c2, #c3, #c4, #c5, #c6 {
	background-color: #F8F5EC;
	zoom: 1; /* 印刷バグ解決 */
}

#c1 .left {
	width: 310px;
}

#c1 .right {
	width: 310px;
	margin-top: 0px;
}

#c2 {
	width: 640px;
}

#c2 h4.tx4 {
	margin-top: 0px;
}

#c3 .left h4.tx4 {
	width: 350px;
}

#c3 .right {
	width: 270px;
	margin-top: 5px;
}

#c4 {
	width: 640px;
}

#c5 .left {
	width: 270px;
	margin-top: 20px;
}

#c5 .right {
	width: 350px;
	margin-top: 0px;
}

#c6 {
	width: 640px;
}

#c6 h4.tx4 {
	margin-top: 0px;
}

#fromPIC {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F8F5EC;
	border: 2px solid #EDE6D2;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#fromPIC .left {
	width: 201px;
}

#fromPIC .right {
	width: 435px;
}

#fromPIC .right p.tx4 {
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #993333;
	border-top-color: #993333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #003300;
	margin-top: 5px;
	margin-bottom: 5px;
}

#fromPIC .right .tripleAllow {
	line-height: 20px;
	height: 20px;
	background-image: url(/common/imgs/interview/06/allow.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 40px;
}

#interview .photo {
	width: 301px;
	margin-right: 5px;
	margin-left: 10px;
}

#interview .caption {
	width: 340px;
}

/* for IE6 */

*html #interview .caption {
	width: 330px;
}

/* for IE6 end */
