/* CSS Document */

body,html{
	background:#000000;
}


#wrap-header
{
	height:200px;
	background:#878e98;
}

#wrap-header .titleArea
{
	position:relative;
	width:900px;
	height:200px;
	margin:0 auto;
	background:url(../img/header-img.png) right top no-repeat;
}

#wrap-header .titleArea h1
{
	display:inline;
	position:relative;
	float:left;
	margin-top:64px;
}
#wrap-header .titleArea .title
{
	display:inline;
	position:relative;
	float:left;
	margin:64px 0 0 22px;
}

/* main */
#wrap-main
{
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
	min-width:900px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
}


#wrap-main .interview-intro
{
	overflow:hidden;
	position:relative;
	margin:0 auto;
	width:900px;
}

#wrap-main .interview-intro h2
{
	position:relative;
	margin-bottom:12px;
	text-align:center;
}

#wrap-main .interview-intro h3
{
	position:relative;
	margin:29px 0 25px 0 ;
	text-align:center;
}

#wrap-main .interview-intro .copy
{
	position:relative;
	float:left;
}

#wrap-main .interview-intro .movie-btn
{
	overflow:hidden;
	display:block;
	position:relative;
	float:right;
	height:200px;
	margin-bottom:20px;
	cursor:pointer;
}

#wrap-main .interview-intro .movie-btn a
{
	display:block;
}

#wrap-main .interview-intro .movie-btn a:hover
{
	position:relative;
	top:-200px;
}

#wrap-main .interview
{
	position:relative;
	width:100%;
}

#wrap-main .interview .chapter-titleArea
{
	position:relative;
	width:900px;
	height:180px;
	margin:0 auto;
}

#wrap-main .interview .chapter-titleArea p,
#wrap-main .interview .chapter-titleArea h4
{
	position:relative;
	text-align:center;
}

#wrap-main .interview .head-PhotoArea
{
	overflow:hidden;
	position:relative;
	width:1024px;
	height:225px;
	margin:0 auto;	
}

#wrap-main .interview .head-PhotoArea p
{
	float:left;
}

#wrap-main .interview .article
{
	position:relative;
	width:100%;
	background:#FFF;
}

#wrap-main .interview .article .section
{
	display:block;
	overflow:hidden;
	position:relative;
	width:900px;
	margin:0 auto;
}

#wrap-main .interview .article .section .textArea
{
	position:relative;
	width:630px;
	margin-top:40px;
	float:left;
}
#wrap-main .interview .article .section .textArea .subtitle
{
	position:relative;
	margin:2px 0 24px;
}

#wrap-main .interview .article .section .textArea .text
{
	position:relative;
	margin-bottom:40px;
}

#wrap-main .interview .article .section .photoArea
{
	position:relative;
	width:210px;
	margin:40px 0 ;
	float:right;
}
#wrap-main .interview .article .section .photoArea p
{
	margin-bottom:10px;
}

#wrap-main #chapter_1 .chapter-titleArea .chapter-title .no
{
	padding-top:38px;
}

#wrap-main #chapter_2 .chapter-titleArea .chapter-title .no
{
	padding-top:17px;
}

#wrap-main #chapter_3 .chapter-titleArea .chapter-title .no,
#wrap-main #chapter_4 .chapter-titleArea .chapter-title .no,
#wrap-main #chapter_5 .chapter-titleArea .chapter-title .no,
#wrap-main #chapter_6 .chapter-titleArea .chapter-title .no,
#wrap-main #chapter_7 .chapter-titleArea .chapter-title .no,
#wrap-main #chapter_8 .chapter-titleArea .chapter-title .no,
#wrap-main #chapter_9 .chapter-titleArea .chapter-title .no,
#wrap-main #chapter_10 .chapter-titleArea .chapter-title .no
{
	padding-top:19px;
}

#wrap-footer
{
	height:103px;
}

/* menu */
#wrap-menu
{
	overflow:hidden;
	display:block;
	position:fixed;
	bottom:0px;
	width:100%;
	height:70px;
	background:#000000;
	/*
	background:url(../img/menu-bg-c.jpg) repeat-x;
	*/
}


#wrap-menu .menu-chapter
{
	overflow:hidden;
	display:inline;
	position:relative;
	width:830px;
	height:70px;
	float:left;
	/*
	background:url(../img/menu-bg-l.jpg) no-repeat;
	*/
}

#wrap-menu .menu-updown
{
	overflow:hidden;
	display:inline;
	position:relative;
	width:88px;
	height:70px;
	float:right;
	/*
	background:url(../img/menu-bg-r.jpg) no-repeat;
	*/
}

#wrap-menu .menu-chapter ul
{
	position:relative;
	margin:1px 0 0 20px;
	height:68px;
}
#wrap-menu .menu-chapter li
{
	display:block;
	overflow:hidden;
	position:relative;
	margin-right:1px;
	height:68px;
	float:left;
	list-style:none;
	cursor:pointer;
	
}

#wrap-menu .menu-chapter li.ov img
{
	position:relative;
	top:-68px;
}

#wrap-menu .menu-chapter li.selected img
{
	position:relative;
	top:-136px;
}

#wrap-menu .menu-updown ul
{
	position:relative;
	margin-top:17px;
	height:33px;
}
#wrap-menu .menu-updown li
{
	display:block;
	overflow:hidden;
	position:relative;
	margin-right:2px;
	height:33px;
	float:left;
	list-style:none;
	cursor:pointer;
}

#wrap-menu .menu-updown li.ov img
{
	position:relative;
	top:-33px;
}

#wrap-movie
{
	display:none;
	position:fixed;
	z-index:20;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

}

#wrap-movie .bg
{
	position:relative;
	width:100%;
	height:100%;
	background:#000000;	
	cursor:pointer;
}

#wrap-movie .movieArea
{
	position:absolute;
	width:962px;
	height:570px;
	top:0px;
}
#wrap-movie .movieArea .movie
{
	position:relative;
	width:960px;
	height:540px;
	border:#666 solid 1px;
}

#wrap-movie .movieArea .movie iframe
{
	border:0;
}

#wrap-movie .movieArea .closeBtn
{
	display:block;
	overflow:hidden;
	position:relative;
	width:21px;
	height:21px;
	margin-left:939px;
	margin-bottom:7px;
	cursor:pointer;
	
}

#wrap-movie .movieArea .closeBtn_on img
{
	position:relative;
	top:-21px;
}
