@charset "utf-8";
/*/////////////////////////////////////////////////////////

	name:common.css
	EMFで共通で使うCSS
	1.default style reset
	2.set common style
	3.コンテンツ大枠
	4.ヘッダー
	5.サブコンテンツ中央
	6.フッター

/////////////////////////////////////////////////////////*/

/* 1.default style reset
-------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
a:focus { outline:none;}
img { vertical-align:bottom;}

.hidetext {
	overflow: hidden;
	text-indent: -1000em;
}

/* floatする親要素 */

.pkg:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pkg { min-height: 1px; }

/* Hides from IE-mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* End hide from IE-mac */


/* 2.set common style
-------------------------------------------------------------*/
body {
	background: #fff;
	color: #333;
	font-size:75%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka', sans-serif;
	line-height: 1.5;
}
a:link {
	color:#004f98;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#3a6288;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#C3151F;
	text-decoration:underline;
}

/* footer */
#footer {
	text-align:center;
	padding:25px 0 15px 0;
}
#footer ul li {
	display:inline;
	border-right:1px solid #FFF;
	font-weight:bold;
	margin-right:5px;
	padding-right:5px;
	color:#FFF;
}
#footer ul li a {
	color:#C2FE6A;
	font-weight:normal;
}
#footer ul li.noline {
	border-right:none;
}
#footer address {
	color:#FFF;
	margin-bottom:10px;
}

/* 右エリア */

#subContent .subBanner { margin-bottom:10px; text-align:center;}
#subContent .subBnrNarrow { margin-bottom:5px;}
#subSecondary .subBanner { margin-bottom:10px;text-align:center;}

/* 検索 */
#subContent .searchBox {
	background: url(/images/n/emf/2012/search_bg.jpg) no-repeat left top #FFFFFF;
	height:36px;
	width:300px;
	overflow:hidden;
	margin-bottom:10px;
}
#subContent .searchBox .searchTxt {
	float:left;
	margin:8px 0 0 10px;
	width:210px;
}
#subContent .searchBox .searchBtn {
	background: url(/images/n/emf/2012/search_btn.jpg) no-repeat left top transparent;
	display:inline;
	float:right;
	border:none;
	height:26px;
	margin:3px 10px 0 0;
	text-indent:-9999px;
	cursor: pointer;
	width:51px;
}

/* 日別ランキング */
#subContent .show {	display:block;}
#subContent .noshow { display:none;}

/* eco news ランキング */
#subContent .eco_newsRanking .rankhead {
	width:295px;
	height:37px;
	padding:13px 0 0 5px;
	background: url(/images/n/emf/2012/econewsRank_head_bg.gif) no-repeat;
}
#subContent .eco_newsRanking .rankhead ul {
padding-top:17px
}
#subContent .eco_newsRanking .rankhead li ul {
	width:171px;
	overflow:hidden;
}
#subContent .eco_newsRanking .rankhead h3 {
	float:left;
	margin:0;
	padding-right:10px;
	line-height:1;
}
#subContent .eco_newsRanking .rankhead li {
	float:left;
	width:57px;
}
#subContent .eco_newsRanking .rankhead li a {
	width:30px;
	height:18px;
	padding:2px 10px 0 17px;
	display:block;
	font-size: 12px;
	font-weight:bold;
	background: url(/images/n/emf/2012/rankbtn_bg.gif) no-repeat 0 -20px;
}
#subContent .eco_newsRanking .rankhead .rankselect a {
	font-weight:bold;
	color:#05b1f0;
}
#subContent .eco_newsRanking .rankhead li.rankselect a {
	background: url(/images/n/emf/2012/rankbtn_bg.gif) no-repeat 0 0;
}
#subContent .eco_newsRanking .rankbody {
	width:288px;
	border:1px solid #ddd;
	border-top:none;
	padding:10px 5px 5px;
}
#subContent .eco_newsRanking .rankbody li {
	padding-left:25px;
	margin-bottom:5px;
	font-size: 13px;
}
.eco_newsRanking .rankbody li.rank1 { background: url(/images/n/emf/2012/icon_rank_01.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank2 { background: url(/images/n/emf/2012/icon_rank_02.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank3 { background: url(/images/n/emf/2012/icon_rank_03.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank4 { background: url(/images/n/emf/2012/icon_rank_04.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank5 { background: url(/images/n/emf/2012/icon_rank_05.gif) no-repeat left top;}

.debug {
	padding:0 5px;
	font-size: 11px !important;
	background-color: #900;
	color: #fff;
}
.debug:before {
	content: "[debug] ";
}

#loader {
	margin-left: 20px;
}

/* 2010/10/20 小松原追加　生物多様性COP10誘導テキストリンク */
.cop10_2010 {font-size:29px;color:#f00;font-weight:bold;; border-bottom:1px #999 dotted;}

/* 3.コンテンツ大枠
-------------------------------------------------------------*/
body,#wrapper {
	background: url(/images/n/emf/2012/common/header/header_bg.jpg) no-repeat center top;
}

#wrapper {
	width:1000px;
	margin:0 auto 40px;
}

#content {
	overflow: hidden;
	/zoom: 1;
}

#mainContent {
	width: 660px;
	float: left;
}

#subContent {
	width: 300px;
	float: right;
}

#footer {
	clear:both;
	padding-top: 40px;
	background: url(/images/n/emf/2012/common/footer/footer_bg.jpg) repeat-x center top;
}


/* 4.ヘッダー
-------------------------------------------------------------*/
#header {
	width:1000px;
	overflow:hidden;
	padding:15px 0 45px;
}

#header .headerLogo {
	width:228px;
	float:left;
}

