@charset "Shift_JIS";

/*-------------------------------------------------------------
headlines
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#interview #contents h2{
	margin: 0 0 20px;
	font-size:20px;
	color:#672b21;
	font-weight:bold;
}

#interview #contents h2.headline01{
	clear: both;
	width: 610px;
	margin: 0 auto 20px;
}

#interview #contents .desc h2{
	margin: 15px 0 20px;
}



/*-------------------------------------------------------------
profile
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#interview #contents #profile{
	background: #FFD9D8;
	border: 1px solid #FFC2C1;
	padding: 10px;
	width: 588px;
	margin: 0 auto 30px;
}

#interview #contents #profile dt{
	float: none;
	background: url(../interview/img/bullet.gif) no-repeat left;
	padding: 0 0 5px 25px;
	border-bottom: 1px solid #F7B3B0;
	margin-bottom: 5px;
}

#interview #contents #profile dd{
	padding: 0;
}




/*-------------------------------------------------------------
layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#interview #contents .layoutTop{
	width: 610px;
	margin: 0 auto 0px;
}

#interview #contents .layoutSec{
	width: 610px;
	margin: 0 auto;
}

#interview #contents .layoutThird{
	width: 610px;
	margin: 0 auto 30px;
}

#interview #contents .layoutTop .pics{
	width: 225px;
	float: left;
}

#interview #contents .layoutTop .desc{
	width: 365px;
	float: right;
}

#interview #contents .layoutSec .pics{
	width: 230px;
	float: right;
}

#interview #contents .layoutSec .desc{
	width: 360px;
	float: left;
}

#interview #contents .layoutThird .pics{
	width: 230px;
	float: left;
}

#interview #contents .layoutThird .desc{
	width: 360px;
	float: right;
}




/*-------------------------------------------------------------
dl
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#interview #contents dl.single{
	padding: 0 0 30px;
	width: 610px;
	margin: 0 auto;
}

#interview #contents dl{
	padding-left:5px;
}
		
#interview #contents dl dt{
	float: left;
	clear: left;
	font-weight: bold;
}

#interview #contents dl dd{
	padding: 0 0 10px 4.5em;
}

#interview #contents #ad{
	margin: 0 auto 10px;
	width: 560px;
}

/*-------------------------------------------------------------
dt class 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.desc .iwamoto,.single .iwamoto {
	color:#F06;
}

.desc .guest,.single .guest {
	color:#FF6C00;
}