﻿#contents {
	background: url(../../common/img/bg_sub.gif) repeat-y left top;
}
#main {
	position: relative;
	margin-left: 1px;
}

#newsHeader {
	height: 94px;
	border-bottom: 1px solid #404040;
	position: relative;
}
#newsDate {
	line-height: 1;
	font-weight: normal;
	font-size: 12px;

}
#newsTitle {
	padding: 0px 190px 8px 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}
#newsTitle .icnFormula {
	background: url(../../common/img/icn_formula.gif) no-repeat left 12px;
	display: block;
	padding: 8px 0px 0px 70px;
}
#newsTitle .icnAlternative {
	background: url(../../common/img/icn_alternative.gif) no-repeat left 12px;
	display: block;
	padding: 8px 0px 0px 70px;
}
#newsTitle .icnMarvelPeak {
	background: url(../../common/img/icn_marvelpeak.gif) no-repeat left 12px;
	display: block;
	padding: 8px 0px 0px 70px;
}
#newsTitle .icnForesight {
	background: url(../../common/img/icn_foresight.gif) no-repeat left 12px;
	display: block;
	padding: 8px 0px 0px 70px;
}
#newsTitle .icnAll {
	background: url(../../common/img/icn_all.gif) no-repeat left 12px;
	display: block;
	padding: 8px 0px 0px 70px;
}
#newsContent {
	padding: 10px;
}
#newsContent p {
	margin-bottom: 15px;
}
#newsContent .photo {
	margin-bottom: 10px;
}
#newsContent table {
	margin-bottom: 15px;
}
#newsContent table.line {
	border: 1px solid #404040;
}
#newsContent .line th {
	white-space: nowrap;
	border: 1px solid #404040;
	padding: 5px;
}
#newsContent .line td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #404040;
	padding: 5px;
}
#btnPrevNext {
	position: absolute;
	left: 569px;
	top: 0px;
	width: 190px;
	z-index: 2;
}
#btnPrevNext li {
	float: left;
}
#btnPrevNext li a {
	height: 22px;
	width: 95px;
	text-align: center;
	display: block;
	padding-top: 72px;
}
#btnPrevNext li.prev a {
	background: url(../../common/img/bg_btn_prev.gif) no-repeat;
}
#btnPrevNext li.next a {
	background: url(../../common/img/bg_btn_next.gif) no-repeat;
}
#btnPrevNext li.prev a:hover {
	background: url(../../common/img/bg_btn_prev-over.gif) no-repeat;
}
#btnPrevNext li.next a:hover {
	background: url(../../common/img/bg_btn_next-over.gif) no-repeat;
}
#recentEntry {
	border-bottom: 1px solid #404040;
}

#recentEntry  li {
	font-family: "ＭＳ ゴシック", "Osaka－等幅", Osaka-mono, monospace;
	background: #191919 url(../../common/img/arr_white.png) no-repeat 9px 11px;
	border-top: 1px dotted #636363;
	padding: 5px 9px 0px 22px;
	height: 41px;
}
#recentEntry li.first {
	border-top: none;
}

#archive {
	border-bottom: 1px solid #404040;
	background: #191919;
	padding: 5px 0px;
}
#archive li {
	padding: 4px 9px 4px 22px;
	background: url(../../common/img/arr_white.png) no-repeat 9px center;
}
#archiveContent {
	padding: 15px;
}
#archiveContent li {
	line-height: 1;
	padding: 0px 0px 20px 70px;
}
*html #archiveContent li {
	height: 1em;
}
#archiveContent li.icnFormula {
	background: url(../../common/img/icn_formula.gif) no-repeat left top;
}
#archiveContent li.icnAlternative {
	background: url(../../common/img/icn_alternative.gif) no-repeat left top;
}
#archiveContent li.icnMarvelPeak {
	background: url(../../common/img/icn_marvelpeak.gif) no-repeat left top;
}
#archiveContent li.icnForesight {
	background: url(../../common/img/icn_foresight.gif) no-repeat left top;
}
#archiveContent li.icnAll {
	background: url(../../common/img/icn_all.gif) no-repeat left top;
}
