@charset "UTF-8";
/*MONOLOGUE*/


#containerML {
	xheight: 100%;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	z-index: 0;
	background-image: url(images/ML_back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.BreadCrumbML {
	height: 16px;
	line-height: 15px;
	font-size: 11px;
	text-align: right;
	color: #FFF;
	background-image: url(../../monologue/images/bc_back.jpg);
	padding-top: 5px;
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 8px;
}
.MLBNbreadcrumb {
	margin-bottom: 15px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	background-color: #333;
	padding-left: 8px;
	text-align: right;
	padding-right: 10px;
}
.MLBNbreadcrumb ul {
	height: 12px;
	display: block;
	overflow: hidden;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.MLBNbreadcrumb ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
	height: 7px;
	line-height: 7px;
	padding-right: 5px;
}

.MLcontents {
	width: 655px;
	margin-left: 25px;
	color: #FFF;
	font-size: 90%;
	xtext-align: justify;
	display: block;
}
.MLcontents a, .BreadCrumbML a {
	color: #CCC;

}
.MLcontents a:hover, .BreadCrumbML a:hover {
	color: #FFF;

}
.MLtitle {
	line-height: 20px;
	background-image: url(images/MLtitle.jpg);
	height: 20px;
	width: 655px;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
.MLtext {
	margin-right: 5px;
	margin-left: 5px;
}
#rotator {
	width: 645px; /*任意サイズ */
	height: 393px;
	background-image: url(http://www.crazy-shaft.com/monologue/rotator/rotator.php);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 91;
	position: absolute;
	top: 196px;
	left: 289px;
}
.now {
	font-weight: bold;
	color: #3F3;
	text-decoration: blink;
}
