@charset "UTF-8";


/* リニューアル(2013) 全般
 =========================================================================== */

/* clearfix - contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* 上部バナーエリア */
#topbanner {
	width: 900px;
	margin: 15px auto;
	text-align:center;
}

/* リスト内の画像アイコン */
ul li img {
	vertical-align: middle;
}



/* リニューアル(2013) レイアウト
 =========================================================================== */

/* メインコンテンツのレイアウト（サイドバー制御） */
#maincontents-wrapper {
	position: relative;
	min-height: 300px;
	margin: 5px 0;
}

#maincontents-wrapper.has-sidebar #maincontents {
	margin-right: 245px;
}



/* リニューアル(2013) ページ見出し
 =========================================================================== */

#contents h1 {
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 150%;
}

/* ページタイトル タイプ1 */
#contents h1.title1 {
	overflow: hidden;
	height: 46px;
	margin: 15px 0;
	line-height: 46px; /* heightと同一 */
	font-weight: normal;
	color: #ffffff;
	background: #00365A url(/mofaj/files/000000018.png) top left repeat-x;
}

#contents h1 .title1 {
	overflow: hidden;
	height: 46px;
	margin: 15px 0;
	line-height: 46px; /* heightと同一 */
	font-weight: normal;
	color: #ffffff;
	background: #00365A url(/mofaj/files/000000018.png) top left repeat-x;
}

/* ページタイトル タイプ2 */
#contents h1.title2 {
	overflow: visible;
	height: auto;
	margin: 20px 0;
	line-height: 1.5;
	font-weight: bold;
	color: #a5171c;
}

#contents h1 .title2 {
	overflow: visible;
	height: auto;
	margin: 5px auto;
	line-height: 1.5;
	font-weight: bold;
	color: #a5171c;
}
#contents h1 .title2.logoLayout {
	display:inline-block;
}
#contents h1 .title2.logoLayout span.textLeft {
	display: table-cell;
	padding:0 10px 0 200px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}
#contents h1 .title2.logoLayout span.textRight {
	display: table-cell;
	padding:0 200px 0 10px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}
#contents h1 .title2.logoLayout .logoImgLeft {
	display: table-cell;
	width:200px;
	text-align:right;
	vertical-align:middle;
}
#contents h1 .title2.logoLayout .logoImgRight {
	display: table-cell;
	width:200px;
	text-align:left;
	vertical-align:middle;
}
#contents h1 .title2.logoLayout img{
	max-width:200px;
}

/* サブタイトル */
#contents p.subtitle {
	margin-top: 0px;
	font-weight: bold;
	font-size: 135%;
	text-align: center;
	color: #a5171c;
	line-height: 1;
}

/* サブタイトル（英語用） */
#contents p.subtitleE {
	margin-top: 0px;
	font-weight: bold;
	font-size: 135%;
	text-align: center;
	color: #333399;
	line-height: 1;
}




/* リニューアル(2013) メインコンテンツ
 =========================================================================== */

/* メイン画像 */
#photo {
	overflow: hidden;
	position: relative;
	margin: 3px 0 20px;
	font-size: 85%;
	text-align: center;
}

#photo ul{
	clear: both;
	text-align: center;

	position: relative;
	/*float: left;
	left: 50%;*/
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#photo ul li{
	display: inline-block;

	/*float: left;
	right: 50%;
	position: relative;*/
	margin: 5px;
	vertical-align: top;
}
#photo ul li{
	/display:inline;
	/zoom:1;
}
#photo ul li img {
	vertical-align: bottom;
}
.has-sidebar #photo ul li img {
	max-height: 180px;
}

/* コンテンツ内ロゴ画像 */
#contents-logo {
	/*position: absolute;
	top: 0;*/
	display: inline-block;
	border: 1px solid white;
	margin-top: 4px;
}
#contents-logo.left {
	/*left: 0;
	text-align: left;*/
	float:left;
	padding-right:109px;
}
#contents-logo.right {
	/*right: 0;
	text-align: right;*/
	float:right;
	padding-left:109px;
}

/* リード文 */
#maincontents div.lead {
	margin: 20px 0;
	padding:0 10px;
}

/* 汎用ページ コンテンツ内見出し */
.newsSectionTitle, /*新着情報一覧用*/
body.page-single #maincontents h2{
	clear: both;
	border:1px solid #d5d5d5;
	margin:20px 0 20px 0;
	padding: 5px;
	font-size:1.2em;
	color: #000000;
}
.newsSectionTitle span, /*新着情報一覧用*/
body.page-single #maincontents h2 span{
	display:block;
	border-left:3px solid #132e63;
	padding:3px 0 0 7px;
}

body.page-single #maincontents h3{
	clear: both;
	margin:20px 0 20px 0;
	padding: 5px 10px;
	font-size:1.2em;
	background-color:#e6eff8;
}

body.page-single #maincontents h3 a:visited,
body.page-single #maincontents h3 a:active{
        color: #550099;
        background-color: transparent;
}

body.page-single #maincontents h4{ 
	clear: both;
	margin:20px 0 20px 0;
	padding: 0 0 0 10px;
	font-size:1.2em;
	border-left:3px solid #d5d5d5;
}
body.page-single #maincontents .linkarea h4 { /* 20141120 */
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0;
	border: none;
}

body.page-single ol.pg li{
	margin-bottom: 1em;
}

/* ドットなし対応 */
body ol.nodotpg{
        counter-reset:number;
        list-style:none;
        margin:0;
        padding:0;
}

body ol.nodotpg li:before{
        counter-increment: number;
        content: counter(number);
        margin: 0px 8px 0px -16px;
}

