@charset "UTF-8";

/* --------------------------------------------------------- */
/* サイト全体
/* --------------------------------------------------------- */
html { /* ifPrint overridden */
	background-image:url(./../images/base/bg_html.gif);
	background-repeat:repeat-y;
	background-position:center;
	min-width:995px;
}
body { /* ifPrint overridden */
	min-width:995px;
}
#PAGE_TOP { /* ifPrint overridden ifIE overridden */
	width:995px;
	margin:auto;
	background-image:url(./../images/base/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-size:160%;
	min-height:100%;
}
#PAGE {
	text-align:left;
	position:relative;
}
/* --------------------------------------------------------- */
/* サイトタイトル
/* --------------------------------------------------------- */
#SITE_TITLE {
	position:relative;
	top:30px;
	left:0;
	width:965px;
	height:128px;
	padding:0 15px;
	background-image:url(./../images/common/bg_header.gif);
	background-repeat:repeat-x;
	z-index:3;
}
#SITE_TITLE h1 {
	float:left;
	margin:15px 17px 0 0;
}
#SITE_TITLE p {
	font-size:80%;
	color:#1d2f5a;
	float:left;
	padding:25px 0 0 0;
}
#SITE_TITLE ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:15px;
	bottom:85px;
	font-size:75%;
	line-height:1.2;
}
#SITE_TITLE ul li {
	float:left;
	margin:0 0 0 10px;
	padding:5px 0;
}
#SITE_TITLE ul li.base-begin a { /* ifIE overridden */
	padding:5px 0 5px 20px;
	background-image:url(./../images/common/mark_beginner.png);
	background-repeat:no-repeat;
	min-height:11px;
}

#SITE_TITLE input {
	vertical-align: text-bottom;
}

/* --------------------------------------------------------- */
/* サイトタイトル（省スペース）
/* --------------------------------------------------------- */
#SITE_TITLE_SMALL {
	top:0;
	border-top:solid 2px #3A4599;
	height:auto;
	padding-bottom:11px;
	text-align:left;
	font-size:87.5%;
}
#SITE_TITLE_SMALL h1 {
	margin-top:10px;
	padding-left:19px;
}
#SITE_TITLE_SMALL ul {
	position:absolute;
	margin:0;
	padding:0;
	list-style-type:none;
	top:13px;
	right:20px;
}
#SITE_TITLE_SMALL li.base-help {
	display:block;
	line-height:18px;
	background-image:url(./../images/common/mark_help.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:3px 0 0 20px;
}

/* --------------------------------------------------------- */
/* サイトタイトル（グローバルナビなし）
/* --------------------------------------------------------- */
#SITE_TITLE_NOGM {
	position:relative;
	top:30px;
	left:0;
	width:965px;
	height:81px;
	padding:0 15px;
	background-image:url(./../images/common/bg_header.gif);
	background-repeat:repeat-x;
	z-index:3;
}
#SITE_TITLE_NOGM h1 {
	float:left;
	margin:15px 17px 0 0;
}
#SITE_TITLE_NOGM p {
	font-size:80%;
	color:#1d2f5a;
	float:left;
	padding:25px 0 0 0;
}
#SITE_TITLE_NOGM ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:15px;
	bottom:37px;
	font-size:75%;
	line-height:1.2;
}
#SITE_TITLE_NOGM ul li {
	float:left;
	margin:0 0 0 10px;
	padding:5px 0;
}

