@charset "utf-8";

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

#special-interview{
	background: url(../img/special/001/bg_special.jpg) repeat-y center top;
	margin-right: auto;
	margin-left: auto;
	width:950px;
	padding-top:30px;
}

#special-interview002{
	background-image: url(../img/special/002/bg_special_002.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top:30px;
}

#special-interview-header001{
	height:568px;
	background: url(../img/special/001/header_utc.jpg) no-repeat center top;
}
#header-text{
	height:362px;
}
#header-text img{
	margin:68px 0 0 50px;
}
#header-btn img{
	margin:0 0 0 62px;
}

#special-interview h2#title{
	width:582px;
	margin: 0 auto;
	padding: 0 0 20px;
	font-size: 18px;
	background-image: none;
}

#special-interview002 h2{
	width:582px;
	font-size: 18px;
	background-image: url(../img/special/002/bg_h2_dubai6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 183px;
	padding-bottom: 0px;
	padding-left: 183px;
	height: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#interview-area{
	width:582px;
	top:-52px;
	margin: 0 auto;
}
.interview{
	width:582px;
	font-size: 12px;
}
.interview li{
	width:582px;
	margin: 0;
	padding:0 0 18px;
	clear: both;
}
.interview li.author{
	padding: 14px 0 22px;
}
.interview li.movie-area{
	padding: 14px 0 22px 79px;
}
.interview li.movie-link{
	padding: 14px 0 22px 47px;
}
.interview li.last{
	margin:10px 0 0;
	padding: 32px 0 12px;
	background: url(../img/special/001/dot_line.gif) no-repeat center top;
	text-align: center;
}
.interview p{
	color: #3b3b3b;
	margin:0;
	padding:0;
	line-height: 2;
}
.interview p.name{
	width:47px;
	float:left;
	font-weight: bold;
}
.interview p.comment{
	width:535px;
	float:left;
}
.interview li.author p.comment{
	font-weight: bold;
	line-height: 1.6;
}
.interview li.author p.name{
	line-height: 1.6;
}
.interview li.last img{
	margin:0 0 20px;
}
.centered {
	clear: both;
	position: relative;
	overflow: hidden;
}
.centered ul {
	margin:0 0 0 8px;
	padding:0 0 22px;
	position: relative;
	left: 50%;
	float: left;
}
.centered ul li {
	margin:0 8px 0 0;
	padding:0;
	position: relative;
	left: -50%;
	float: left;
	font-size: 14px;
}
#special-interview-footer{
	margin:0;
	padding:35px 0 21px;
	background-color:#f4f4f4;
}
#album-pic{
	width:200px;
	margin: 0;
	padding:0;
	float: left;
}
#album-pic img{
	margin: 0 0 0 33px;
}
#album-text{
	width:420px;
	margin: 0;
	padding:0;
	float: left;
}
#profile{
	width:330px;
	margin: 0;
	padding:0;
	float: left;
}
#profile p{
	width:297px;
	margin: 0;
	padding:0;
	font-size:10px;
	color: #565959;
	line-height: 1.4;
}
#profile p img{
	margin:0 0 10px;
}
#profile ul{
	margin: 8px 0 0 8px;
	padding:0;
}
#profile li{
	margin: 0 0 3px;
	padding:0;
}
/*--------------------------------------
  clear
---------------------------------------*/
#special-interview,
.interview li,
#special-interview-footer{
	min-height:1%;
}
#special-interview:after,
.interview li:after,
#special-interview-footer:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #special-interview,
* html .interview li,
* html #special-interview-footer{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*#special-interview:after,
body*.interview li:after,
body*#special-interview-footer:after{
	content:".";
}