body ol.nodotpg li{
        margin: 0px 0px 1em 24px;
}
/* ドットなし対応 */


/* ドットなし(改行なし)対応 */
body ol.nodot{
        counter-reset:number;
        list-style:none;
        margin:0;
        padding:0;
}

body ol.nodot li:before{
        counter-increment: number;
        content: counter(number);
        margin: 0px 8px 0px -16px;
}

body ol.nodot li{
        margin: 0px 0px 0px 24px;
}
/* ドットなし（改行なし）対応 */

/* メインコンテンツ リンクリスト */
#maincontents div.linkarea {
	clear: both;
	margin: 5px 0;
}

#maincontents ul li.styled2 {
	line-height: 1.5;
}

#maincontents div.linkarea ul.list2 li.indent {
	list-style-type: none;
	background-image: none;
	margin-left: 2em;
}

#maincontents div.linkarea ul.list2 li ul.list2 {
	list-style-type: none;
	margin-bottom: 0;
}

#maincontents div.linkarea ul.list2 li ul.list2 li {
	list-style-type: none;
}
#maincontents div.linkarea strong.relatedLinkTitle{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0px;
	display:block;
}
html[lang="en"] #maincontents div.relatedlink strong.relatedLinkTitle{
	font-size: 1em;
	font-weight: bold;
	display:block;
}

/* 主管課 */
#maincontents p.kaText {
	margin-top: 0;
	padding-left: 25px;
}



/* リニューアル(2013) メインコンテンツ 見出しグループ
 =========================================================================== */

#maincontents div.section {
	clear: both;
}

/* 見出しグループ内の本文 */
#maincontents div.sectionBody {
	margin: 20px 0;
	position: relative;
}

/* 見出しグループ内の画像 */
#maincontents div.photoGroup {
	overflow: hidden;
	position: relative;
	font-size: 85%;
	text-align: center;
}
#maincontents div.photoGroup.center-bottom {
	margin-bottom: 10px;
}
#maincontents div.photoGroup ul{
	position: relative;
	float: left;
	left: 50%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#maincontents div.photoGroup ul li{
	float: left;
	right: 50%;
	position: relative;
	margin: 5px;
}
#maincontents div.photoGroup ul li img {
	vertical-align: bottom;
}

/* 見出しグループ内の画像 左寄せ・右寄せ用スタイル上書き */
#maincontents div.photoGroup.left {
	float: left;
}
#maincontents div.photoGroup.right {
	float: right;
}

#maincontents div.photoGroup.left ul,
#maincontents div.photoGroup.right ul {
	float: none;
	left: 0;
}

#maincontents div.photoGroup.left ul {
	margin-right: 10px;
}
#maincontents div.photoGroup.right ul {
	margin-left: 10px;
}

#maincontents div.photoGroup.left ul li,
#maincontents div.photoGroup.right ul li {
	float: none;
	left: 0;
	margin: 0 0 10px 0
}

#maincontents div.photoGroup.right ul li {
	text-align: right;
	display: table;
	margin: 0 0 10px auto;
}

#maincontents div.photoGroup.left ul li {
	text-align: left;
	display: table;
}

#maincontents div.photoGroup.left ul li .caption,
#maincontents div.photoGroup.right ul li .caption{
	text-align: center;
}

#maincontents div.photoGroup.left ul li .copyright,
#maincontents div.photoGroup.right ul li .copyright{
	text-align: center;
}

/* リニューアル(2013) トップページ
 =========================================================================== */

/* レイアウト変更（広報エリア、右サイド1,2を集中配置） */
body.page-topindex #contents {
	position: relative;
}

body.page-topindex #leftarea-wrapper {
	float: left;
	width: 700px;
}
body.page-topindex #rightarea-wrapper {
	float: right;
	width: 225px;
}
body.page-topindex #rightarea {
	width: 545px;
}
body.page-topindex #prarea,
body.page-topindex #right-navi,
body.page-topindex #rights, {
	float: none;
}

body.page-topindex #left_navi {
	overflow: hidden;
	width: 142px;
}

body.page-topindex #newsarea h3.indent {
	padding-left: 1em;
}

body.page-topindex #emergencyinfo {
	margin-top: 15px;
}

body.page-topindex #news-info ul li {
	line-height: 1.75;
}



/* リニューアル(2013) カテゴリー／インデックスページ
 =========================================================================== */

body.page-index div.twocolumn {
	width: 49%;
	margin-bottom: 1%;
	float: left;
	position: relative;
}
body.page-index div.twocolumn.lastChild {
	float: right;
	margin-right:1%;
}
body.page-index div.twocolumn:first-child {
	float: left;
}
body.page-index div.threecolumn {
	width: 32.3%;
	margin-right: 1%;
	float: left;
	position: relative;
}
body.page-index div.threecolumn.lastChild {
	float: right;
	margin-right: 1%;
}
body.page-index div.threecolumn:first-child {
	float: left;
	margin-right: 1%;
}
*+html body.page-index div.threecolumn {
	width: 32%;
}

body.page-index #maincontents div.column-wrapper {
	float: none;
	width: 100%;
}

body.page-index div.onecolumn {
	width: 99%;
}

/*body.page-index #maincontents h2 {
	width: 90%;
	min-width: 210px;*/
	/*height: 30px;*/
	/*border: 0px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
}
body.page-index #maincontents div.onecolumn h2 {
	width: 95%;
}
body.page-index #maincontents div.twocolumn h2 {
	width: 90%;
}
body.page-index #maincontents div.threecolumn h2 {
	width: 80%;
}*/