/* --------------------------------------------------------- */
/* コンテンツ領域
/* --------------------------------------------------------- */
#CONTENTS { /* ifPrint overridden */
	background-color:#FFFFFF;
	background-image:url(./../images/base/bg_contents.gif);
	background-repeat:repeat-x;
	position:relative;
	padding:20px 70px;
	margin:0;
}
#CONTENTS_WIDE {
	background-color:#FFFFFF;
	background-image:url(./../images/base/bg_contents.gif);
	background-repeat:repeat-x;
	position:relative;
	padding:20px 15px;
	margin:0;
}
#CONTENTS_WIDE #MAIN {
	float:left;
	width:663px;
}
#CONTENTS_WIDE #SUB {
	float:right;
	width:288px;
}
#CONTENTS #MAIN {
	float:left;
	width:513px;
	padding-left:20px;
}
#CONTENTS #SUB {
	float:right;
	width:288px;
	padding-right:20px;
}
/* --------------------------------------------------------- */
/* ページ先頭へ */
/* --------------------------------------------------------- */
#GOTO_TOP {
	text-align:right;
	margin:10px 10px 0;
}
/* --------------------------------------------------------- */
/* グローバルメニュー */
/* --------------------------------------------------------- */
#GLOBAL_MENU {
	clear:both;
	width:964px;
	height:47px;
	padding:4px 15px 0;
	position:absolute;
	top:77px;
	background-image:url(./../images/base/bg_globalmenu.gif);
	background-repeat:repeat-x;
	z-index:4;
}
#GLOBAL_MENU ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#GLOBAL_MENU ul li {
	float:left;
}
#GLOBAL_MENU ul li img {
	display:block;
}
/* --------------------------------------------------------- */
/* ユニバーサルバー */
/* --------------------------------------------------------- */
#UNIVERSAL_BAR {
	width:995px;
	min-height:30px;
	height:auto !important;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(./../images/common/bg_unibar.gif);
	background-position:center top;
	background-repeat:repeat-x;
	color:#E6E6E6;
	font-size:12px;
	min-width:995px;
	width:100%;
	text-align:center;
	border-bottom:1px solid #555656;
	z-index:5;
}
*:first-child+html #UNIVERSAL_BAR {
	overflow-y:hidden;
}
#UNIVERSAL_BAR * {
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}
#UNIVERSAL_BAR a:link {
	color:#E6E6E6;
	text-decoration:none;
}
#UNIVERSAL_BAR a:visited {
	color:#E6E6E6;
	text-decoration:none;
}
#UNIVERSAL_BAR a:active,
#UNIVERSAL_BAR a:hover {
	color:#E6E6E6;
	text-decoration:underline;
}
#UNIVERSAL_BAR .hide {
	display:none;
}
#UNIVERSAL_BAR .fixed {
	text-align:left;
	width:995px;
	margin:0 auto;
}
#UNIVERSAL_BAR .liquid {
	text-align:left;
	width:auto;
	min-width:986px;
	padding-left:10px;
	margin-right:10px;
}
#UNIVERSAL_BAR .fixed,
#UNIVERSAL_BAR .liquid {
	background-image:url(./../images/common/logo_nikkei.gif);
	background-position:98% 50%;
	background-repeat:no-repeat;
}
#UNIVERSAL_BAR ul {
	float:left;
	display:block;
	margin:0;
	padding:0;
	border-right:1px solid #1b1c1e;
	border-left:1px solid #616263;
}
#UNIVERSAL_BAR ul li {
	float:left;
	display:block;
	list-style-type:none;
}

#UNIVERSAL_BAR ul li a {
	background-image:url(./../images/common/mark_unibar_01.gif);
	background-position:5px 50%;
	background-repeat:no-repeat;
	border-left:1px solid #1b1c1e;
	border-right:1px solid #616263;
	display:block;
	line-height:29px;
	min-height:29px;
	padding:0 7px 0 14px;
}

#HEISEI2011-UNIVERSAL_BAR{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:100%;
	height:30px;
	background:#333 url(./../images/common/bg_header_r1.gif) repeat-x;
	color:#E6E6E6;
	z-index: 4;
}
#HEISEI2011-UNIVERSAL_BAR h2.cmn-hide {
	display: none;
}
#HEISEI2011-UNIVERSAL_BAR a:link,
#HEISEI2011-UNIVERSAL_BAR a:visited{
	color:#E6E6E6;
	text-decoration: none;
}
#HEISEI2011-UNIVERSAL_BAR a:hover {
	color:#E6E6E6;
	text-decoration: underline;
}
#HEISEI2011-UNIVERSAL_BAR_BODY_liquid {
	width:100%;
	height:30px;
	margin:0 auto;
	background:url(./../images/common/logo_nikkei.gif) no-repeat 99% 50%;
}
#HEISEI2011-UNIVERSAL_BAR_BODY_fixed {
	width:996px;
	height:30px;
	margin:0 auto;
	background:url(./../images/common/logo_nikkei.gif) no-repeat 99% 50%;
}
#HEISEI2011-UNIVERSAL_BAR_BODY_release {
	width:996px;
	height:30px;
	margin:0 auto;
}