#header .headerLogo ul {
	width:228px;
	overflow:hidden;
	padding-top:7px;
}

#header .headerLogo li {
	float:left;
}

#header .lead {
	float: right;
	margin-top: -5px;
}
/* 2014.4.7小松原追加　ID統合のお知らせテキスト表示用 */

#header div.id_tougou {
	border:2px solid #096384;
	background:#fff;
	width:600px;
	float:right;
	padding:5px 10px;
}
#header div.id_tougou p {}
#header div.id_tougou p.bold{
	font-weight:bold;
	color:#CC1824;
}


/* サイトナビ */
#header ul.headerMenu {
	clear:both;
	width:1000px;
	height: 35px;
	padding-top:6px;
	overflow:hidden;
}

*html #header ul.headerMenu { width:1003px;}

#header ul.headerMenu li {
	height:35px;
	float:left;
}

#header ul.headerMenu li a {
	height:35px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(/images/n/emf/2012/common/header/sitenav.jpg) no-repeat;
}

#header ul.headerMenu li.top a { width:143px; height:35px; background-position:0 0;}
#header ul.headerMenu li.about a { width:141px; background-position:-143px 0;}
#header ul.headerMenu li.members a { width:142px; background-position:-284px 0;}
#header ul.headerMenu li.study a { width:143px; background-position:-426px 0;}
#header ul.headerMenu li.news a { width:141px; background-position:-569px 0;}
#header ul.headerMenu li.interview a { width:141px; background-position:-710px 0;}
#header ul.headerMenu li.report a { width:149px; background-position:-851px 0;}

/* サイトナビ マウスオーバー */
body.top #header ul.headerMenu li.top a,
#header ul.headerMenu li.top a:hover { width:143px; height:35px; background-position:0 -35px;}
body.about #header ul.headerMenu li.about a,
#header ul.headerMenu li.about a:hover { width:141px; background-position:-143px -35px;}
body.members #header ul.headerMenu li.members a,
#header ul.headerMenu li.members a:hover { width:142px; background-position:-284px -35px;}
body.study #header ul.headerMenu li.study a,
#header ul.headerMenu li.study a:hover { width:143px; background-position:-426px -35px;}
body.news #header ul.headerMenu li.news a,
#header ul.headerMenu li.news a:hover { width:141px; background-position:-569px -35px;}
body.interview #header ul.headerMenu li.interview a,
#header ul.headerMenu li.interview a:hover { width:141px; background-position:-710px -35px;}
body.report #header ul.headerMenu li.report a,
#header ul.headerMenu li.report a:hover { width:149px; background-position:-851px -35px;}



/* 5.サブコンテンツ中央
-------------------------------------------------------------*/
/* eco news ランキング */

