@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 22px;
}


/* links */

a {
	color: #145591;
	text-decoration: none;
}

a:hover {
	color: #1f354c;
	text-decoration: underline;
}

#nav a {
	font-weight: normal;
}

.top-1column-wrap a {
}

.top-1column-wrap a:hover {
	color: #F00;
	text-decoration: none;
}

.content-head{font-weight: bold;}

.top-1column a {
	font-weight: bold;
	display: block;
}

.top-1column a:hover {
	text-decoration: underline;
}

#sidebar a:hover,
#sidebar-country a:hover {
	text-decoration: none;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ddd;
	text-decoration: none;
}

.n-repo a {
	text-decoration: underline;
}

/* backtotop */

.backtotop {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 9000;
	display: none;
}

.backtotop a {
	display: block;
	background-image: url(../images/pagetop_off.png);
	width: 40px;
	height: 40px;
}

.backtotop a:hover {
	background-image: url(../images/pagetop_on.png);
}

/* common
---------------------------------------- */

#wrapper {

}

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

#content.top_content{
	width: 970px;
}
.hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: gray; /* 線色 */
	height: 1px; /* 高さ */
	margin: 40px 0px;
	clear: left;
	overflow: hidden;
}

/* header
---------------------------------------- */

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFF;
	padding: 20px;
}

#logo {
	float: left;
}

#head-link {
	float: right;
	width: 280px;
	margin-top: 10px;
}

#head-link ul li {
	float: left;
	margin-left: 20px;
	height: 15px;
	font-size: 11px;
}

#head-link ul li.access {
	background-image: url(../images/access.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 3px;
}

#head-link ul li.login {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 4px;
}

#head-link ul li.en {
	background-image: url(../images/english.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 3px;
}

#nav-wrap {
	background-color: #000;

	height: 42px;
	width: 100%;
	clear: left;
	position: relative;
}

#nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Heading */

.heading1_big {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	margin-bottom: 10px;
	line-height: 20px;
}


.heading3_s {
	font-size: 15px;
	margin-bottom: 10px;
	clear: left;
	padding-top: 30px;
}

.heading3_s1 {
	font-size: 16px;
	margin-bottom: 10px;
	clear: left;
}

.heading3_en {
	font-size: 16px;
	margin-bottom: 10px;
	clear: left;
	padding-top: 0px;
}

.heading4 {
	font-size: 14px;
	margin-bottom: 0px;
	clear: left;
	padding-top: 10px;
}

.heading4-en {
	font-size: 14px;
	margin-bottom: 0px;
	clear: left;
	padding-top: 15px;
}

/* Top page
---------------------------------------- */

.main-img-wrapper{
	position: relative;
	z-index: -10;
	height: 220px;
	width: 100%;
}

#main-img {
	height: 220px;
	width: 970px;
	margin: 0 auto;
/*	width: 100%;
	min-width: 920px;*/
	/*background-image: url(../images/main_img.jpg);*/
	background-size: 100% auto;
	background-position: center center;
	text-align: center;
}

#main-img img {
	margin-top: 175px;
}

#top-country {
	width: 970px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#top-content {
	width: 640px;
	float: left;
	margin-right: 20px;
}

.top-1column {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #145591;
	padding-bottom: 8px;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 5px;
}

/* アイコン */

#top-news {
	background-image: url(../images/icon-news.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	min-height:20px;
	padding-top:5px;
}

#top-update {
	background-image: url(../images/icon-update.png);
	background-repeat: no-repeat;
	padding-left: 32px;
	min-height:20px;
	padding-top:5px;
}

#top-event {
	background-image: url(../images/icon-event.png);
	background-repeat: no-repeat;
	padding-left: 32px;
}

#top-media {
	background-image: url(../images/icon-media.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}

#top-news-report {
	background-image: url(../images/icon-report.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}

#top-country-report {
	background-image: url(../images/icon-country-report.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}

.top-1column-wrap {
	overflow: hidden;
}

dl.top-1column-list {
	font-size: 12px;
	line-height: 15px;
}

dl.top-1column-list dt,
dl.top-1column-list dd {
	margin-top: 8px;
}

dl.top-1column-list dt.top-item {
	float: left;
	color: #FFF;
	background-color: #3C5D96;
	display: block;
	margin-right: 6px;
	width: 110px;
	text-align: center;
	clear: left;
	padding: 5px 3px 4px;
	font-size: 10px;
}