#HEISEI2011-UNIVERSAL_BAR_SERVICE{
	float:left;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li{
	font-size:12px;
	float:left;
	background: url(./../images/common/universalbar_bgline.gif) no-repeat 100% 50%;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li a{
	display:block;
	float:left;
	padding:0 12px 0 8px;
	min-height:29px;
	line-height:29px;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career {
	position: relative;
	background-image: none;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp table,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career table {
	border-collapse: collapse;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp ul,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 29px;
	left: 0px;
	height: 0;
	z-index: 100;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp ul li,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career ul li {
	margin-bottom: 0;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp a,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career a {
	display: block;
	text-decoration: none;
	background: url(./../images/common/universalbar_pulldown.gif) no-repeat 100% 50%;
	padding: 1px 14px 0 7px;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp a:hover,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career a:hover {
	position: relative;
	z-index: 100;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp:hover ul,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp a:hover ul,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career:hover ul,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career a:hover ul{
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp ul li {
	padding: 0;
	width: 6em;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career ul li {
	padding: 0;
	width: 9em;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp ul li a,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career ul li a {
	float: none;
	background-image: none;
	background-color: #333333;
	padding: 4px 7px;
	border: none;
	height: auto;
	line-height: 1;
	min-height:1px;
	white-space: nowrap;
	width: 100%;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-bp ul li a:hover,
#HEISEI2011-UNIVERSAL_BAR_SERVICE li.cmnc-career ul li a:hover {
	background-color: #666666;
}
#HEISEI2011-UNIVERSAL_BAR_SERVICE .cmn-clearfix:after
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
* html #HEISEI2011-UNIVERSAL_BAR_SERVICE .cmn-clearfix{
	zoom:1;
}
*:first-child+html #HEISEI2011-UNIVERSAL_BAR_SERVICE .cmn-clearfix{
	zoom:1;
}

/* --------------------------------------------------------- */
/* ブランドエリア */
/* --------------------------------------------------------- */
/*
#BRAND_AREA {
	width:995px;
	height:23px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(./../images/base/bg_brandarea.gif);
	background-repeat:repeat-x;
	border-top:#3A4599 2px solid;
	z-index:5;
	font-size:75%;
}
#BRAND_AREA #MEDIA_TYPE {
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
	float:left;
}
#BRAND_AREA #MEDIA_TYPE li {
	float:left;
	padding:0 15px;
}
#BRAND_AREA #MEDIA_TYPE li img {
	display:block;
}
#BRAND_AREA #MEDIA_TYPE li.base-nikkeicom {
	padding:0 0 0 3px;
	background-image:none;
}
#BRAND_AREA #MEDIA_TYPE li.base-veritus {
	background-image:none;
}
#BRAND_AREA #MEDIA_TYPE li.base-more {
	position:relative;
	height:21px;
	margin:0 10px;
	padding:0;
}
#BRAND_AREA #MEDIA_TYPE li.base-more a {
	position:absolute;
	display:block;
	padding-right:10px;
	position:absolute;
	top:50%;
	margin-top:-0.5em;
}
#BRAND_AREA #MEDIA_LANGUAGE {
	list-style-type:none;
	margin:0 3px 0 0;
	padding:0 0 0 5px;
	float:right;
}
#BRAND_AREA #MEDIA_LANGUAGE li {
	float:left;
}
#BRAND_AREA #MEDIA_LANGUAGE li img {
	display:block;
}
#BRAND_AREA div {
	margin:0;
	float:right;
}
*/
/* --------------------------------------------------------- */
/* サイトについて */
/* --------------------------------------------------------- */
#ABOUT_SITE {
	clear:both;
}
#ABOUT_SITE div.base-sitemenu {
	margin:0;
	padding:8px 80px;
	color:#FFFFFF;
	background-color:#5A5A5A;
	background-image:url(./../images/base/bg_sitemenu.gif);
	background-repeat:repeat-x;
	font-size:75%;
	text-align:center;
}
#ABOUT_SITE div.base-sitemenu ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 5px 0 0;
	line-height:1.3;
	border-right:1px solid #FFFFFF;
}
#ABOUT_SITE ul li {
	display:inline;
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	border-left:1px solid #FFFFFF;
	letter-spacing:0;
}
#ABOUT_SITE ul li a {
	white-space:nowrap;
	color:#FFFFFF;
}
#ABOUT_SITE p.base-copyright {
	clear:both;
	text-align:center;
	margin:0;
	padding:10px 0;
	color:#3F3F3F;
	background-image:url(./../images/base/bg_copyright.gif);
	background-repeat:repeat-x;
	font-size:75%;
}
#ABOUT_SITE div.base-other_related {
	background-color:#E6E6E6;
	font-size:75%;
	padding:0 20px 10px;
	margin-top:1px;
}
#ABOUT_SITE div.base-other_related a {
	color:#024591;
}
#ABOUT_SITE div.base-other_related a:visited {
	color:#6a3884;
	text-decoration:none;
}
#ABOUT_SITE div.base-other_related a:active,
#ABOUT_SITE div.base-other_related a:hover {
	color:#458cdd;
	text-decoration:underline;
}
#ABOUT_SITE div.base-other_related h4 {
	padding-top:10px;
	margin-bottom:5px;
	font-weight:normal;
}
#ABOUT_SITE div.base-other_related ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 5px 0 0;
	line-height:1.3;
	border-right:1px solid #333333;
}
#ABOUT_SITE div.base-other_related li {
	border-left-color:#333333;
}
/* ------ 連名 ------ */
#ABOUT_SITE.joint{
	padding-top:13px;
	color:#143A65;
}
#ABOUT_SITE.joint div.base-copyright{
	text-align:center;
	margin:0;
	padding:10px 0;
	font-size:12px;
	border-top:14px solid #304567;
	background-color:#EFFAFF;
}
#ABOUT_SITE.joint div.base-copyright img{
	margin-right:10px;
	vertical-align:top;
}
#ABOUT_SITE.joint div.base-copyright .base-copyright_txt{
	display:inline-block;
	/display:inline;
	/zoom:1;
	text-align:left;
}
#ABOUT_SITE.joint div.base-copyright .base-copyright_txt div{
	margin:5px 0 0;
}
#ABOUT_SITE.joint #GOTO_TOP a{
	margin-right:70px;
	width:114px;
	height:20px;
}



