/* CSS Document */

/* ---------- 番組シリーズ説明 ---------- */

/* ---------- Right Menu ---------- */
#series_info{
	width               : 300px;
	font-size           : 12px;

	text-align          : center;
	margin-top          : 8px;
	margin-bottom       : 0px;
	margin-left         : 17px;
	margin-right        : 0px;

	border-style        : solid;
	border-color        : #999999;
	border-top-width    : 1px;
	border-left-width   : 1px;
	border-right-width  : 1px;
	border-bottom-width : 1px;
}
	#series_info .title{
		height              : 29px;

		background-image    : url('/img/system/series_info_bgimg.jpg');
		background-color    : #999999;

		font-size           : 12px;
		font-weight         : bold;
		text-align          : left;

		padding-top         : 10px;
		padding-bottom      : 0px;
		padding-left        : 10px;
		padding-right       : 0px;

		border-style        : solid;
		border-color        : #999999;
		border-top-width    : 0px;
		border-left-width   : 0px;
		border-right-width  : 0px;
		border-bottom-width : 1px;
	}

	#series_info .series_img{
		width               : 268px;

		margin-top          : 20px;
		margin-bottom       : 0px;
		margin-left         : 0px;
		margin-right        : 0px;

		padding-top         : 1px;
		padding-bottom      : 1px;
		padding-left        : 1px;
		padding-right       : 1px;

		border-style        : solid;
		border-color        : #696969;
		border-top-width    : 1px;
		border-left-width   : 1px;
		border-right-width  : 1px;
		border-bottom-width : 1px;
	}

	#series_info .series_comment{
		text-align          : left;
		margin-top          : 10px;
		margin-bottom       : 10px;
		margin-left         : 10px;
		margin-right        : 10px;
	}
