@charset "UTF-8";
/* release 2010/12/03 */
/* ############################################################################################# */
/* 標準スタイル初期化 */
/* ############################################################################################# */
html {
	color: #333333;
	background-color: #FFFFFF;
	height: 100%;
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/font-family: 'ＭＳ Ｐゴシック', sans-serif;
	line-height:1.3;
}
* html { /* for IE6 */
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, form, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height:1.3;
}
img {
	border-style: none;
}
em {
	font-style: normal;
}
button, input, select, textarea {
	vertical-align: bottom;
}
label {
	cursor: pointer;
}
ul, ol { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol {
	/padding: 0 0 0 2.0em;
}
hr {
	display: block;
	margin: 20px 0;
	padding: 0;
	height: 0;
	line-height: 0;
	border-top: #AAAAAA 1px solid;
	border-bottom: #E5E5E5 1px solid;
}
a:link {
	color: #113366;
	text-decoration: none;
}
a:visited {
	color: #6A3884;
	text-decoration: none;
}
a:active,
a:hover {
	color: #458CDD;
	text-decoration: underline;
}
td, th {
	text-align:left;
	vertical-align:top;
}
/* ############################################################################################# */
/* 共用スタイル */
/* ############################################################################################# */

/* 非表示 ============================== */
.cmn-hide {
	display: none;
}
/* ClearFix ============================== */
.cmn-clearfix:after { 
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.cmn-clearfix {/
	zoom:1;
}
/* ############################################################################################# */
/* 基本構造スタイル */
/* ############################################################################################# */
/* --------------------------------------------------------- */
/* 外枠 */
/* --------------------------------------------------------- */
#FRM_CNT{
	width: 100%;
	min-width: 996px;
	padding: 0;
	background-image: url(../images/bg_contents_r3.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #E2E2E2;
}
#FRM_OUTER{
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg_contents_body_r3.gif);
}
#FRM_BODY{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg_contents_outer_r3.gif);
}
/* --------------------------------------------------------- */
/* ヘッダー領域 */
/* --------------------------------------------------------- */
#HEADER {
	width: 100%;
}
#HEADER_BODY {
	background-image:url("../images/img_bg_header2011.gif");
	width: 996px;
	margin:0 auto;
	padding: 0 0 3px;
	height: 76px;
}
#headerBoxleft{
	float:left;
}
#nikkeimoneyLogo {
	padding:7px 0 6px 10px;
}
#headerBoxright {
	float:right;
	padding:0 10px 0 0;
}
#siteHelpnavii {
	font-size:63%;
	padding:5px 0;
	text-align:right;
}
#siteHelpnavii li {
	display:inline;
	color:#FFFFFF;
}
#siteHelpnavii a {
	color:#FFFFFF;
}

