/* shiki */

/* CSS Document */

/*　ものがたり　*/
#story_main {
	text-align: left;
	line-height: 1.5em;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
#story_main H2 {

	background-image: url(../img/story_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#story_main P {
	text-indent: 0.5em;
	font-size: 95%;
}
#story_main P EM {
	text-align: center;
	display: block;
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
}
#story_main BLOCKQUOTE {
	text-align: left;

	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: 20% 0%;
}

/*　キャスト　*/
#cast_main {
	text-align: center;
	margin-left: auto;
	line-height: 1.5;
	width: 500px;
	margin-right: auto;
}
#cast_main H2 {
	margin-bottom: 20px;
	background-image: url(../img/cast_t.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-position: center;
	margin-top: 30px;
}
#cast_main P {
	margin-bottom: 1em;
}

.photo {
	border: thin;
	border-color: #666666;
}

.proff {
	font-size: 90%;
}

#cast_main DL {
	width: 400px;
}

#cast_main DT {
	text-align: left;
	font-weight: bold;
	display: block;
	padding-left: 0.5em;
	width: 10em;
	float: left;
}
#cast_main DD {
	text-align: left;
	display: block;
	margin-bottom: 1em;
	border-bottom: 1px dotted #FF6633;
	width: auto;
	padding-left: 10em;
	border-left: 3px solid #FF6633;
}

/*　スタッフ　*/
#staff_main {
	text-align: center;
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	line-height: 1.5;
}
#staff_main H2 {
	background-image: url(../img/staff_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#staff_main DL {
	width: 430px;
}

#staff_main DT {
	float: left;
	width: 10em;
	text-align: left;
	font-weight: bold;
	display: block;
	border-left: 3px solid #FF6633;
	padding-left: 0.5em;
}
#staff_main DD {
	text-align: left;
	display: block;
	margin-bottom: 1em;
	border-bottom: 1px dotted #FF6633;
	padding-left: 9em;
}

/*　個人プロフィール　*/
#prof {
	margin-bottom: 1em;
	text-align: center;
}

#prof H3 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 4px solid #FF6633;
	line-height: 1.5;
}
#prof P {
	font-size: 95%;
	color: #333333;
	text-align: left;
	line-height: 1.5;
}
#prof EM {
	text-align: left;
	font-size: 110%;
	line-height: 1.5;
	font-style: normal;
	font-weight: bold;
	display: block;
}

#prof H4 {
	text-align: left;
	margin-top: 1em;
	font-size: 100%;
}

#prof LI {
	font-size: 85%;
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
}
.sakuhin {
	font-size: 80%;
	margin-left: 20px;
}

/*　スタッフメッセージ　*/
#staffmsg_main {
	text-align: left;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#staffmsg_main H2 {
	background-image: url(../img/staffmsg_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#msg_top {
	display:block;
	height: 110px;
}

#msg_top H3 {
	font-size: 110%;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

#msg_top EM {
	font-size: 95%;
	font-weight: bold;
	font-style: normal;
}

#staffmsg_main P {
	font-size: 95%;
	line-height: 1.5;
	text-indent: 0.5em;
}
.photo {
	margin: 0 1em;
}

/*　期待の言葉　*/
#kitai_main {
	text-align: left;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#kitai_main H2 {
	background-image: url(../img/kitai_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#k_top {
	display:block;
	height: 110px;
}

#k_top H3 {
	font-size: 110%;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

#k_top EM {
	font-size: 95%;
	font-weight: bold;
	font-style: normal;
}

#kitai_main P {
	font-size: 95%;
	line-height: 1.5;
	text-indent: 0.5em;
}
.photo {
	margin: 0 1em;
}