/* 3コラムの場合の制御 */
body.page-index #maincontents div.onecolumn div.sectionBody,
body.page-index #maincontents div.threecolumn div.sectionBody,
body.page-index #maincontents div.twocolumn div.sectionBody {
	padding:0 10px 0 10px;
}

body.page-index #maincontents h2 a {
	display: block;
	overflow: hidden;
	width: 100%;
	/*height: 22px;*/
	border: 2px solid #b3b3b3;
	padding: 4px 22px 4px 8px;
	line-height: 23px;
	text-decoration: none;
	color: #ffffff;
	background: #005190 url(/mofaj/files/000000009.png) center right no-repeat;
}
body.page-index #maincontents h2 span {
	display: block;
	overflow: hidden;
	width: 95%;
	/*height: 22px;*/
	border: 2px solid #b3b3b3;
	padding: 4px 22px 4px 8px;
	line-height: 23px;
	text-decoration: none;
	color: #ffffff;
	background: #005190 center right no-repeat;
}
body.page-index #maincontents h2 a:link,
body.page-index #maincontents h2 a:visited {
	color: #ffffff;
	background: #005190 url(/mofaj/files/000000009.png) center right no-repeat;
}
body.page-index #maincontents h2 a:hover,
body.page-index #maincontents h2 a:active {
	color: #005190;
	background: #e6e6e6 url(/mofaj/files/000000008.png) center right no-repeat;
}

body.page-index #maincontents div.auto div.onecolumn ul,
body.page-index #maincontents div.auto div.twocolumn ul,
body.page-index #maincontents div.auto div.threecolumn ul {
	padding-left: 25px;
	margin-bottom:20px;
}

body.page-index #maincontents div.manual div.onecolumn ul,
body.page-index #maincontents div.manual div.twocolumn ul,
body.page-index #maincontents div.manual div.threecolumn ul {
	padding-left: 20px;
	margin-bottom:20px;
}

body.page-index #maincontents div.manual div.onecolumn div.linkarea ul,
body.page-index #maincontents div.manual div.twocolumn div.linkarea ul,
body.page-index #maincontents div.manual div.threecolumn div.linkarea ul {
	padding-left: 0;
}
body.page-index #maincontents div.manual div.onecolumn ul.list2,
body.page-index #maincontents div.manual div.twocolumn ul.list2,
body.page-index #maincontents div.manual div.threecolumn ul.list2 {
	padding-left: 0;
}

body.page-index #maincontents div.onecolumn ul li ul, 
body.page-index #maincontents div.twocolumn ul li ul, 
body.page-index #maincontents div.threecolumn ul li ul {
	margin-bottom: 0;
	padding-left: 25px;
}

body.page-index #maincontents div.onecolumn ul li.styled2,
body.page-index #maincontents div.twocolumn ul li.styled2,
body.page-index #maincontents div.threecolumn ul li.styled2 {
	margin-left: 0;
}
body.page-index #maincontents div.onecolumn .linkarea > ul > li.styled2 > ul,
body.page-index #maincontents div.twocolumn .linkarea > ul > li.styled2 > ul,
body.page-index #maincontents div.threecolumn .linkarea > ul > li.styled2 > ul {
	margin-bottom: 20px;
}

body.page-index #maincontents div.sectionBody {
	margin: 20px 0;
}
/* メニューに左右寄せ画像がある場合 */
/*
body.page-index #maincontents div.sectionBody.img-layout {
	display: table-row;
	border-collapse: collapse;
}
body.page-index #maincontents div.sectionBody.img-layout div.photoGroup,
body.page-index #maincontents div.sectionBody.img-layout div.contentGroup {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

body.page-index #maincontents div.photoGroup {
	margin: 20px 0;
}
body.page-index #maincontents div.photoGroup.left,
body.page-index #maincontents div.photoGroup.right {
	margin-top: 0px;
}

body.page-index #maincontents div.sectionBody.img-layout div.photoGroup.left,
body.page-index #maincontents div.sectionBody.img-layout div.photoGroup.right {
	float: none;
}
*/

body.page-index #maincontents div.photoGroup.left img {
	margin-right: 10px;
	margin-bottom: 10px;
}
body.page-index #maincontents div.photoGroup.right img {
	margin-left: 10px;
	margin-bottom: 10px;
}

body.page-index #maincontents div.photoGroup a.photoLink:hover,
body.page-index #maincontents div.photoGroup a.photoLink:active {
	background-color: transparent;
}



/* リニューアル(2013) 汎用ページ
 =========================================================================== */

/* 汎用ページ H2見出しリンク（目次） */
#maincontents ul.sectionLink{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding:0 10px;
}

#maincontents ul.sectionLink li{
	list-style-type:none;
	background: url(/mofaj/files/000000019.gif) left 0.3em no-repeat;
	padding:0 10px 0 18px;
	display:inline-block;
	*display:inline;
	zoom:1;
}

body.page-single #maincontents h2.sectionTitle a{
        display:inline-block;
}

body.page-single #maincontents h2.sectionTitle a span{
        display:inline-block;
}

body.page-single #maincontents h2.sectionTitle a:link{
        color: #000099;
        background-color: transparent;
}

body.page-single #maincontents h2.sectionTitle a:visited {
        color: #550099;
        background-color: transparent;
}

body.page-single #maincontents h2.sectionTitle a:hover {
        color: #ffffff;
        background-color: #000099;
}

body.page-single #maincontents h2.sectionTitle a:active {
        color: #ffffff;
        background-color: #000099;
}

/* リニューアル(2013) 記者会見ページ
 =========================================================================== */

/* 見出し */
body.page-pressconf #maincontents h2.sectionTitle {
	border: 0px;
	margin: 2em 0 1em;
	padding: 0px 0px 0px 13px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background: url(/mofaj/files/000000049.gif) no-repeat top left;
}

