/*=======================================
　　　　　最新号情報サブウィンドウ
=======================================*/

/*** 共通 ***/
#detail {
	width: 558px;
	margin: 0 auto;
	background: url("../newinfo/images/detail_bg.gif") 0 0 repeat-y;
	padding: 0 4px;
}
/*** 大きい枠 ***/
div#detail div#detail-top {
	width: 550px;
	background: url("../newinfo/images/detail_large_bg_btm.gif") 0 0 repeat;
	line-height: 0;
}
div#detail div#detail-top div {
	background: url("../newinfo/images/detail_large_btn_bg.gif") 0 0 repeat;
	width: 550px;
	height: 29px;
}
div#detail div#detail-top div p.backtotop {
	padding: 0 0 0 380px;
}
div#detail div#detail-top div p.backtotop a {
	display: block;
	width: 157px;
	height: 21px;
	background: url("../newinfo/images/detail_large_btn.gif") 0 0 no-repeat;
}
/*** 小さい枠 ***/
div#detail div#regular {
	width: 543px;
	margin: 0 0 0 7px;
	padding: 13px 0 13px 0;
}
div#detail div#regular h3 {
	line-height: 0;
}
div#detail div#regular p {
	float: left;
}
div#detail div#regular p img {
	margin: 11px 18px 0 13px;
}
div#detail div#regular dl {
	width: 288px;
	float: left;
	margin: 11px 0 0 0;
}

div#detail div#regular .noph {
	width: 510px;
	float: left;
	margin: 11px 0 15px 10px;
}

div#detail div#regular .noph dt {
	font-size: 14pt;
	line-height: 14pt;
	color :#ff2a00;
	font-weight: bold;
	border-bottom-style: none;
	padding: 0 0 0px 0;
}
div#detail div#regular .noph dd {
	padding: 11px 0 0 0;
	font-size: 9pt;
	line-height: 9pt;
	color :#222;
	font-weight: bold;
}
div#detail div#regular dl dt {
	font-size: 14pt;
	line-height: 18pt;
	color :#ff2a00;
	font-weight: bold;
	border-bottom: #ff2a00 3px dotted;
	padding: 0 0 9px 0;
}
div#detail div#regular dl dd {
	padding: 11px 0 0 0;
	font-size: 9pt;
	line-height: 13pt;
	color :#222;
	font-weight: normal;
}
div#detail div#regular div.btm-link {
	clear: both;
	font-size: 9pt;
	font-weight: normal;
	line-height: 150%;
	padding: 15px 0 5px 13px;
}
div#detail div#regular div.btm-link h4 {
	font-size: 9pt;
	font-weight: normal;
	color: #f30;
}
div#detail div#regular div.btm-link p {
	clear: both;
	float: none;
}
div#detail div#regular div.btm-link p a {
	color: #06c;
	text-decoration: underline;
}
div#detail div#regular div.btm-link p a:hover {
	text-decoration: none;
}

div#detail div#regular p.backtotop {
	clear: both;
	float: none;
	padding: 8px 0 11px 366px;
}
div#detail div#regular p.backtotop a {
	display: block;
	width: 157px;
	height: 21px;
	background: url("../newinfo/images/detail_reg_btn.gif") 0 0 no-repeat;
}
/*** フッター ***/
div#detail-footer {
	width: 550px;
	height: 31px;
	background: url("../newinfo/images/detail_close_bg.gif") 0 0 repeat-x;
}
div#detail-footer p {
	text-align: left;
	padding: 8px 0 0 474px;
	text-indent: -9999px;
}
div#detail-footer p a {
	display: block;
	width: 62px;
	height: 14px;
	background: url("../newinfo/images/detail_close_btn.gif") 0 0 no-repeat;
	font-size: 2px;
	line-height: 0;
}
div#detail-footer p a:hover {
	background-position: 0 -14px;
}
