body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/dvdbg.jpg);
	background-attachment: scroll;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴシックPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a:link {color: #06573B; text-decoration: none;}
a:visited {color: #2A5445; text-decoration: none;}
a:hover {color: #319975; text-decoration: underline;}

/*テキスト*/
.txt {font-size: 12px;color: #030303;line-height: 180%;}
.txts {font-size: 10px;color: #030303;line-height: 170%;}

/*あらすじスライドショー*/

/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:relative;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner {
  width:480px;
  height:710px;
  margin:0;
  position:relative;
  box-shadow:0 0 0px rgba(0,0,0,0;
}

 ul.bjqs-controls li a{
  display:block;
  padding:0px 0px 0px 0px;
  position:absolute;

  color:#ffffff;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:0;
  font-size: 10px;
}

a.bjqs-next{
  right:0;
  font-size: 10px;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#ffffff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-27px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 0px;
}

 ol.bjqs-markers li a{
  display:block;
  height:7px;
  width:20px;
  border:1px solid #ffffff;
  overflow:hidden;
  text-indent:-9999px;
  background:#31484D;
  border-radius:10px;
  box-shadow:0 0 5px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#20B9CA;
}

td.space30 {width: 30px;height: 30px;}
td.space20 {width: 20px;height: 20px;}
td.space10 {width: 10px;height: 10px;}