/* サブトピック */
body.page-pressconf #maincontents h3.sectionTitle {
	border: 0px;
	margin: 1em 0;
	padding: 0;
/*	font-weight: normal;*/
	font-size: 1em;
	background-color: transparent;
}

body.page-pressconf #maincontents div.sectionBody {
	margin: 1em 0;
}

body.page-pressconf #maincontents ol.pg li{
	margin-bottom: 1em;
}


/* リニューアル(2013) 報道発表ページ
 =========================================================================== */
body.page-pressrelease #maincontents div.sectionBody ol > li {
	margin-bottom: 1em;
}
body.page-pressrelease #maincontents div.sectionBody ol.nonumber {
	list-style: none;
	position: relative;
	padding-left: 30px;
}
body.page-pressrelease div.sectionBody ol.nonumber li {
	position: relative;
}
body.page-pressrelease div.sectionBody ol.nonumber li span.number {
	position: absolute;
	display: block;
	overflow: visible;
	left: -2.5em;
	width: 2em;
	margin-right: 0.5em;
	text-align: right;
}
body.page-pressrelease #maincontents div.section .reference {
	margin: 1em 0;
}


/* リニューアル(2013) 一覧ページ
 =========================================================================== */

body.page-list #archives,
body.page-list #news h3,
body.page-list #pressconf h3,
body.page-list #pressrelease h3 {
	background-color: transparent;
}
body.page-list #news h3{
	margin:30px 0 10px 0;
}

body.page-list div.index1,
body.page-list div.index2 {
	margin: 2em 0;
}

/* 一覧ページ 過去の記録 日本語サイトのみ */
html[lang=ja] body.page-list table{border:1px solid #999; width:95%; border-collapse: collapse; margin-top:1.5em;margin-bottom:2em; margin-left:auto; margin-right:auto;}
html[lang=ja] body.page-list thead{border:1px solid #999; background-color:#ddd; border-collapse: collapse;}
html[lang=ja] body.page-list th{text-align:center; border:1px solid #999; border-collapse: collapse;}
html[lang=ja] body.page-list td{text-align:left;border:1px solid #999; border-collapse: collapse; padding-left:5px;}

/* 一覧ページ 新着情報 */
body.page-list h3 {
	margin: 10px 0;
}

body.page-list #news ul {
	padding-left: 40px;
	margin: 0 0 15px;
}
body.page-list #news ul li { 
	list-style:url(/mofaj/files/000001329.gif) outside;
	margin-left:5px;
}
body.page-list #news ul li ul {
	margin-bottom: 0;
}
body.page-list #news ul li ul li {
	list-style:url(/mofaj/files/000001330.gif) outside;
	margin-left:5px;
}

body.page-list #news ul li div.lead {
	margin: 0;
	font-size: 90%;
}

/* 一覧ページ 記者会見 */
body.page-list #pressconf ul {
	margin-bottom: 1em;
	padding-left: 0;
}
body.page-list #pressconf ul li.styled2 {
	list-style-type: none;
	background: url(/mofaj/files/000000049.gif) no-repeat left top;
	padding: 0px 0px 0px 13px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 15px;
}
body.page-list #pressconf ul li span.button {
	color: #8771F5;
	font-size: 90%;
}
body.page-list #pressconf ul li ul {
	margin-bottom: 0;
	padding-left: 1em;
}

/* 一覧ページ 報道発表 */
body.page-list #pressrelease ul {
	margin-top: 0;
	padding-bottom:0.5em;
	padding-left: 0;
}
body.page-list #pressrelease ul > li {
	margin-bottom: 0.5em;
}
body.page-list #pressrelease ul li ul {
	list-style: disc;
	padding-left: 30px;
}
body.page-list #pressrelease ul li ul li {
	margin: 5px 0;
}



/* リニューアル(2013) サイドバー
 =========================================================================== */

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 230px;
}

#sidebar div.section {
	border: 1px solid #cccccc;
	margin: 0 0 15px 0;
	padding: 1px;
	background-color: #ffffff;
}

#sidebar div.section h1 {
	overflow: hidden;
	width: 211px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 30px; /* heightと同一 */
	color: #333333;
	background: url(/mofaj/files/000000017.png) top left no-repeat;
}

#sidebar div.section div.sidebody {
	margin: 0;
	padding: 10px;
	background: url(/mofaj/files/000000030.png) top left repeat-x;
}

/* SNS連携 トップ */
#sidebar div.social-btn-top {
	position: relative;
	padding-bottom: 10px;
}
#sidebar div.social-btn-wrapper {
	float: left;
	width: 115px !important;
	margin-bottom: 7px;
}
#sidebar div.social-btn-top iframe {
	width: 115px !important;
}
#maincontents div.social-btn-top {
	position: relative;
	float:right;
	margin:10px 0 0 0;
}
#maincontents div.social-btn-wrapper {
	float: left;
	width: 115px !important;
}
#maincontents div.social-btn-top iframe {
	width: 115px !important;
}

/* おすすめ情報 */
#sidebar div.section div.sidebody ul.photo {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 85%;
	text-align: center;
}

#sidebar div.section div.sidebody ul.photo li {
	margin: 5px 0;
	padding: 0;
	line-height: 1;
}

#sidebar div.section div.sidebody ul.photo li img {
	margin-left: -2px;
	padding: 0;
}

#sidebar div.section div.sidebody ul.photo li div.caption {
	padding-top: 5px;
}

/* サイドバー リンクリスト */
#sidebar div.section div.sidebody div.linkarea {
	margin: 10px 0 0 0;
}

