
/* ===containerのレイアウト==================*/

#container {
	background:url(../images/castaff/background_04.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ===headerのレイアウト==================*/

#header {
	width:800px;
	height:40px;
}

#head-top #head-top-left {
	float:left;
	width:650px;
	height:40px;
}

#head-top h1 {
	width:650px;
	height:40px;
	background:url(../images/castaff/title_cast-staff.png) 0px 10px no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#head-top #head-top-right {
	float:right;
	padding:16px 12px 0 0px;
}

#head-top #head-top-right p {
}

/* ===contentsのレイアウト==================*/

#contents .prof_01 {
	width:740px;
	height:229px;
	margin:auto;
	padding-top:40px;
	border-bottom:#666 1px dotted;
}

#contents .prof_02 {
	width:740px;
	height:229px;
	margin:auto;
	padding-top:40px;
	border:none;
}

/* ===img-01,text-01のレイアウト==================*/

.prof_01 .img-01 {
	float:left;
	width:180px;
	height:180px;
}

.prof_01 .img-01 img {
	border:#c2fafe 1px solid;
}

.prof_01 .text-01 {
	float:right;
	width:530px;
	height:209px;
}

/* ===text-02,img-02のレイアウト==================*/

.prof_01 .text-02 {
	float:left;
	width:530px;
	height:209px;
}

.prof_01 .img-02 {
	float:right;
	width:180px;
	height:180px;
}

.prof_01 .img-02 img {
	border:#c2fafe 1px solid;
}

.prof_02 .text-02 {
	float:left;
	width:530px;
	height:209px;
}

.prof_02 .img-02 {
	float:right;
	width:180px;
	height:180px;
}

.prof_02 .img-02 img {
	border:#c2fafe 1px solid;
}

/* ===h2,pのレイアウト==================*/

h2#title-jun {
	width:370px;
	height:60px;
	background:url(../images/castaff/title_jun.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h2#title-bunji {
	width:370px;
	height:60px;
	background:url(../images/castaff/title_bunji.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h2#title-kido {
	width:370px;
	height:60px;
	background:url(../images/castaff/title_kido.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h2#title-maki {
	width:370px;
	height:60px;
	background:url(../images/castaff/title_maki.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#contents p {
	color:#cac8ba;
	line-height:1.7em;
}

/* ===prof-staffのレイアウト==================*/

#contents #prof-staff {
	width:800px;
	border-top:#950000 1px solid;
	margin:50px 0 100px;
	padding-top:50px;
}

#prof-staff #prof-director {
	width:740px;
	margin:auto;
}

#prof-director h2#title-director {
	width:186px;
	height:47px;
	margin:auto;
	background:url(../images/castaff/director_title.png) 0px center no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden
}

#prof-director p {
	border-top:#c2fafe 1px solid;
	margin-top:10px;
	padding-top:12px;
}







