@charset "EUC-JP";
@import'common.css';
@import'/etc/animation/css/recommend_mini.css';

/* Base 
------------------------------------------ */
div#maincontents {
	width: 575px;
}
/* header 
------------------------------------------ */
div#maincontents #header {
	clear: both;
	width: 575px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background: url(../img/bg_sideborder.gif) repeat-y;
	margin: 1px 0 0;
}
div#maincontents #header .img {
	float: left;
	width: 284px;
	text-align: right;
}
div#maincontents #header .main {
	float: right;
	width: 286px;
}
div#maincontents #header table.intro {
	width: 280px;
}
div#maincontents #header .intro td {
	background: url(../img/bg_intro.gif) no-repeat bottom;
	padding: 5px 3px 5px 8px;
}
div#maincontents #header .intro p {
	height: 193px;
	font-size: 12px;
	line-height: 1.9em;
	letter-spacing: 0.1em;
	overflow-y: auto;
}
/* free 
------------------------------------------ */
div#maincontents #freeEpisode {
	clear: both;
	border: 2px solid #000000;
	border-top: none;
	padding: 1px;
}
div#maincontents #freeEpisode .img {
	float: left;
	width: 118px;
	padding: 5px 0;
	text-align: right;
}
div#maincontents #freeEpisode .img img {
	padding: 1px;
	border: 1px solid #c7c7c7;
}
div#maincontents #freeEpisode .img a:hover img {
	padding: 1px;
	border: 1px solid #c30012;
}
div#maincontents #freeEpisode .main {
	float: right;
	width: 442px;
	padding: 13px 0;
}
div#maincontents #freeEpisode .main ul {
	margin: 15px 5px 0 145px;
	text-align: right;
}
div#maincontents #freeEpisode .main li {
	display: inline;
}
/* caution */
div#maincontents .caution {
	color: #f00;
	font-size: 12px;
	line-height: 1.8em;
	margin: 10px 0;
}
/* watch 
------------------------------------------ */
div#maincontents #watch {
	clear: both;
	border-bottom: 2px solid #000000;
	background: url(../img/bg_sideborder.gif) repeat-y;
	padding: 0 3px 1px;
}
div#maincontents #watch a {
	color: #c30012;
}
div#maincontents #watch a:hover {
	color: #26a6a8;
}
div#maincontents #watch table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#maincontents #watch td {
	font-size: 12px;
	padding: 5px;
}
div#maincontents #watch table .price {
	text-align: center;
	width: 21%;
}
div#maincontents #watch table .off {
	font-size: 12px;
	background: #c30012;
	color: #ffffff;
	padding: 1px 2px;
	margin: 0 0 0 4px;
}
div#maincontents #watch table .day {
	text-align: center;
	width: 32%;
}
div#maincontents #watch table .ttl {
	text-align: left;
	padding-left: 10px
	width: 47%;
}
div#maincontents #watch table .bgColor {
	background: #e9e9e9;
}
/* list 
------------------------------------------ */
div#mainContents #cmsList {
	clear: both;
	margin-bottom: 10px;
}
#cmsList .listBox {
	width:571px;
}
#cmsList div.listBox .lower .txtBox{
	width:470px;
}
#cmsList .free {
	background: #000;
	margin-bottom: 10px;
}
#cmsList .free .listBox {
	border: solid 2px #000;
}
#cmsList .free div.listBox ul.upper{
	background:#ffe7e7;
}
/* data 
------------------------------------------ */
div#maincontents #data {
	clear: both;
	border-bottom: 2px solid #000000;
	background: url(../img/bg_sideborder.gif) repeat-y;
	padding: 3px 3px 0;
}
div#maincontents #data h5 {
	background: #e9e9e9;
	font-size: 12px;
	padding: 4px 8px;
	margin: 0 0 5px;
}
div#maincontents #data p {
	font-size: 12px;
	line-height: 1.8em;
	margin: 5px 10px;
}
/* copyright 
------------------------------------------ */
div#maincontents #copyright {
	clear: both;
	font-size: 12px;
	margin: 10px 0;
}