#sidebar div.section div.sidebody div.linkarea ul.list2 {
	margin: 0;
}

#sidebar div.section div.sidebody div.linkarea ul.list2 li {
	line-height: 1.2;
	margin: 0;
}

#sidebar div.section div.sidebody div.linkarea ul.list2 li div.desc {
	font-size: 12px;
}

#sidebar div.section div.sidebody div.linkarea ul.list2 li ul.list2 {
	list-style-type: none;
	margin-bottom: 0;
}

#sidebar div.section div.sidebody div.linkarea ul.list2 li ul.list2 li {
	list-style-type: none;
}



/* リニューアル(2013) 英語版
 =========================================================================== */

html[lang=en] a.red-link:link,
html[lang=en] a.red-link:visited { color:#D90300; }
html[lang=en] a.red-link:hover,
html[lang=en] a.red-link:active { color:#fff; background:#D90300; }

html[lang=en] #main .nonum{list-style-type:none;}
html[lang=en] #main .nonum li{margin-bottom:0.3em;background:none;}

/* [英語版] ヘッダー調整 */
html[lang=en] #head #tools {
	width: 470px;
}
html[lang=en] #head ul.tool_links {
	width: 430px;
}
html[lang=en] #head #cse-search-box label {
	float: left;
	margin-left: 5px;
}

/* [英語版] ヘッダー画像（マウスオーバー対応） */
#head #navi2 ul {
	clear: both;
	float: right;
	position: relative;
	width: 423px;
	margin: 0;
}

#head #navi2 ul li {
	float: left;
	display: block;
	width: 141px;
}

#head #navi2 ul li a {
	display: block;
	overflow: hidden;
	height: 27px;
	text-align: left;
	text-indent: -9999px;
}
#head #navi2 ul li.btn1 a { background: url(/mofaj/files/000000034.gif) no-repeat left top; }
#head #navi2 ul li.btn2 a { background: url(/mofaj/files/000000035.gif) no-repeat left top; }
#head #navi2 ul li.btn3 a { background: url(/mofaj/files/000000036.gif) no-repeat left top; }
#head #navi2 ul li.btn1 a:hover { background: url(/mofaj/files/000001584.gif); }
#head #navi2 ul li.btn2 a:hover { background: url(/mofaj/files/000001585.gif); }
#head #navi2 ul li.btn3 a:hover { background: url(/mofaj/files/000001586.gif); }

#menu #navi1, 
#menu #navi3 {
	clear: both;
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#menu #navi1-wrapper {
	height: 32px;
}
#menu #navi3-wrapper {
	height: 40px;
	background: url(/mofaj/files/000000082.gif) repeat-x top;
}

#menu #navi1 li, 
#menu #navi3 li {
	float: left;
	display: block;
	width: 188px;
}

#menu #navi1 li a {
	display: block;
	overflow: hidden;
	height: 32px;
	text-indent: -9999px;
}
#menu #navi1 li.btn1 a { background: url(/mofaj/files/000000033.gif) no-repeat left top; }
#menu #navi1 li.btn2 a { background: url(/mofaj/files/000000037.gif) no-repeat left top; }
#menu #navi1 li.btn3 a { background: url(/mofaj/files/000000043.gif) no-repeat left top; }
#menu #navi1 li.btn4 a { background: url(/mofaj/files/000000044.gif) no-repeat left top; }
#menu #navi1 li.btn5 a { background: url(/mofaj/files/000000045.gif) no-repeat left top; }
#menu #navi1 li.btn1 a:hover { background: url(/mofaj/files/000001579.gif); }
#menu #navi1 li.btn2 a:hover { background: url(/mofaj/files/000001580.gif); }
#menu #navi1 li.btn3 a:hover { background: url(/mofaj/files/000001581.gif); }
#menu #navi1 li.btn4 a:hover { background: url(/mofaj/files/000001582.gif); }
#menu #navi1 li.btn5 a:hover { background: url(/mofaj/files/000001583.gif); }

#menu #navi3 li a {
	display: block;
	overflow: hidden;
	height: 30px;
	text-indent: -9999px;
}
#menu #navi3 li.btn1 a { background: url(/mofaj/files/000000038.gif) no-repeat left top; }
#menu #navi3 li.btn2 a { background: url(/mofaj/files/000000039.gif) no-repeat left top; }
#menu #navi3 li.btn3 a { background: url(/mofaj/files/000000040.gif) no-repeat left top; }
#menu #navi3 li.btn4 a { background: url(/mofaj/files/000000041.gif) no-repeat left top; }
#menu #navi3 li.btn5 a { background: url(/mofaj/files/000000042.gif) no-repeat left top; }
#menu #navi3 li.btn1 a:hover { background: url(/mofaj/files/000001587.gif); }
#menu #navi3 li.btn2 a:hover { background: url(/mofaj/files/000001588.gif); }
#menu #navi3 li.btn3 a:hover { background: url(/mofaj/files/000001589.gif); }
#menu #navi3 li.btn4 a:hover { background: url(/mofaj/files/000001590.gif); }
#menu #navi3 li.btn5 a:hover { background: url(/mofaj/files/000001591.gif); }

/* [英語版] 見出し調整 */
html[lang=en] #contents h1.title2 {
	color: #333399;
}
html[lang=en] #contents h1 .title2 {
	color: #333399;
}
html[lang=en] #maincontents p.stitle {
	font-weight: bold;
	font-size: 1.2em;
	color: #333399;
}
html[lang=en] h1 span.stitle {
	font-size: 80%;
}

