@charset "UTF-8";
/* /fcroman/player/css/entry.css */

body{
	color: #000;
	background: url(/fcroman/player/img/bg.png) no-repeat center 80px #fff;
	}

/******************************************************************************
wrap
******************************************************************************/
#wrap h1{
	color: #000;
	}
#wrap h1 a{
	text-decoration: none;
	}
#wrap h1 a:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;	
	}
/*------------------------------*/
/*block-movie*/
/*------------------------------*/
#block-movie{
	width: 900px;
	margin: 0 auto 30px;
	}
#block-movie .f-left{
	width: 420px;
	}
#block-movie .f-left iframe{
	height: 315px;
	margin-bottom: 10px;
	}
#block-movie .f-left h3{
	font-size: 1.4em;
	line-height: 1.8;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#block-movie .f-left ul li{
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 5px;
	text-decoration: none;
	}
#block-movie .f-left ul li a{
	color: #000;
	padding-left: 10px;
	text-decoration: underline;
	background: url(/fcroman/cmn/img/arrow_02.gif) no-repeat 0 3px;	
	}
#block-movie .f-left ul li a:hover{
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;	
	}
/*fix-block*/
#block-movie .fix-block{
	position: fixed;
	top: 0px;
	}
#block-movie .f-right{
	width: 450px;
	}
/*ttl*/
#block-movie .ttl p{
	font-size: 2.4em;
	line-height: 1.5;
	font-family: 'Kameron', serif;
	color: #fff;
	margin-bottom: 5px;
	}
#block-movie .ttl p span{
	background: #000;
	padding: 3px 6px;
	}
#block-movie .ttl p a{
	color: #fff!important;
	text-decoration: none;
	}
#block-movie .ttl p a:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	}
#block-movie h2{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.5;
	}
#block-movie .ttl h2 span{
	background: #000;
	padding: 3px 6px;
	}
/*entry-body*/
#block-movie .txt{
	width: 356px;
	float: left;
	}
#block-movie .txt p{
	font-size: 1.2em;
	line-height: 1.8;
	margin-bottom: 12px;
	}
#block-movie .txt .outline{
	margin-bottom: 20px;
	}
#block-movie .more dt{
	text-align: right;
	}
#block-movie .more dt a{
	background: url(/fcroman/cmn/img/arrow_down.gif) no-repeat 7px 9px #ff0;
	color: #000;
	font-family: 'Slackey', cursive;
	text-decoration: none;
	padding: 3px 6px 3px 20px;
	}
#block-movie .more dt a:hover{
	background: url(/fcroman/cmn/img/arrow_down.gif) no-repeat 7px 9px #fff;
	}
#block-movie .more dt{
	font-size: 1.4em;
	margin-bottom: 20px;
	}
#block-movie .more dd{
	}
#block-movie .favorite{
	width: 80px;
	float: right;
	text-align: left;
	}
#block-movie .favorite h3{
	font-size: 1.2em;
	font-family: 'Kameron', serif;
	margin-bottom: 5px;
	text-align: center;
	}
#block-movie .favorite ul{
	height: 200px;
	overflow: auto;
	}
#block-movie .favorite ul li{
	margin-bottom: 10px;
	text-align: center;
	}
#block-movie .favorite a:hover img{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	}
/*------------------------------*/
/*navi*/
/*------------------------------*/
#navi{
	}
#navi a:hover img{
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;	
	}
#navi .bt-top{
	text-align: center;
	}
#navi .bt-previous{
	position: fixed;
	top: 50%;
	left: 15px;
	}
#navi .bt-next{
	position: fixed;
	top: 50%;
	right: 15px;
	}

/*------------------------------*/
/*jScrollbar*/
/*------------------------------*/
.jScrollbar{
	width: 80px;
	height: 200px;
	overflow:hidden;
	position:relative;
	}
.jScrollbar_mask{
	width:55px;
	position:relative;
	top:0;
	float:left;
	}
.jScrollbar .jScrollbar_mask p{ 
	margin:2px;
	padding:2px;
	color:#2B2B2B;
	font-size:12px;
	}
.jScrollbar_draggable{
	float:right;
	width:25px;
	height:200px;
	overflow:hidden;
	background:transparent url(/fcroman/cmn/theme/jsscrollvar/images/bg_jScrollbar_draggable.jpg) repeat-y 12px 0;
	position:relative;
	}
.jScrollbar_draggable a.draggable{
	position:relative;
	background-color:#000;
	display:block;
	height:20px;
	width:10px;
	cursor:s-resize;
	margin-left: 8px;
	}