dl.top-1column-list dt.top-date {
	float: left;
	padding: 5px;
	margin-right: 3px;
	color: #666666;
}

dl.top-1column-list dd {
	float: left;
	padding: 5px;
	width: 400px;
}
dl.top-1column-list dd.wide {
	width: 525px!important;
}

.top-1column-wrap .newsreport {
	font-size: 70%;
}

.top-2column-wrap {
	width: 310px;
	margin-top: 30px;
	line-height: 18px;
	float: left;
}

.top-link {
	margin-bottom: 10px;
}

.media-name,
.media-date,
.media-detail {
	display: block;	font-weight: bold;
}

.top-news-repo {
	display: block;	font-weight: bold;
}

.top-news-repo-detail {
	display: block;
}

.event-title,
.event-lecturer {
	display: block;	font-weight: bold;
}

.top-news-repo-free {
	font-weight: bold;
	margin-bottom: 5px;
}

.top-list{margin-bottom: 10px;}

.more{
	margin-top: 15px;
	text-align: right;
}

/* TopSidebar */

#top-sidebar {
	width: 300px;
	float: left;
}

.top-sidebar-content {

}

.top-sidebar-head {
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 8px;
	font-weight: bold;
	background-image: url(../images/icon-teiki.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-top: 5px;
}

.sidebar-head a{
	color: #fff !important;
}
.sidebar-head a:hover{
	color: #8daee5 !important;
}

.top-sidebar-content dl {
	margin-top: 15px;
	line-height: 18px;
}

.top-sidebar-content  dt a {
	font-weight: bold;
	margin-bottom: 2px;
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
	background-position: 0px 6px;
	font-size: 13px;
	display: block;
}

.top-sidebar-content dl dd {
	display: block;
	padding-left: 12px;
	margin-bottom: 16px;
	font-size: 11px;
}

.top-sidebar-content dl dt,
.top-sidebar-content dl dd {

}

dl.top-event {

}

dl.top-event dt {
	float: left;
}

dl.top-event dd {
	float: left;
}

/* page
---------------------------------------- */

/* Contents */

#content-wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 20px;
	padding-left: 20px;
}

#contents {
	width: 708px;
	float: left;
}

.page-container {
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	padding-top: 10px;
}

/* ===============================================================

	2 センター案内 about

=============================================================== */

/* ----------------------------
	2-1-1 センター長挨拶
------------------------------- */

.president-img {
	float: left;
	width: 220px;
	text-align: center;
	margin-top: 30px;
}

.president-message {
	float: left;
	margin-left: 20px;
	width: 452px;
	font-size: 14px;
	line-height: 23px;
	margin-top: 30px;
}

.president-message p {
	margin-bottom: 25px;
}

.president-name {
	margin-top: 20px;
}

.president-date {
	float: right;
}

/* ----------------------------
	2-1-2 中東とエネルギーへのアプローチ
------------------------------- */
.history-message{
	font-size: 14px;
	line-height: 23px;
}
.history-message p {
	margin-bottom: 25px;
	font-size: 13px;
}
.history-message-url {
  margin-top: 50px;
	margin-bottom: 25px;
  font-size: 13px;
}

/* ----------------------------
	2-1-3 事業概要
------------------------------- */

table.business {
	border-collapse: separate;
	border-spacing: 0px 2px;
	line-height: 18px;
}

.business th,
.business td {
padding: 10px;
}

.biz-th {
	background-color: #eee;
	width: 120px;
	font-weight: normal;
}

.biz-td {

}

.description {
	width: 640px;
	line-height: 22px;
}

.description p {
	margin-bottom: 20px;
}

.description ul.decimal {
	margin-left: 40px;
}

.description ul.decimal li {
	list-style-type: decimal !important;
	list-style-position: outside;
	margin-top: 8px;
	margin-bottom: 10px;
}

/* ----------------------------
	2-1-4 組織図
------------------------------- */

.organization {
	text-align: center;
}

/* ----------------------------
	2-1-5 研究者紹介
------------------------------- */

dl.staff {
	clear: left;
	margin-left: 30px;
	overflow: hidden;
}