/* [英語版] リンク関係 */
html[lang=en] #main ul.list2 {
	padding-left: 10px; /* 20150414Floatバグ対応 */
}
html[lang=en] #maincontents ul li.styled2 {
	line-height: 1;
}
html[lang=en] body.page-index #main ul.list2 li,
html[lang=en] body.page-single #main ul.list2 li,
html[lang=en] body.page-pressconf #main ul.list2 li,
html[lang=en] body.page-pressrelease #main ul.list2 li
{
	background: url(/mofaj/files/000000084.gif) no-repeat left top;
	list-style: none;
	padding-left: 5px;
	margin: 5px 5px 5px 10px;
	height: 100%;
}

html[lang=en] #main div.relatedlink {
	margin: 0;
}
html[lang=en] #main div.relatedlink h4 {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
html[lang=en] #main div.relatedlink ul {
	padding-left: 5px;
	margin-top:0;
}
html[lang=en] #main div.relatedlink ul li {
	list-style: none;
	padding-left: 20px;
	line-height: 1.5;
	background: url(/mofaj/files/000001282.gif) no-repeat left top;
}
html[lang=en] #main div.relatedlink ul li.noarrow {
	background: none;
}



/* リニューアル(2013) 英語版 トップページ
 =========================================================================== */

html[lang=en] body.page-topindex #photos ul.filmstrip li .caption {
	line-height: 1.5em !important;
}

html[lang=en] .earthquake_l{width:504px; float:left;}
html[lang=en] .earthquake_r{width:196px; float:right; text-align:right;}
html[lang=en] .earthquake_b{ clear:both; margin-bottom:10px;}

html[lang=en] body.page-topindex #sns_box{background:transparent; padding-bottom:4px;}
html[lang=en] body.page-topindex #highlights ul li ul li {
	font-size: 0.91em;
}
html[lang=en] body.page-topindex #news ul li {
	background: none;
	padding-left: 0;
	margin: 2px 2px 2px 15px;
	font-size: 1.1em;
	font-weight: bold;
}
html[lang=en] body.page-topindex #news ul li ul li {
	font-size: 0.91em;
	list-style: none;
}
html[lang=en] body.page-topindex #news ul li div.lead {
	font-weight: normal;
}



/* リニューアル(2013) 英語版 カテゴリー／インデックスページ
 =========================================================================== */

/*
html[lang=en] body.page-index #main h1.title1 {
	background: url(/mofaj/files/000001310.gif) no-repeat left top;
	width: auto;
	/*height: 50px;*/
	margin: 20px 20px 20px 5px;
	/*padding: 12px 0 0 82px;*/
	color: #18338E;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.1;
}
*/

html[lang=en] body.page-index #main h2.txt {
	color: #18338E;
	/*border-left: solid 0px;*/
	margin: 1.5em 15px 15px 0;
	/*padding-left: 0;*/
	/*font-size: 1.5em;*/
	font-weight: bold;
}

html[lang=en] body.page-index #main ul li.styled2 {
	background: url(/mofaj/files/000000084.gif) no-repeat left top;
	list-style: none;
	padding-left: 5px;
	margin: 5px;
	height: 100%;
}

html[lang=en] body.page-index #main div.auto ul {
	padding-left: 0;
}
html[lang=en] body.page-index #main div.auto ul li.styled2 {
	margin-bottom: 10px;
}



/* リニューアル(2013) 英語版 汎用ページ
 =========================================================================== */

html[lang=en] #main p.acrobat,
html[lang=en] #main div.index {
	clear: both;
}



/* リニューアル(2013) 英語版 記者会見
 =========================================================================== */

html[lang=en] body.page-pressconf #maincontents h2.sectionTitle {
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #333399;
	background: none;
}
html[lang=en] body.page-pressconf #maincontents h3.sectionTitle {
	font-weight: bold;
	font-size: 1em;
	color: #333399;
}



/* リニューアル(2013) 英語版 報道発表
 =========================================================================== */

html[lang=en] body.pressrelease #maincontents div.sectionBody ol.nonumber li {
	margin-bottom: 20px;
}
html[lang=en] body.pressrelease #maincontents div.sectionBody ol.nonumber ul li {
	margin-bottom: 0px;
}



/* リニューアル(2013) 英語版 一覧 新着情報
 =========================================================================== */

html[lang=en] body.type-news #main h3 a:link,#main h3 a:visited{color:#ff0000;font-weight:bold;}
html[lang=en] body.type-news #main h3 a:hover,#main h3 a:active{color:#fff;background:#ff0000;font-weight:bold;}
html[lang=en] body.type-news #main h4{margin:0px;font-size:1.2em;color:#ff0000;}
html[lang=en] body.type-news #news ul{margin:0;padding:0;}
html[lang=en] body.type-news #news li{font-family: Verdana, Arial, Helvetica, sans-serif;background:url(/mofaj/files/000000084.gif) no-repeat left top;list-style:none;padding-left:5px;margin:5px;height:100%;}
html[lang=en] body.type-news #news ul li ul {margin-left:25px;}
html[lang=en] body.type-news #news ul li ul li{list-style:square;background:transparent;margin-left:0;padding:0;height:auto;}
html[lang=en] body.type-news #news ul li ul li ul li{list-style-type:circle;height:auto;}
html[lang=en] body.type-news #news ul li img{vertical-align: middle;}

/* 新着情報の見出し例外処理 */
html[lang=en] body.type-news #main h1.new {
width:500px !important;
background: url("/mofaj/files/000001713.gif") no-repeat left top;
height: 50px !important;
padding-left: 82px !important;
padding-top: 12px !important;
margin: 20px !important;
margin-left: 5px !important;
color: #ff0000 !important;
font-weight: bold !important;
display: block !important;
font-size: 2em;
text-align:left !important;
}


