
/* ----------------------------------------
newspage
---------------------------------------- */
#newspage #header #header-btn{
	padding-right:10px;
	}

#newspage #content{
	margin:10px auto;
	width:950px;
	color:#333;
	}

#newspage #content #content-inner{
	margin:0 auto;
	padding-bottom:40px;
	background:url(/pc/static/news/1209/drama/images/bg.png) top left repeat fixed;
	}

#newspage #content .L{
	float:left;
	width:442px;
	margin:0 0 40px 10px;
	}

#newspage #content .R{
	float:right;
	width:473px;
	margin:0 10px 40px 0;
	}

#newspage #content h1{
	font-size:85%;
	font-weight:normal;
	color:#bbb;
	text-align:left;
	}

#newspage h2{
	text-align:center;
	}

#newspage #content dl{
	padding:20px;
	background-color:#fff;
	}

#newspage #content dt,
.green{
	padding-bottom:15px;
	font:bold 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
	color:#38aca2;
	}

#newspage #content dd{
	line-height:1.8em;
	}

.fl{
	float:left;
	margin-right:15px;
	}

.btnLink a{
	display:block;
	width:200px;
	height:20px;
	margin:10px auto;
	padding:10px;
	color:#fff;
	text-decoration:none;
	font:bold 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
	background-color:#003487;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.btnLink a:hover{
	background-color:#003b9a;
	}