@charset "UTF-8";

/*------------------------------------------------ */
/* Healing Movie
-------------------------------------------------- */

#movie_top {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 397px;
	height: 100%
}

#movie_top.sub1 {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background_sub1.jpg) repeat-y;
	background-position: center 397px;
	height: 100%
}

#movie_top.sub2 {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background_sub2.jpg) repeat-y;
	background-position: center 397px;
	height: 100%
}

#movie_top #wrapper {
	background:url(../images/header.jpg) no-repeat;
}
#movie_top.sub1 #wrapper {
	background:url(../images/header_sub1.jpg) no-repeat;
}
#movie_top.sub2 #wrapper {
	background:url(../images/header_sub2.jpg) no-repeat;
}


#movie_top h2 {
	text-indent: -9999px;
	position: absolute;
}

#movie_top h3 {
	background: url(../images/top_h3.jpg) no-repeat top;
	text-indent: -9999px;
	height: 180px;
	width: 800px;
}

#movie_top.sub1 h3 {
	background: url(../images/sub1_h3.jpg) no-repeat top;
}

#movie_top.sub2 h3 {
	background: url(../images/sub2_h3.jpg) no-repeat top;
}



#movie_top #footer {
	background: url(../images/footer.jpg) no-repeat bottom;
}

#movie_top.sub1 #footer {
	background: url(../images/footer_sub1.jpg) no-repeat bottom;
}
#movie_top.sub2 #footer {
	background: url(../images/footer_sub2.jpg) no-repeat bottom;
}

#movie_top div.menu_list {
	width: 663px;
	margin: 0 auto 10px auto;
}

#movie_top div.menu_list ul li {
	text-indent:100px;
	height: 45px;
	line-height:45px;
	background: url(../images/link_li_bg.gif) no-repeat;
}
#movie_top.sub1 div.menu_list ul li a  {
	display: block;
	color:#0d6581;
	text-decoration: none;
	height: 45px;
}

#movie_top.sub1 div.menu_list ul li {
	background: url(../images/link_li_bg_blue.gif) no-repeat;
}

#movie_top div.menu_list ul li a  {
	display: block;
	color:#900;
	text-decoration: none;
	height: 45px;
}
#movie_top div.menu_list ul li a  {
	display: block;
	color:#900;
	text-decoration: none;
	height: 45px;
}

#movie_top div.menu_list ul li a:hover {
	background: url(../images/link_li_bg) no-repeat;
	background-position: 0 -45px;
}

#movie_top.sub1  div.menu_list ul li a:hover {
	background: url(../images/link_li_bg_blue.gif) no-repeat;
	background-position: 0 -45px;
}
#movie_top div.menu_list ul li .sup {
	font-size:80%;
	text-decoration: none;
}

#movie_top div.menu_list ul li img {
	padding:16px;
	vertical-align:middle;
}

#movie_top .discourse_exp {
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 10px;
	font-size:85%;
	line-height:150%;
}

#movie_top .top_exp {
	font-size: 90%;
	padding: 0 0 20px 0;
}

#movie_top .h3_sub {
	font-size: 90%;
	text-align: center;
	padding: 0 0 0 0;
}

#movie_top #contents p {
	margin: 0 auto 20px auto;
	width: 500px;
}
#movie_top div.movie_index {
	margin-bottom:60px;
}
#movie_top div.movie_index ul li{
	background: url(../images/top_li_bg.gif) no-repeat;
}

#movie_top div.movie_index  ul li a:hover {
	background: url(../images/top_li_bg.gif) no-repeat;
	background-position: 0 -45px;
}

/*------------------------------------------------ */
/* Healing Movire > movie_play
-------------------------------------------------- */
#movie_play {
	background:url(../images/logo_small.jpg) no-repeat right top;
	background-position: 96% 10px;
}

#movie_play #qt_movie{
	width:640px;
	margin:0 auto;
	padding: 60px 0 0 0;
}

#movie_play #mov{
	background:#000;
}

#movie_play #qt_movie p {
	margin:30px auto;
}

#movie_play.large #qt_movie{
	width:100%;
	text-align:center
}