/* リニューアル(2013) 英語版 一覧 記者会見
 =========================================================================== */

html[lang=en] body.page-list #main h3 a:link,#main h3 a:visited{color:#ff0000;font-weight:bold;}
html[lang=en] body.page-list #main h3 a:hover,#main h3 a:active{color:#fff;background:#ff0000;font-weight:bold;}
html[lang=en] body.page-list #main h4{margin:0px;font-size:1.2em;color:#ff0000;}
html[lang=en] body.page-list #pressconf > ul{margin-left:10px;padding:0;}
html[lang=en] body.page-list #pressconf > ul > li{list-style-type:none;font-weight:bold;margin-bottom:10px;}
html[lang=en] body.page-list #pressconf ul li ol {margin:10px 0;}
html[lang=en] body.page-list #pressconf ul li ol > li {margin-left:10px;}
html[lang=en] body.page-list #pressconf ul li ul li {font-weight:normal;}
html[lang=en] body.page-list #pressconf ul li ol li {font-weight:normal;}
html[lang=en] body.page-list #pressconf ul li ol li ul li{margin-left:10px;list-style-type:none;height:auto;}
html[lang=en] body.page-list #pressconf ul li img{vertical-align: middle;}



/* リニューアル(2013) 英語版 一覧 報道発表
 =========================================================================== */

html[lang=en] #pressrelease li{font-family: Verdana, Arial, Helvetica, sans-serif;background:url(/mofaj/files/000000084.gif) no-repeat left top;list-style:none;padding-left:5px;margin:5px;height:100%;}



/* リニューアル(2013) 英語版 一覧のArchives関係
 =========================================================================== */

html[lang=en] body.page-list #main .year{font-size:1.2em;color:#333399;font-weight:bold;}
html[lang=en] body.page-list #main .mon{margin-right:15px;}
html[lang=en] body.page-list #main .mon a{margin:0px;}
html[lang=en] body.page-list #main th{text-align:left;}
html[lang=en] body.page-list #main td,th{padding:8px;}



/* リニューアル(2013) 英語版 サイドバー
 =========================================================================== */

/* サイドバー リンクリスト */
#sidebar div.section div.sidebody div.linkarea ul.list2{ padding:0; }
#sidebar div.section div.sidebody div.linkarea ul li.styled2{ list-style-type:none; background: url(/mofaj/files/000000049.gif) no-repeat left top; padding: 0px 0px 0px 13px; margin:0;}



/* リニューアル(2013) スマホ対応（PC用スタイル調整）
 =========================================================================== */

.sp-only-inline, 
.sp-only-block {
	display: none;
}


/* リニューアル(2013) 調達用
 =========================================================================== */
body.page-chotatsu #contents h1 .title2 {
	line-height: 1.3;
}
body.page-chotatsu #maincontents .top-text{
	margin:20px 0 0 0;
}


/* 改善要望（2014）
 =========================================================================== */
*+html #contents .linkarea ul.list2 li.styled2 {
	height: 1%;
}
#contents h1.title1,
#contents h1 .title1 {
	background: none;
	border: none;
	width: auto;
	height: auto;
	display: block;
	background-color: #1756bd;
	border: 1px solid #1756bd;
	margin-top: 0;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}
#contents h1.title1 {
	font-size: 1.5em;
}
#contents h1.title1 span,
#contents h1 .title1 span {
	background: none;
	border: none;
	width: auto;
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 6px 0 5px 0;
	padding-left: 13px;
}
body.page-index #maincontents h2 {
	background: none;
	border: none;
	display: block;
	background-color: #1756bd;
	border: 1px solid #1756bd;
	margin-top: 10px;
	padding: 2px;
	color: #fff;
	font-size: 1.2857em;
	font-weight: bold;
}
body.page-index #maincontents h2 span {
	background: none;
	border: none;
	display: block;
	border-left: 2px solid #fff;
	padding: 4px 0;
	padding-left: 13px;
}
body.page-index #maincontents h2 a {
	background: none;
	border: none;
	display: block;
	width: auto;
	overflow: hidden;
	background: transparent url(/mofaj/files/000000009.png) center right no-repeat;
	border-left: 2px solid #fff;
	padding: 4px 22px 4px 8px;
	text-decoration: none;
	color: #ffffff;
}
body.page-index #maincontents h2 a:link,
body.page-index #maincontents h2 a:visited {
	color: #ffffff;
	background: transparent url(/mofaj/files/000000009.png) center right no-repeat;
}
body.page-index #maincontents h2 a:hover,
body.page-index #maincontents h2 a:active {
	color: #005190;
	background: #ffffff url(/mofaj/files/000000008.png) center right no-repeat;
}
body.page-single #maincontents h2 span{
	border-left:3px solid #1756bd;
}


#breadcrumb{
	clear:both;
	font-size:0.8em;
	margin-top:7px ;
	margin-bottom:16px;
	margin-left:10px;
	line-height:1.3;
}

#breadcrumb a:link{
	color:#000099;
}
#breadcrumb a:visited{
	color:#000099;
}
#breadcrumb a:hover,
#breadclumb a:active{
	color:#fff;
	background:#000099;
}
.breadcrumb{
	clear:both;
	margin-top:5px ;
	margin-bottom:15px;
	line-height:1.3;
}
.breadcrumb a:link{
	color:#000099;
}
.breadcrumb a:visited{
	color:#000099;
}
.breadcrumb a:hover,
.breadclumb a:active{
	color:#fff;
	background:#000099;
}


/* 本省リニューアル(2014) ヘッダーおよびフッター
 =========================================================================== */