/* --------------------------------------------------------- */
/* サイトについて（省スペース）
/* --------------------------------------------------------- */
#ABOUT_SITE_SMALL {
	background-image:none;
	border-style:none;
	clear:both;
	margin:0;
	padding:1px 0 0;
	background-image:url(../images/base/bg_copyright.gif);
	background-repeat:repeat-x;
	background-position:0 32px;
	border:1px solid #FFFFFF;
}
#ABOUT_SITE_SMALL div.base-pagetop {
	margin:0 70px;
	padding-top:12px;
}
#ABOUT_SITE_SMALL p.base-copyright {
	border-top:14px solid #304567;
	background-color:#EFFAFF;
	text-align:center;
	margin:0;
	padding:10px 0;
	color:#3F3F3F;
	font-size:75%;
}
#ABOUT_SITE_SMALL p.base-copyright img {
	margin-right:10px;
	vertical-align:middle;
}

/* --------------------------------------------------------- */
/* サイトについて */
/* --------------------------------------------------------- */
#ABOUT_NIKKEI {
	background-color:#EFFAFF;
	color:#143A65;
	font-size:12px;
	min-width:963px;
	width:100%;
	line-height:100%;
	border-top:13px solid #304567;
	text-align:center;
}
#ABOUT_NIKKEI * {
	line-height:100%;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}
#ABOUT_NIKKEI a:link {
	color:#113366;
	text-decoration:none;
}
#ABOUT_NIKKEI a:visited {
	color:#6A3884;
	text-decoration:none;
}
#ABOUT_NIKKEI a:active,
#ABOUT_NIKKEI a:hover {
	color:#458CDD;
	text-decoration:underline;
}
#ABOUT_NIKKEI .fixed {
	margin:0 auto;
	text-align:left;
	padding:10px 16px 15px;
	width:963px;
}
#ABOUT_NIKKEI h2.title {
	clear:both;
	color:#464646;
	margin:0 0 5px 0;
	font-size:12px;
}
#ABOUT_NIKKEI ul {
	clear:both;
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}
#ABOUT_NIKKEI ul li {
	border-left:1px solid #143A65;
	float:left;
	line-height:1.2;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
}
#ABOUT_NIKKEI ul li a {
	white-space:nowrap;
}
#ABOUT_NIKKEI ul li.first {
	border-left-style:none;
	padding:0;
}
#ABOUT_NIKKEI ul.copyright {
	clear:both;
	background-image:url(./../images/common/logo_aboutnikkei_nikkei.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:16px;
	min-height:16px;
	padding-left:70px;
}
#ABOUT_NIKKEI ul.copyright li {
	border-left:medium none;
	float:none;
	padding-bottom:2px;
	padding-top:2px;
}

/* --------------------------------------------------------- */
/* ページ先頭へ */
/* --------------------------------------------------------- */
#GOTO_TOP {
	text-align:right;
	margin:0;
}
#RETURN_TO_PAGETOP {
	width:100%;
	min-width:995px;
	padding:18px 0 0 0;
}
#RETURN_TO_PAGETOP_BODY {
	width:978px;
	margin:0 auto;
	padding:0 9px;
	text-align:right;
}