@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  次回予告レイアウト
	
 ---------------------------------------------- */
 
/* 定型 */

.block{
	width:510px;
	background:#ffffff;
	margin:10px auto 0;
	text-align:left;
	padding:10px 10px 15px 10px;
	overflow:hidden;
	}

* html .block{height:1%;}

h2.tit{
	width:530px;
	margin:0 auto 6px;
	line-height:25px;
	text-align:left;
	color:#ffffff;
	font-size:140%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	
	}


h2.tit{
	background:url(images/bg_h2.gif) no-repeat left top;
	margin-top:20px;
}

.next{background:#fff url(images/bg_drama.gif) no-repeat right 50px;}

.next_title{
	color:#333333;
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
	width:455px;
	margin:20px auto 25px auto;
	padding:5px 0 5px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1f92c8;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f92c8;
		}