div#contents,
div#main,
div#pagetop,
div#main h2,
div#main .list-tab h2 a,
div#main h2 span,
div#main .list-tab h2 span {
	width: 100% !important;
	box-sizing: border-box;
}
body.en div#footer .menu-sub { float: left; }
body.en div#footer .bg-navy p {
    margin-top: 3px !Important;
    float: right;
}
body.en div#footer p.address {
	text-align: left;
}
body.en div#main h2#archives {
	border: none;
	color: #000;
}

/* 新着情報一覧 (2015.09追加)
 =========================================================================== */
.oda_newsList{margin-left:0.5em; padding:7px;}
.oda_newsList dt{float:left;width:9em;}
.oda_newsList dd{margin-left:9em; padding:0 0 7px;}
.oda_whatsList{padding-left:5px;}
.oda_whatsList dt{padding-left:0!important;}

/* アクセシビリティ対応(id重複)
 =========================================================================== */
#nihonkaiPhotoGroup {
	overflow: hidden;
	position: relative;
	margin: 3px 0 20px;
	font-size: 85%;
	text-align: center;
}

#nihonkaiPhotoGroup ul{
	clear: both;
	text-align: center;

	position: relative;
	/*float: left;
	left: 50%;*/
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#nihonkaiPhotoGroup ul li{
	display: inline-block;

	/*float: left;
	right: 50%;
	position: relative;*/
	margin: 5px;
	vertical-align: top;
}

#nihonkaiPhotoGroup ul li{
	/display:inline;
	/zoom:1;
}

#nihonkaiPhotoGroup ul li img {
	vertical-align: bottom;
}

.has-sidebar #nihonkaiPhotoGroup ul li img {
	max-height: 180px;
}
/*アクセシビリティ対応(関連リンク用)
 =========================================================================== */
h2#relatedLinkTitle, 
body.page-single #maincontents h2#relatedLinkTitle,
body.page-index #maincontents h2#relatedLinkTitle{
	clear: both;
	border: none;
	padding: 0px 0px;
	margin: 10px 0px;
	font-size:1em;
	font-weight: bold;
	color: #000000;
        background-color: transparent;
}
html[lang="en"] h2#relatedLinkTitle,
html[lang="en"] body.page-single #maincontents h2#relatedLinkTitle,
html[lang="en"] body.page-index #maincontents h2#relatedLinkTitle{
	clear: both;
	border: none;
	padding: 0px 0px;
	margin: 0px 0px;
	font-size:1em;
	font-weight: bold;
	color: #000000;
        background-color: transparent;
}
/*アクセシビリティ対応(ヘッダータイトル用)
=========================================================================== */
#contents div#headerTitleArea{
       width: 100%;
       padding: 0;
       text-align: center;
       font-size: 150%;
}

#headerTitleArea div#title1BackGround{
       margin: 15px 0;
       background-color: #1756bd;
       border: 1px solid #1756bd;
       margin-top: 0;
       padding: 2px;
}

div#headerTitleArea h1#title1{
      margin: 0;
      overflow: hidden;
      background: none;
      width: auto;
      height: auto;
      display: block;
      font-size: 1em;
      color: #fff;
      font-weight: bold;
      line-height: 1.4;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      padding-top: 6px;
      padding-bottom: 5px;
      padding-left: 13px;
}

div#headerTitleArea h2#title2{
      overflow: visible;
      height: auto;
      margin: 5px auto;
      line-height: 1.5;
      font-weight: bold;
      color: #a5171c;
      text-align: center;
      font-size: 1em;
      padding: 0px;
}

div#headerTitleArea h2#title2_logoLayout{
 display: inline-block;
 font-size: 1em;
}

div#headerTitleArea h2#title2_logoLayout span.textLeft {
	display: table-cell;
	padding:0 10px 0 200px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}
div#headerTitleArea h2#title2_logoLayout span.textRight {
	display: table-cell;
	padding:0 200px 0 10px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}

div#headerTitleArea h2#title2_logoLayout .logoImgLeft {
	display: table-cell;
	width:200px;
	text-align:right;
	vertical-align:middle;
}
div#headerTitleArea h2#title2_logoLayout .logoImgRight {
	display: table-cell;
	width:200px;
	text-align:left;
	vertical-align:middle;
}
div#headerTitleArea h2#title2_logoLayout img{
	max-width:200px;
}
h3#subtitle{
      margin: 5px 0px;
      font-weight: bold;
      text-align: center;
      color: #a5171c;
      line-height: 1;
      font-size: 1.4em;
}
html[lang=en] div#headerTitleArea h2#title2{
	color: #333399;
}
h3#subtitleE {
	margin-top: 0px;
	font-weight: bold;
	font-size: 135%;
	text-align: center;
	color: #333399;
	line-height: 1;
}
/*アクセシビリティ対応(Adobeバナー用)
=========================================================================== */
a#adobeImgLeft{
       width: 158px;
       height: 39px;
       outline :none;
       float: left;
       vertical-align: top;
       margin-right: 5px;
       margin-bottom: 5px;

}
a#adobeImgLeft:hover{
        outline :solid 2px #192a80;
}
a#adobeImgLeft:focus{
        outline :solid 2px #192a80;
}

:lang(en) div#headerTitleArea h2#title2_logoLayout {
    display: inline-block;
    font-size: 1em;
    overflow: visible;
    height: auto;
    margin: 5px auto;
    line-height: 1.5;
    font-weight: bold;
    color: #333399;
    width: auto !important;
}
:lang(en) div#headerTitleArea h2#title2_logoLayout span.textRight {
    display: table-cell;
    padding: 0 200px 0 10px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: auto !important;
}