#subContent .eco_newsRanking .rankhead {
	width:295px;
	height:37px;
	padding:13px 0 0 5px;
	background: url(/images/n/emf/2012/econewsRank_head_bg.gif) no-repeat;
}
#subContent .eco_newsRanking .rankhead ul {
padding-top:17px
}
#subContent .eco_newsRanking .rankhead li ul {
	width:171px;
	overflow:hidden;
}
#subContent .eco_newsRanking .rankhead h3 {
	float:left;
	margin:0;
	padding-right:10px;
	line-height:1;
}
#subContent .eco_newsRanking .rankhead li {
	float:left;
	width:57px;
}
#subContent .eco_newsRanking .rankhead li a {
	width:30px;
	height:18px;
	padding:2px 10px 0 17px;
	display:block;
	font-size: 12px;
	font-weight:bold;
	background: url(/images/n/emf/2012/rankbtn_bg.gif) no-repeat 0 -20px;
}
#subContent .eco_newsRanking .rankhead .rankselect a {
	font-weight:bold;
	color:#05b1f0;
}
#subContent .eco_newsRanking .rankhead li.rankselect a {
	background: url(/images/n/emf/2012/rankbtn_bg.gif) no-repeat 0 0;
}
#subContent .eco_newsRanking .rankbody {
	width:288px;
	border:1px solid #ddd;
	border-top:none;
	padding:10px 5px 5px;
}
#subContent .eco_newsRanking .rankbody li {
	padding-left:25px;
	margin-bottom:5px;
	font-size: 13px;
}
.eco_newsRanking .rankbody li.rank1 { background: url(/images/n/emf/2012/icon_rank_01.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank2 { background: url(/images/n/emf/2012/icon_rank_02.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank3 { background: url(/images/n/emf/2012/icon_rank_03.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank4 { background: url(/images/n/emf/2012/icon_rank_04.gif) no-repeat left top;}
.eco_newsRanking .rankbody li.rank5 { background: url(/images/n/emf/2012/icon_rank_05.gif) no-repeat left top;}



#subContent #ecoNews {
	width: 300px;
	margin: 10px 0 15px;
}

#subContent #ecoNews .ecoNewsBody {
	padding: 10px;
	background: url(/images/n/emf/2012/common/right2_special/econews_bg.gif) no-repeat center bottom;
}

#subContent #ecoNews .ecoNewsBody ul {
	margin-bottom: 4px;
}

#subContent #ecoNews .ecoNewsBody ul li {
	padding-bottom: 4px;
	padding-left: 10px;
	background: url(/images/n/emf/2012/common/right2_special/icon_econews.gif) no-repeat 0 4px;
}

#subContent #ecoNews .ecoNewsBody .EcoNews {
	width: 155px;
	margin: 5px 0 0 auto;
}

/* 「別冊・書籍のご案内」「セミナーのご案内」共通 */
#subContent .prBlock {
	width: 296px;
	border: 1px black solid;
	margin-bottom: 11px;
	padding: 1px 1px 15px;
	overflow: hidden;
	/zoom: 1;
}

#subContent .prBlock h3 {
	margin-bottom: 15px;
}

#subContent .prBlock .prBlockImg{
	width: 97px;
	float: left;
	padding-left: 13px;
}

#subContent .prBlock .prBlockTxt{
	width: 173px;
	float: right;
	padding-right: 13px;
}

#subContent .prBlock .prBlockTxt h4{
	margin-bottom: 10px;
	font-size: 14px;
}

#subContent .prBlock .prBlockTxt p {
	margin-bottom: 10px;
}

#subContent .prBlock .prBlockTxt p.prBlockBtn {
	margin-bottom: 0;
}

/* 媒体一覧 */
#subContent .nikkeiLogo {
	margin-bottom: 15px;
	padding: 9px;
	border: 1px #d4d4d4 solid;
}

#subContent .nikkeiLogo h3 {
	margin-bottom: 10px;
}

#subContent .nikkeiLogo p {
	margin-bottom: 10px;
	text-align: center;
}


/* セミナーのご案内 */
#subContent .prBlock.seminar {
	border: 1px #05b1f0 solid;
}

/* 6.フッター
-------------------------------------------------------------*/
#footer #bpGlobalFooter.globalFooter{
	padding: 15px 10px 0
}

#footer #bpGlobalFooter ul {
	clear: both;
	display: block;
	width: 51em;
	margin: 0 auto;
}

#footer ul li {
	color: #000000;
	border-right: 1px solid #000000;
}

#footer ul li a {
	font-weight: bold;
}

#footer ul li a:link,
#footer ul li a:active {
	color: #004F98;
}

#footer ul li a:visited {

	color: #3A6288;
}

#footer ul li a:hover {
	color: #C3151F;
}

#footer address {
	color: #000000;
	font-weight: bold;
}