dl.staff dt {
	float: left;
	background-color: #eee;
	display: block;
	width: 240px;
	text-align: center;
/*	height: 24px;*/
	padding-top: 14px;
	padding-bottom: 14px;
	margin-right: 30px;
	clear: left;
}

dl.staff dt,
dl.staff dd {
	margin-top: 10px;
}

dl.staff dd {
	float: left;
	height: 24px;
	padding-top: 14px;
}

/* スタッフ紹介 */

.staff-photo {
	float: left;
}

.staff-biography {
	float: left;
	width: 560px;
	margin-left: 30px;
	margin-bottom: 50px;
}

.staff-h-expert {
	font-weight: bold;
	margin-top: 20px;
}

.staff-h-bio {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.staff-h {
	font-weight: bold;
	margin-bottom: 12px;
	clear: left;
	overflow: hidden;
}


.staff-paragraph {
	margin-top: 10px;
	line-height: 1.2;
}

.staff-mail {
	padding-top: 20px;
}

.staff-bio-txt {
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.biography-paragraph {
	width: 550px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.biography-paragraph th,
.biography-paragraph td {
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 16px;
}

.biography-year {
	width: 90px;
	padding-left: 10px;
}

.biography-detail {
	padding-left: 10px;
}

ul.biography-list {
	clear: left;
}

ul.biography-list li {
	margin-bottom: 13px;
	background-image: url(../images/list-01.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	line-height: 18px;
}



/* ----------------------------
	2-1-6 情報公開
------------------------------- */

.disclosure {
	margin-left: 40px;
}

.disclosure p {
	clear: left;
	padding-top: 10px;
	margin-bottom: 0px;
}

.pdf-wrap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 20px;
	width: 580px;
	margin-bottom: 50px;
	overflow: hidden;
}

.pdf-wrap img {
	width: 40px;
	float: left;
	margin-left: 10px;
}

.pdf {
	float: left;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 15px;
}

.pdf-date {
	clear: left;
	padding-top: 10px;
}

/* ----------------------------
	2-2-1 有料会員サービス概要
------------------------------- */

table.regist {
	border-collapse: separate;
	border-spacing: 2px 2px;
	line-height: 18px;
	width: 690px;
}

.regist th,
.regist td {
	padding: 10px;
}

.regi-1 {
	background-color: #d0dee5;
	width: 110px;
	font-weight: normal;
}

.regi-th {
	background-color: #eee;
	font-weight: normal;
	text-align: center;
}

.economic-th-menber {
	background-color: #eee;
	width: 25px;
	text-align: center;
}

.regi-menber {
	background-color: #f5dfdf;
	width: 20px;
	text-align: center;
}

.regi-detail {
	background-color: #fbfbfb;
}

.description ul.list-1 {

}

.description ul.list-1 li {
	margin-top: 8px;
	margin-bottom: 10px;
	background-image: url(../images/list-01.png);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* ===============================================================

	3 プレスリリース press

=============================================================== */

/* ----------------------------
	3-1 プレスリリース
------------------------------- */

table.press {
	border-collapse: separate;
	border-spacing: 0px 2px;
	width: 620px;
	line-height: 18px;
}

.press th,
.press td {
	padding: 12px;
	vertical-align: top;
}

.press-th {
	background-color: #eee;
	width: 150px;
	font-weight: normal;
}
.press-td{
	word-break: break-all;
}

.press-td ul li {
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 4px;
	margin-top: 5px;
	margin-left: 10px;
}

.press td p {
	margin-bottom: 20px;
}

/* ----------------------------
	3-2 メディア掲載
------------------------------- */

.memdia-td ul {
	margin-bottom: 30px;
}

.memdia-td ul li {
	background-image: url(../images/list-01.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 6px;
	margin-bottom: 3px;
}

.page-container a {
	text-decoration: underline;
}

.media-stuff {
	font-weight: bold;
}

/* ===============================================================

	4 イベント情報・資料 seminar

=============================================================== */

/* ----------------------------
	4-1 情勢分析報告会
------------------------------- */

.seminar-data a {
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 5px;
	margin-left: 10px;
	line-height: 32px;
}

/* ----------------------------
	4-3 イベントお申し込み
------------------------------- */

table.event {
	border-collapse: separate;
	border-spacing: 2px 2px;
	line-height: 18px;
	width: 690px;
}

.event th,
.event td {
	padding: 10px;
}

.event th {
	background-color: #ddd;
	font-weight: normal;
	text-align: center;
}

.event td {
	background-color: #f0f0f0;
}

.moushikomi {
	width: 5px;
}

.event-name {
	width: 200px;
}

.event-day {
	width: 15px;
}

.event-venue {
	width: 80px;
}

.event-price {
	width: 20px;
}

.event-state {
	width: 20px;
}

ul.event-description {
	margin-top: 30px;
	margin-left: 10px;
}

ul.event-description li {
	background-image: url(../images/list-01.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 10px;
	padding-left: 12px;
	line-height: 18px;
}

table.event-form {
	border-collapse: separate;
	border-spacing: 0px 0px;
	width: 690px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}

.event-form th,
.event-form td {
	padding: 12px 12px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

.event-form-th {
	background-color: #eee;
	width: 130px;
	font-weight: normal;
}

.n-repo-totle {
	background-color: #f5f8fa;

}

.form-btn-wrap {
	text-align: center;
	margin-top: 20px;
}


.form-btn {
	background: #0099CC;
	border: 1px solid #DDD;
	color: #FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 0;
	cursor: pointer;
}

.red {
	color: #F00;
}

/* ===============================================================

	5 各種レポート report

=============================================================== */

table.n-repo {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0px 0px;
	width: 690px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.n-repo th,
.n-repo td {
	padding: 10px 12px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

.n-repo.n-repo-narrow th,
.n-repo.n-repo-narrow td {
	padding: 5px 12px;
	line-height: 1.3;
}

.n-repo-th {
	background-color: #667585;
	width: 150px;
	font-weight: bold;
	color: #FFF;
}

.n-repo-totle {
	background-color: #f5f8fa;
}

.n-repo-hdg,
.n-repo-hdg-div {
	background-color: #3c5d96;
	color: #FFF;
}
.n-repo-hdg-div{
	margin-bottom: -30px;
	width: 666px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 10px 12px;
}
.n-repo-hdg .repo-title a,
.n-repo-hdg-div .repo-title a{
	font-weight: bold;
	color: #FFF;
	font-size: 120%;
	line-height:1.8;
}
.n-repo-hdg .repo-title .repo-date,
.n-repo-hdg-div .repo-title .repo-date{
	font-weight: normal;
	font-size: 100%;
}

.n-repo-under {
	background-color: #dbdddf;
	width: 150px;
	font-weight: normal;
	color: #111;
}

.report_links{
	margin-bottom: 20px;
}
.report_links:last-child{
	margin-bottom: 0;
}

.important-box{
	padding: 20px;
	background-color: #e0e9fa;
}

/* ===============================================================

	6 論文・資料 list

=============================================================== */

/* ----------------------------
	6-1 論文・資料検索
------------------------------- */

table.list-search {
	border-collapse: separate;
	border-spacing: 0px 0px;
	width: 690px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	margin-bottom: 20px;
}

.list-search th,
.list-search td {
	padding: 14px 12px;
	vertical-align: top;

}

.list-search-th {
	background-color: #f0f0f0;
	width: 80px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.list-search-td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

#economy,
#energy {
	margin: 0px 0px 10px 10px;
}

/* ----------------------------
	6-2 国別ページ
------------------------------- */

.img-wrap {
	margin-bottom: 20px;
}

.basic-information-head {
	background-color: #2b7bb9;
	color: #FFF;
	height: 60px;
	width: 100px;
	text-align: center;
	padding-top: 45px;
	float: left;
}


/* 基本情報 */

dl.basic-information {
	line-height: 14px;
	width: 550px;
	margin-left: 20px;
	float: left;
}

dl.basic-information dt,
dl.basic-information dd {
	float: left;
	margin-bottom: 6px;
}

dl.basic-information dt {
	width: 50px;
	font-weight: bold;
	clear: left;
}


dl.basic-information dd {
	width: 490px;
	margin-left: 6px;
}

.country-info {
	font-weight: bold;
}

.country-info-date {
	font-size: 11px;
	margin-top: 10px;
	clear: left;
}

.country-headline-head {
	clear: left;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
}

.top-1column-wrap {
	overflow: hidden;
}

dl.country-headline {
	font-size: 13px;
	line-height: 15px;
}

dl.country-headline dl dt,
dl.country-headline dl dd {
	margin-top: 8px;
}

dl.country-headline dt.country-date {
	float: left;
	clear: left;
	padding: 5px;
	margin-right: 8px;
	width: 120px;
	margin-top: 9px;
	line-height: 1.5;
}

dl.country-headline dd{
	line-height: 1.5;
}

dl.country-headline .country-cate {
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 7px;
	text-align: center;
	padding: 5px 10px 3px;
}

.country-political {
	background-color: #dcb100;
}
.country-energy {
	background-color: #4e4a40;
}
.country-economy {
	background-color: #345285;
}

dl.country-headline dd {
	float: left;
	padding: 5px;
	width: 540px;
	margin-top: 9px;
}

dl.country-headline dt,
dl.country-headline dd {

}

.txt-s {
	font-size: 85%;
}

.bold {
	font-weight: bold;
}

dl.country-headline dd a {
	text-decoration: none;
	font-weight: bold;
}

dl.country-headline dd a:hover {
	text-decoration: underline;
}


.ichiran {
	text-align: right;
	clear: left;
	padding: 20px;
}

.country-article-search {
	background-color: #e5e5e5;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
}

.country-article-search-head {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.country-article-search-button {
	margin-top: 20px;
}

.country-article-search-button span.link-button a{
	display: inline-block;
	width: 120px;
	padding: 10px 22px;
	margin: 0 5px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.country-article-search-button span.link-button a:hover{
	background-color: #666;
}

.article-search-button {
	margin: 0px 10px;
	padding: 10px 20px;
}


dl.periodical-report {
	font-size: 13px;
	line-height: 15px;
}

dl.periodical-report dt,
dl.periodical-report dd {
	margin-top: 8px;
	float: left;
	margin-bottom: 10px;
}

dl.periodical-report dt {
	clear: both;
	width: 70px;
	padding: 8px;
	font-weight: bold;
	text-align: center;
}

dl.periodical-report dd a {
	width: 130px;
	padding: 8px;
	background-color: #9D762D;
	text-align: center;
	display: block;
	margin-right: 2px;
	margin-left: 2px;
	color: #FFF;
	text-decoration: none;
}

dl.periodical-report dd a:hover {
	background-color: #CA9C46;
}


/* ----------------------------
	6-3 経済統計
------------------------------- */

table.tr-hover tr {
	cursor: pointer;
}

table.tr-hover .clickable:hover {
	background-color: #F0F5FA;
}

table.statistics {
	border-collapse: separate;
	border-spacing: 2px 2px;
	line-height: 18px;
	width: 690px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.statistics th,
.statistics td {
	padding: 10px 2px;
}

.statistics-no {
	width: 30px;
	font-weight: normal;
	text-align: center;
	background-color: #eee;
	/*background-color: #fbfbfb;*/
}

.statistics-th {
	background-color: #ddd;
	font-weight: normal;
	text-align: center;
}


.statistics-th-menber {
	width: 25px;
	text-align: center;
}

.statistics-update {
	width: 60px;
	text-align: center;
}

.statistics-range {
	width: 50px;
	text-align: center;

}

.statistics-file {
	width: 40px;
	padding: 2px!important;
	text-align: center;
}

.statistics-file-w {
	width: 20px;

}
.economic-index {
	width: 200px;

}

.statistics-index {
	width: 320px;

}

.economic-index a,
.statistics-index a {
	padding-left: 10px;
	display: block;

}

.new {
	font-size: 85%;
	color: #F00;
}


.statistics-description {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	margin-top: 10px;
	line-height: 20px;
}

/* ----------------------------
	6-4 エネルギー統計
------------------------------- */

ul.ene-menu {
	margin-left: 10px;
	margin-top: 20px;
}

ul.ene-menu li a {
	float: left;
	background-color: #ccd6dd;
	display: block;
	margin-right: 8px;
	width: 220px;
	text-align: center;
	padding-top: 18px;
	text-decoration: none;
	height: 26px;
}

ul.ene-menu li a:hover {
	background-color: #E4EAED;
}

table.statistics ul li {
	margin-bottom: 6px;
	margin-left: 30px;
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 9px;
}



table.opec-oil {
	border-collapse: separate;
	border-spacing: 2px 2px;
	line-height: 18px;
	width: 690px;
	margin-top: 20px;
}

table.opec-oil th,
table.opec-oil td {
	padding: 10px 2px;
}

.opec-oil-file {
	width: 100px;
	text-align: center;
}

.opec-oil-file p {
	display: block;
}


table.opec {
	border-collapse: separate;
	border-spacing: 2px 2px;
	line-height: 18px;
	width: 345px;
	float: left;
}

.opec th,
.opec td {
	padding: 10px 2px;
	text-align: center;
}


/* ページ送り */


#page-navi {
	margin-bottom: 30px;
	margin-top: 20px;
}

#page-navi ul.pager {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}

#page-navi ul.pager li {
	margin: 0 1px;
	
	display: inline-block;
	padding: 6px 8px;
	border: 1px solid #ccc;
	
	background-color: #66757f;
	color: #FFF;
}

#page-navi ul.pager li a {
	display: block;
	margin: -6px -8px;
	padding: 6px 8px;
	background: #fff;
	text-decoration: none;
}

#page-navi ul.pager li a:hover {
	background: #efefef;
}



/* ===============================================================

	お問い合わせ　サイトマップ　他

=============================================================== */

/* お問い合わせ */

#individual {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 20px;
}


table.inquiry {
	border-collapse: separate;
	border-spacing: 0px 0px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}

.inquiry th,
.inquiry td {
	padding: 12px 12px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

.inquiry-th {
	background-color: #eee;
	width: 180px;
	font-weight: normal;
}

ul.inquiry-description {
	margin: 10px 0px 30px 10px;
}

ul.inquiry-description li {
	background-image: url(../images/list-01.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 10px;
	padding-left: 12px;
	line-height: 18px;
}

.inquiry-th {
	background-color: #eee;
	width: 180px;
	font-weight: normal;
}

.required-entry {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}


/* よくある質問 */


dl.faq-container dt {
	margin-bottom: 3px;
	background-image: url(../images/faq-q.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 20px;
	font-weight: bold;
}

dl.faq-container dd {
	background-image: url(../images/faq-a.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 40px;
	line-height: 24px;

}

dl.faq-container dt,
dl.faq-container dd {
	padding-left: 50px;
	margin-left: 20px;
}

dl.faq-container {
	margin-top: 20px;
	width: 760px;
}


/* プライバシーポリシー */


.privacy {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D6D6D6;
	margin-top: 30px;
	padding: 20px 30px;
}

.privacy p {
	margin-bottom: 20px;
}


.heading2_privacy {
	font-size: 16px;
	margin-bottom: 10px;
	clear: left;
}

.heading3_privacy {
	font-size: 14px;
	margin-bottom: 10px;
	clear: left;
	padding-top: 10px;
}

ul.un-ordered_list li {
	margin-bottom: 10px;
	background-image: url(../images/list-01.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}

.privacy-date {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
}


.privacy-inquiry {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: right;
}

/* サイトマップ */

.heading2_sitemap {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.heading3_sitemap {
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
	display: block;
	clear: left;
	width: 180px;
}

ul.sitemap {
	float: left;
	margin-left: 10px;
	margin-bottom: 30px;
	display: block;
	width: 588px;
}

ul.sitemap li {
	float: left;
	width: 275px;
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 10px;
	padding-left: 16px;
}

ul.sitemap li img {
	padding-left: 8px;
	padding-top: 2px;
}

ul.sitemap li a {
	text-decoration: underline;
}

/* お知らせ */

.news-container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 20px;
	background-color: #eee;
}

.news-item {
	float: left;
	color: #FFF;
	background-color: #3C5D96;
	display: block;
	margin-right: 10px;
	width: 200px;
	text-align: center;
	clear: left;
	padding: 5px 3px 3px;
	font-weight: bold;
}

.heading2_news {
	font-size: 16px;
	margin-bottom: 30px;
	clear: left;
	padding-top: 20px;
}

.heading3_news {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.heading3_event_title {
	padding-top: 20px;
	font-size: 14px;
	display: block;
	clear: left;
}

.news-date {
	text-align: right;
	margin-bottom: 30px;
}

.news-detail {
	margin-bottom: 30px;
}

.news-report{
	margin-top: 60px;
}

.news-report h2{
	margin-top: 30px;
	padding: 3px 8px;
	border-left: 5px solid #3C5D96;
	color: #3C5D96;
	background-color: #fff;
	font-size: 15px;
}

.news-sublink{
	margin-top: -25px;
	margin-bottom: 15px;
}

table.document{
	width: 100%;
	margin: 10px auto 20px;
	border: 1px solid #333;
}

table.document th,
table.document td{
	border: 1px solid #333;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
}
.heading-th,
.heading-th th{
	background-color: #ddd;
	text-align: center;
	font-weight: bold!important;
}

.news-set{
	margin-bottom: 15px;
}
.news-set{ /zoom : 1; }
.news-set:after{ content : ''; display : block; clear : both; }

.news-set .news-set-hdg{
	float: left;
	width: 120px;
}
.news-set .news-set-detail{
	margin-left: 135px;
}

.event-apply-link a{
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #aab7cf;
	color: #fff;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#7e9bca', endColorstr = '#5d81bc');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#7e9bca', endColorstr = '#5d81bc')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #7e9bca, #5d81bc);
	background-image: -ms-linear-gradient(top, #7e9bca, #5d81bc);
	background-image: -o-linear-gradient(top, #7e9bca, #5d81bc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#7e9bca), to(#5d81bc));
	background-image: -webkit-linear-gradient(top, #7e9bca, #5d81bc);
	background-image: linear-gradient(top, #7e9bca, #5d81bc);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
.event-apply-link a:hover{
	text-decoration: none;
	color: #1F354C;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d0dff9', endColorstr = '#adc3ea');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d0dff9', endColorstr = '#adc3ea')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #d0dff9, #adc3ea);
	background-image: -ms-linear-gradient(top, #d0dff9, #adc3ea);
	background-image: -o-linear-gradient(top, #d0dff9, #adc3ea);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d0dff9), to(#adc3ea));
	background-image: -webkit-linear-gradient(top, #d0dff9, #adc3ea);
	background-image: linear-gradient(top, #d0dff9, #adc3ea);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

.p-bottom {
	margin-bottom: 10px;
}


.link-block {
	display: block;
	margin-top: 10px;
}


.right {
	display: block;
	margin-top: 10px;
}

/* 会員画面
---------------------------------------- */

.txt-inline {
	border: solid 1px #808080;
	width: 670px;
	height: 200px;
	padding: 0.5em;
	overflow: auto;
	margin-top: 20px;
}

.txt-inline h3 {
	font-size: 15px;
	margin: 8px 0px 0px 10px;
}



.txt-inline ul.use-policy {
	margin: 20px 0px 0px 40px;
}

.txt-inline ul.use-policy li {
	list-style-type: decimal !important;
	list-style-position: outside;
	margin-top: 8px;
	margin-bottom: 10px;
	line-height: 20px;
}

ul.use-policy-link {
	padding: 20px 0px;
}

ul.use-policy-link li {
	margin-top: 8px;
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}

ul.use-policy-description {
	padding: 0px 0px;
}

ul.use-policy-description li {
	margin-top: 8px;
	background-image: url(../images/list-01.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 9px;
}

.member-button-wrap {
	text-align: center;
	margin-top: 40px;
}

.member-button-wrap p {
	margin-top: 20px;
}



table.member {
	border-collapse: separate;
	border-spacing: 0px 0px;
	width: 690px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	margin-bottom: 20px;
}

.member th,
.member td {
	padding: 14px 12px;
	vertical-align: top;

}

.member-th {
	background-color: #f0f0f0;
	width: 180px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.member-td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}

.td-zip input{width: 4em;}
.td-name input{width: 10em;}

.member-button,
.member-button-wrap input[type="button"],
.member-button-wrap input[type="submit"] {
	margin: 0px 10px;
	padding: 10px 40px;
}

.indispensable {
	color: #F30;
}

ul.indispensable-input {
	color: #F30;
}

ul.indispensable-input li {
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 9px;
	margin-bottom: 8px;
}

.form-check {
	margin-right: 3px;

}

.arrow-p {
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 13px;
}

/* Global　Nav
---------------------------------------- */

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      {
	float: left;
	zoom: 1;
}

ul.dropdown a:hover		            { color: #fff; }


ul.dropdown li a                    {
	display: block;
	color: #FFF;	
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	padding: 9px 37px 12px;
	margin: 4px 0px 0px 0px;
	background-image: url(../images/menu-border.png);
	background-position: right 4px;
	background-repeat: no-repeat;
}

ul.dropdown li.nav-first a{
	padding: 10px 33px 12px;
}



ul.dropdown li:last-child a         { /*border-right: none;*/ } /* Doesn't work in IE */

/* 1 メニュー部分hover背景 */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	color: black;
	position: relative;
	background-color: #333333;
}

ul.dropdown li.hover a              {
	color: #FFF;
}

ul.dropdown li.nav-first {
	background-image: url(../images/menu-border.png);
	background-position: left;
	background-repeat: no-repeat;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }

/* 2 背景 */
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	background-image: url(../images/66660.png);
	background-repeat: repeat;
}

ul.dropdown ul li:last-child 					{
	border-bottom-style: none;
}
		
							  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
	padding: 12px 0px 12px 10px;
	background-image: none;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


/* Sidebar
---------------------------------------- */
#sidebar {
	width: 200px;
	height: 400px;
	padding: 16px;
	float: left;
	margin-right: 20px;
}

#sidebar-country {
	width: 200px;
	height: 850px;
	padding: 16px;
	float: left;
	margin-right: 20px;
}

#en-top-sidebar-wrapper #sidebar {
	width: auto;
	float: none;
	margin-right: 0;
}
#en-top-sidebar-wrapper{
	float: left;
	width: 232px;
	margin-right: 20px;
}

.sidebar-head {
	font-size: 15px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	font-weight: bold;
	color: #FFF;
}

#sidebar ul,
#sidebar-country ul {
	margin-top: 20px;
}

#sidebar ul li,
#sidebar-country ul li   {
	background-image: url(../images/arrow-sidebar.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	margin-top: 2px;
	line-height: 16px;
}

#sidebar ul li a,
#sidebar-country ul li a {
	color: #FFF;
	padding: 9px 10px 8px 30px;
	font-size: 11px;
	display: block;
}

#sidebar ul li:hover,
#sidebar-country ul li:hover {
	background-color: #6D8EC5;
	cursor: pointer;
}

#sidebar ul li:hover,
#sidebar-country ul li:hover {
	background-color: #6D8EC5;
	cursor: pointer;
}

.salutation {
	background-color: #6D8EC5;
}

.active {
	background-color: #6D8EC5;
}

.blue {
	background-color: #3c5d96;
}


/* ===============================================================

	英語版 English

=============================================================== */

#content-wrap-en {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-right: 20px;
	padding-left: 20px;
}

#page-container-en {
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

#page-container-en p {
	margin-bottom: 12px;

}

.txt-container-en {
	width: 600px;
}


ul#paragraph-en li {
	margin-bottom: 10px;
	background-image: url(../images/arrow-black.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	background-position: 0px 5px;
}

ul#coverage-en li {
	margin-bottom: 10px;
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 10px;
	background-position: 0px 7px;
	float: left;
}

.heading4-en-arrow {
	font-size: 14px;
	margin-bottom: 0px;
	clear: left;
	padding-top: 15px;
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 8px;
}

.right-p {
	text-align: right;
}

ul#libraries li {
	margin-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;

}


/* JIME Review */

ul.review-menu {
	margin: 20px 0px 20px 10px;
	overflow: hidden;
}

ul.review-menu li a {
	float: left;
	background-color: #C7D2DA;
	display: block;
	margin-right: 8px;
	width: 210px;
	text-align: center;
	padding-top: 12px;
	text-decoration: none;
	height: 30px;
}

ul.review-menu li a.review-menu-active {
	background-color: #E4EAED;
}

ul.review-menu li a:hover {
	background-color: #E4EAED;
}

.heading4-en-review {
	font-size: 14px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 8px;
	font-weight: bold;
}

ul#review li {
	margin-bottom: 7px;
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* sidebar
---------------------------------------- */
#sidebar-en {
	width: 200px;
	height: 400px;
	padding: 16px;
	float: left;
	margin-right: 20px;
}


/* Footer
---------------------------------------- */

#footer {
	background-color: #000;
	color: #FFF;
	padding-top: 40px;
	clear: left;
	height: 70px;
}

#footer #footer-inner {

	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer-link {
	float: left;
	width: 370px;
}

#footer-link ul li {
	float: left;
	margin-right: 18px;
}

.copyr {
	float: right;
	font-size: 11px;
}