/* --------------------------------------------------------- */
/* コンテンツ領域 */
/* --------------------------------------------------------- */
#CONTENTS {
	width: 100%;
}
#CONTENTS_BODY {
	width: 976px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	min-height: 600px;
}
/* --------------------------------------------------------- */
/* メイン領域 */
/* --------------------------------------------------------- */
#CONTENTS_MAIN{
	float:right;
	width:700px;
}
/* --------------------------------------------------------- */
/* 左領域 */
/* --------------------------------------------------------- */
#CONTENTS_SUB{
	float:left;
	width:260px;
}
/* --------------------------------------------------------- */
/* メインカラム */
/* --------------------------------------------------------- */
h2.headBand {
	background:url("http://parts.nikkei.co.jp/parts/MoneyMarkets/v3/images/bg_headline.jpg") repeat-x scroll center bottom #FFFFFF;
	border:1px solid #E1E1E1;
/*	font-size:88%;*/
	margin-bottom:10px;
	padding:3px 8px;
}
h2.headBandsub {
	background:url("http://parts.nikkei.co.jp/parts/MoneyMarkets/v3/images/bg_headline.jpg") repeat-x scroll center bottom #FFFFFF;
	border:1px solid #E1E1E1;
	margin-bottom:20px;
	padding:3px 8px;
}
.moreLink {
	background:url("http://parts.nikkei.co.jp/parts/MoneyMarkets/v3/images/icon_arrow_db.gif") no-repeat 0 3px transparent;
	clear:both;
	font-weight:bold;
	padding:0 0 2px 17px;
}
.centerBoxbase {
	font-size:94%;
	padding:0 5px 20px;
}
.centerBoxbase .newsBlock {
	padding:0 0 5px;
}
.centerBoxbase .newsBlock p {
	line-height:1.5;
	padding:0 0 10px;
}
.centerBoxbase .newsBlock .newsHead {
	font-weight:bold;
	padding:2px 0;
}
.centerBoxbase h2 {
	font-size:142%;
	padding:0 0 5px;
}
.centerBoxbase h3 {
	border-bottom:2px solid #C4C4C4;
	margin-bottom:5px;
	padding-bottom:2px;
	position:relative;
}
.centerBoxbase h3 span {
	font-size:75%;
	font-weight:normal;
	position:absolute;
	right:0;
	top:3px;
}
.centerBoxbase h5.purpleLine {
	border-bottom:1px dotted #AE44A9;
	color:#333333;
	margin-bottom:5px;
	padding-bottom:2px;
	position:relative;
}
.centerBoxbase.typeArticleD p {
/*	font-size:112%;*/
	line-height:1.5;
	padding:0 0 15px;
}
.centerBoxbase.typeArticleD p.moreLink {
	font-size:88%;
	line-height:1.3;
	padding-left:17px;
}
.centerBoxbase .moreLink {
	font-size:88%;
	font-weight:bold;
	margin-top:3px;
	padding-bottom:3px !important;
}
.centerBoxbase .newsPhoto {
	background:none repeat scroll 0 0 #F8F8F8;
	border:1px solid #E1E1E1;
	float:right;
	font-size:12px;
	margin:0 0 10px 10px;
	width:100px;
}
.centerBoxbase .newsPhoto img, .centerBoxbase .newsPhoto p {
	padding:5px 5px 0;
}
.centerBoxbase .arrowList {	
	padding-bottom:20px;
}
.centerBoxbase .newsList-3clm {
	padding-top:5px;
}
.centerBoxbase .newsList-3clm ul {
	float:left;
	width:31%;
	font-size:94%;
}
.imageDisplayList ul {
	margin-left:80px;
}
.imageDisplayList {
	padding-bottom:15px;
}
.imageDisplayList .lImg {
	float:left;
	padding:0 10px 0 0;
}
.imageDisplayList p.lImg a img {
	border:1px solid #CCCCCC;
}
.font-m {
	/*font-size:88% !important;*/
}
.arrowList li {
	background:url("http://parts.nikkei.co.jp/parts/MoneyMarkets/v3/images/icon_arrow_w.gif") no-repeat scroll 0 3px transparent;
	margin-top:2px;
	padding:0 5px 0.1em 17px;
}
ul li img {
	vertical-align:bottom;
}
.centerInfo {
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	color: #333333;
	margin:10px 0 25px;
	padding: 10px 0;
	font-size:94%;
	line-height:130%;
}
/* サイト別エリア ============================== */
div.thisWeek {
	padding:0 10px 20px;
}
div.thisWeek p {
	line-height:150%;
	margin-bottom:0.5em;
}
div.thisWeek p {
	line-height:150%;
	margin-bottom:0.5em;
}
div.thisWeek p.persoCap {
	font-size:88%;
	margin-top:20px;
}
div.thisWeek p.newsCap {
	font-size:88%;
}
.thisWeek .newsPhoto {
	background:none repeat scroll 0 0 #F8F8F8;
	border:1px solid #E1E1E1;
	float:right;
	font-size:12px;
	margin:0 0 10px 10px;
	width:100px;
}
.thisWeek .newsPhoto img, .thisWeek .newsPhoto p {
	padding:5px 5px 0;
}
div.thisWeekbrdr{
	border-bottom:1px dotted #C4C4C4;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
/* --------------------------------------------------------- */
/* 左カラム */
/* --------------------------------------------------------- */
/*---rightBoxbase---*/
.rightBoxbase{
	padding-bottom:7px;
	font-size:82%;
}
.rightBoxbase .boxHead{
	position:relative;
	background:url(http://parts.nikkei.co.jp/parts/MoneyMarkets/v3/images/frm_dbluehead.gif) no-repeat top right #00173B;
	color:#ffffff;
	text-align:center;
}
.rightBoxbase .boxHead a{
	color:#ffffff;
	text-decoration:underline;
}
.rightBoxbase .boxHead h2{
	padding:6px 5px 3px 5px;
	background:url(http://parts.nikkei.co.jp/parts/MoneyMarkets/v3/images/frm_dbluehead_l.gif) no-repeat top left ;
	font-weight:bold;
	font-size:12px;
}
.rightBoxbase .boxHead h2 a{
	font-weight:bold;
}
.rightBoxbase .boxHead2 {
	border-top:1px solid #6F8291;
	border-left:1px solid #6F8291;
	border-right:1px solid #6F8291;
	padding: 3px 6px;
	background-color:#DFDFDF;
	text-align:center;
}

.rightBoxbase .veritas_boxBody {
	border:1px solid #6F8291;
	padding: 6px;
}
.rightBoxbase .veritas_boxBody form {
	padding-left: 5px;
}
.rightBoxbase .veritas_boxBody form label {
	width: 6em;
	float: left;
	text-align: center;
	margin: 2px 0.5em 2px 0px;
	display: block;
	cursor: auto;
	font-weight: bold;
	color: #966733;
}
.rightBoxbase .veritas_boxBody form input {
	color: #781351;
	margin: 2px 0px;
	border: 1px solid #cccccc;
}
.rightBoxbase .veritas_boxBody form input.checkbox {
	border-style: none;
	vertical-align: bottom;
}
* html .rightBoxbase .veritas_boxBody form input.checkbox {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
*:first-child+html .rightBoxbase .veritas_boxBody form input.checkbox {
	position: static;
	top: 0px;
	vertical-align: middle;
}

.rightBoxbase .veritas_boxBody form .submit input {
	margin-left: 5.5em;
	color: none;
	background: transparent;
	border: none;
	padding:5px 0;
}
* html .rightBoxbase .veritas_boxBody form .submit input {
	margin-left: 7em;
}
.rightBoxbase .login {
	background-color: #F4F3EE;
}
* html .rightBoxbase .login form p.submit {
	padding-bottom: 3px;
}
.rightBoxbase .login form .input {
	width: 150px;
}
.rightBoxbase .login form p.link {
	border-top: 1px dotted #cccccc;
	margin-right: 20px;
	padding-top: 3px;
	text-align: center;
}
.rightBoxbase .login form p.link a:link,
.rightBoxbase .login form p.link a:visited{
	text-decoration: underline;
}
.rightBoxbase .login form p.link a:hover {
	text-decoration: none;
}
.rightBoxbase .logout {
	background-image: url(http://parts.nikkei.co.jp/parts/veritas/images/logout_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-color: #C9E9FF;
}
.rightBoxbase .logout h6 {
	margin-bottom: 2px;
	color: #00163F;
}
.rightBoxbase .logout p {
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 5px;
	color: #32557B;
}
.rightBoxbase .logout .submit {
	text-align: center;
	margin-bottom: 0px;
	line-height: 0px;
}
.rightBoxbase .logout .submit input {
	margin-left: 0em;
}
#leftMenuBox {
	font-size:88%;
	margin-bottom:10px;
	width:260px;
	border-bottom:1px solid #C4C4C4;
}
#leftMenuBox h2 {
	background:none repeat scroll 0 0 #00163F;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 5px 6px 7px;
}
#leftMenuBox h2 a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#leftMenuBox ul {
	border-color:-moz-use-text-color #C4C4C4;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-style:none solid;
	border-width:medium 1px;
	padding:0;
}
#leftMenuBox li.veritas_li a {
}
#leftMenuBox li a {
	width:240px;
	vertical-align:bottom;
	padding:10px 0 10px 9px;
}
#leftMenuBox li a {
	background:url("../images/bg_leftclmcell.2010.jpg") repeat-x scroll 0 53% transparent;
	border-top:1px solid #C4C4C4;
	display:block;
	padding:4px 0 4px 18px;
}
#leftMenuBox li.veritas_li a:hover {
	background-image: url(../images/bg_leftclmcell_h.2010.jpg);
}

/* 左枠バナー ============================== */
div.SUB_add{
	margin-bottom:10px;
	padding:0;
	line-height:0;
}

