@charset "shift-jis";
/*コンテンツ関連CSS
------------------------------------------------------------ */
/**コンテンツ748px：背景グリッド**/

#mainBody-Contents {
	float: right;
	width: 748px;
	text-align: center;
	background: url(../img_common/topics/bg_panel.jpg) repeat-y 0px 182px;
}


/*--新作タイトル枠　タイトルバーリンク装飾
----------------------------------------------------------------------------------------*/
.headline h3 a {
	font-size: 12px;
	display: block;
	padding: 0px 5px;
	color: #ffffff;
	text-decoration:underline;
}
.headline h3 a:hover {
	text-decoration:none;
}
.headline h3 span{
	font-size: 12px;
	display: block;
	padding: 0px 5px;
	color: #ffffff;	
}
/*--新作タイトル枠　タイトルバー（左側）：新作青帯
----------------------------------------------------------------------------------------*/
.blockLeft div.headline {
	background: url(../img_common/topics/titlebar_head.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	clear: both;
	text-align: left;
}
.blockLeft div.headline h3 {
	width: 483px;
	background: #578fc8 url(../img_common/topics/titlebar_foot.gif) no-repeat left bottom;
	padding: 0px 0px 11px 0px;
	text-align: center;
}

/*--新作タイトル枠（左側）：スペック
----------------------------------------------------------------------------------------*/
.blockBannerLw4 .newsLeft {
	width: 155px;
	height: auto;
	float: left;
	text-align: left;
}
.blockBannerLw4 .newsRight {
	width: 323px;
	height: auto;
	float: left;
	text-align: left;
	background: url(../img_common/common/bg_newspanel_m3.gif) no-repeat right bottom;
	padding: 0px 0px 20px 0px;
}
.blockBannerLw4 .newsLeft p {
	padding: 7px 0px 10px 3px;
}
.blockBannerLw4 .newsRight p {
	padding: 12px 10px 15px 12px;
}




/*--新作タイトル枠　タイトルバー（右側）：新作青帯
----------------------------------------------------------------------------------------*/
.blockRight div.headline {
	background: url(../img_common/topics/titlebar2_head.gif) no-repeat center top;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	clear: both;
	text-align: center;
}
.blockRight div.headline h3 {
	width: 244px;
	background: #2c333b url(../img_common/topics/titlebar2_foot.gif) no-repeat center bottom;
	margin: 0px auto 0px auto;
	padding: 0px 0px 11px 0px;
}
/*--新作タイトル枠（右側）：スペック
----------------------------------------------------------------------------------------*/
.blockBannerRw2 {
	width: 244px;
	text-align: center;
	padding: 7px 0px 0px 0px;
	clear: both;
}
.blockBannerRw2 p {
	padding: 12px 12px 12px 7px;
	clear: both;
	margin-bottom: 12px;
	background: url(../img_common/jkt/bg_newspanel_m4.jpg) no-repeat right bottom;
	font-size: 75%;
}

/*--最新トピック（右側）：更新履歴
----------------------------------------------------------------------------------------*/
.whatsnew dl {
	margin-bottom: 24px;
	width: 352px;
	margin-left:7px;
}

.whatsnew dt {
	padding: 2px 0px 2px 6px;
	background-color: #eeeeee;
	margin-bottom: 6px;
}
.whatsnew dd {
	padding: 0px 3px 7px 19px;
}
.whatsnew {
	width: 366px;
	text-align: left;
	background: #FFFFFF url(../img_common/common/wtn_bott.gif) no-repeat 0px bottom;
	padding-bottom: 24px;
}

