﻿@charset "UTF-8";

body {
	min-width: 950px;
}

/* ////////////////////////////////////////
.wrapper
//////////////////////////////////////// */
.wrapper {
	width:950px;
	margin:0px auto;
	font-size:93%;
	line-height:1.6em;
	position: relative;
}

body.win .wrapper {
}

/* ////////////////////////////////////////
#header
//////////////////////////////////////// */
#header {
	background: url(/n2-common/images/header-bg.png) left top repeat-x;
}

#header .wrapper {
 z-index:50;
}

#header h1 {
	text-align: left;
	padding:29px 0px 22px;
	line-height:1em;
	margin-left: 0;
}

/* #header-lang -------------------------------------------- */
#header-lang {
	position: absolute;
	right:0px;
	top:0px;
	text-align: right;
}

#header-lang p {
	display: inline;
	padding-right:12px;
}

#header-lang ul {
	display: inline;
}

#header-lang ul li {
	display: inline;
}

#header-lang ul li.first img{
	border-right:2px solid #cbcbcb;
}

/* #header-btn -------------------------------------------- */
#header-btn {
	position: absolute;
	right:0px;
	top:52px;
	width:158px;
}

#header-btn form {
	background: #fff;
	width:100px;
	border:1px solid #808080;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

#header-btn form input#search-keyword,
#header-btn form input.search-keyword {
	width:74px;
	border:none;
	line-height:1em;
	padding:0px 3px;
	height:19px;
	font-size:14px;
	border:0px solid #fff;
}

html*#header-btn form input#search-keyword,
html*#header-btn form input.search-keyword {
	width:70px;
} /* for IE6/7 */

#header-btn form input#search-submit {
	vertical-align: middle;
}

#header-btn ul {
	list-style: none;
	width:50px;
}

#header-btn ul li {
	float:left;
	padding-left:6px;
}

/* #header-nav -------------------------------------------- */
#header-nav {
}

#header-nav dt {
	display: none;
	float:left;
	width:35px;
	padding:15px 0px 10px;
	text-align: center;
}

#header-nav dt img {
	vertical-align: top;
}

#header-nav dd {
	width:915px;
	float:right;
}

#header-nav dd ul {
	width:915px;
}

#header-nav dd ul li {
	float:left;
	position: relative;
	height:41px;
	z-index:100;
}

#header-nav dd ul li a {
	position: relative;
	display: block;
	padding:15px 0px 0px;
	height:22px;
	border-bottom:2px solid #15507f;
	text-align: center;
}

#header-nav dd ul li a img {
	font-size:0px;
	line-height:0px;
}

#header-nav a#nav-home { width:121px; }
#header-nav a#nav-news { width:121px; }
#header-nav a#nav-blog { width:101px; }
#header-nav a#nav-videos { width:121px; }
#header-nav li.nav-space { padding-right:155px; }
#header-nav a#nav-policy { width:132px; }
#header-nav a#nav-cabinet { width:132px; }
#header-nav a#nav-links { width:133px; }

#header-nav dd ul li a:hover {
	background: #1b6aa9;
}

#header-nav dd ul li span.nav-current {
	display: block;
	position: absolute;
	left:50%;
	top:35px;
	margin-left:-5px;
	width:11px;
	height:5px;
	font-size:0px;
	line-height:0px;
	z-index:100;
}

#header-nav dd ul li ul {
	display: none;
	position: absolute;
	left:0px;
	top:41px;
	z-index:1000;
	width:270px;
}

#header-nav dd ul li ul li {
	float:none;
	position: static;
	border-top:1px solid #cadeef;
}

#header-nav dd ul li ul li a {
	border-top:1px solid #6d9ace;
	padding:10px 0px 10px 10px;
	font-size:0.9em;
	background: url(/n2-common/images/nav-dropdown-bg.png) left top repeat;
	color:#fff;
	text-align: left;
}



/* #header-logo -------------------------------------------- */
#header-logo {
	position: absolute;
	left:452px;
	top:66px;
	width:42px;
	height:39px;
}

/* ////////////////////////////////////////
#footer
//////////////////////////////////////// */
#footer {
	padding:53px 0px;
	background: url(/n2-common/images/footer-bg.png) left top repeat-x;
}

/* #footer-nav -------------------------------------------- */
#footer-nav dl {
	float:left;
	width:135px;
}

#footer-nav dl dt {
	padding-bottom:10px;
}

#footer-nav dl dt a {
	color:#15507f;
	font-weight: bold;
}

#footer-nav dl dt a:hover {
	color:#196eb3;
}

#footer-nav dl dd {
	width:120px;
}

#footer-nav dl dd ul li {
	padding-bottom:6px;
	line-height:1.4em;
}

/* #footer-copy -------------------------------------------- */
#footer-copy {
	text-align: center;
}

#footer-copy p {
	padding:24px 0px 18px;
}

#footer-copy ul {
	padding-bottom:15px;
}

#footer-copy ul li {
	display: inline;
}

#footer-copy ul li a {
	color:#666666;
}

#footer-copy ul li a:hover {
	color:#999;
}

#footer-copy small {
	color:#979797;
}

/* ////////////////////////////////////////
#main
- #main common style
//////////////////////////////////////// */
#main {
	margin:4px 0px;
	padding:4px 0px;
	background: url(/n2-common/images/contents-bg.png) left top repeat-x;
	z-index:1;
}

#main .wrapper {
	z-index:10;
}

.main-top {
	margin-top:5px;
	padding:12px 30px 30px;
	_padding:12px 25px 30px 30px;
	background:#fff url(/n2-common/images/main-top.png) left top no-repeat;
}

.main-top p.path {}

.main-top h2 {
	padding-top:30px;
}

.c-red {
	color:#15507f;
	font-size:0.9em;
}

.btn-more {
	text-align: right;
	padding-right:7px;
}

.noBg { background: none !important; }

.dropshadow {
	box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-ms-box-shadow: 2px 2px 3px #ccc;
	-o-box-shadow: 2px 2px 3px #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}


/* .item-list ------------------------------
- index
------------------------------*/
.item-list dd ul li {
	padding-top:8px;
}

.item-list dd ul li a {
	zoom: 1;
	display: block;
}

.item-list dd ul li a span img {
	vertical-align: middle;
	padding:0px 5px;
}

.item-list dd ul li a em {
	font-style: normal;
	display: block;
}

.icon { padding-left:22px; }
.icon {
	background: url(/n2-common/images/icon-arrow.png) 0.3em 0.5em no-repeat;
	_background: url(/n2-common/images/icon-arrow.gif) left 0.5em no-repeat;
}
.icon-pdf { background: url(/n2-common/images/icon-pdf.png) left 0.3em no-repeat; }
.icon-window { background: url(/n2-common/images/icon-window.png) left 0.3em no-repeat; }
.icon-video { background: url(/n2-common/images/icon-video.png) left 0.3em no-repeat; }

/* .item-banner ------------------------------
- for index banner
------------------------------*/
.item-banner  {
	padding-bottom:7px;
}

.item-banner li {
	padding-bottom:15px;
}

/* ////////////////////////////////////////
#index-contents
//////////////////////////////////////// */
#index-contents {
	position: relative;
}

/* ////////////////////////////////////////
#index
//////////////////////////////////////// */
/* #index-top ------------------------------*/
#index-top {
	margin-top:0px;
	padding:12px 0px 25px;
	background-color:transparent;
}

#index-top h2 {
	padding:5px 14px 10px;
}

#index-top h2 strong {
	display: block;
	padding-bottom:5px;
}

/* #index-top .slide ------------------------------*/
#index-top .slide {
	position: relative;
	color:#fff;
}

#index-top .slide a { 
	color:#fff;
}

#index-top .slide dl {
	height:300px;
	background: #01243e;
}

#index-top .slide dt {
	float:left;
	width:620px;
	height:300px;
	overflow:hidden;
}

#index-top .slide dd {
	float:right;
	width:290px;
	height:270px;
	padding:15px 20px;
	overflow: hidden;
}

#index-top .slide dd em {
    font-size: 0.9em;
    font-style: normal;
}
#index-top .slide dd a.title {
    display: block;
    font-size: 26px;
    line-height: 1.1em;
    padding: 7px 0;
}
#index-top .slide dd span.date {
    display: block;
    font-weight: bold;
    padding: 5px 0;
		text-align:right;
}
#index-top .slide dd span.text {
    display: block;
    font-size: 0.9em;
}

#index-top .slide-nav {
	width:892px;
	margin:0px auto;
	overflow: hidden;
}

#index-top .slide-nav ul {
	width:10000px;
	height:101px;
	overflow:hidden;
}

#index-top .slide-nav ul li {
	padding-top:15px;
	width:152px;
	height:86px;
	float:left;
	overflow:hidden;
	background: url(/n2-common/images/ajax-loader.gif) #ffffff no-repeat 50% 50%;
}

#index-top .slide-nav ul li.current {
	background: url(/n2-common/images/index-featured-current.png) 59px 5px no-repeat; 
	_background: url(/n2-common/images/index-featured-current.gif) 59px 5px no-repeat; 
}

#index-top .slide .slide-btn {
	display: none;
	position: absolute;
	width:12px;
	height:86px;
}

#index-top .slide .slide-prev {
	left:8px;
	top:315px;
}

#index-top .slide .slide-next {
	right:8px;
	top:315px;
}

/* .index-section  ------------------------------*/
.index-section {}
.index-section h2 {
	position: relative;
	border-bottom:2px solid #6286a2;
	height:19px;
}

.index-section .index-hl {
	height:23px;
}

.index-section .index-hl span {
	position: absolute;
	right:0px;
	top:0px;
}

.index-section div {
	background: url(/n2-common/images/section-bg.png) left top repeat-x;
}

.index-section img.thumb {
	padding-bottom:10px;
}

/* #index-left, #index-center, #index-right  ------------------------------*/
#index-left {
	float:left;
	width:359px;
	padding-bottom:23px;
}

#index-center {
	float:left;
	width:359px;
	padding-bottom:23px;
}

#index-right {
	float:right;
	width:231px;
	padding-bottom:23px;
}

#index-left .index-section,
#index-center .index-section {
	width:345px;
}

#index-left .index-section dl,
#index-center .index-section dl {
	padding:13px 19px 17px 14px;
}

#index-right .index-section dl {
	padding:8px 10px 17px;
}

#index-right .index-section .topics-list {
	padding:8px 10px 17px;
}

#index-right .index-section .topics-list li {
	padding-top: 8px;
}

#index-right .index-section .topics-list li a {
	display: block;
	zoom: 1;
}

/* #index-blog ------------------------------*/
#index-center #index-blog.index-section dl {
	padding-bottom:7px;
}

/* #index-follow ------------------------------*/
#index-follow {
	background: url(/n2-common/images/index-follow-top.png) top left no-repeat;
	margin-bottom:12px;
}

#index-follow h2 {
	padding:14px 9px 4px;
}

#index-follow ul {
	/*background: url(/n2-common/images/index-follow-bottom.png) bottom left no-repeat;*/
	padding:0px 9px 15px;
}

#index-follow ul li {
	padding-top:8px
}

/* #index-videos ------------------------------*/
#index-videos {
	margin-bottom:20px;
}

#index-videos h2 {
	padding-top:3px;
}



/* #index-banner ------------------------------*/
#index-banner a img {
	box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	-moz-box-shadow: 2px 2px 3px #ccc;
	-ms-box-shadow: 2px 2px 3px #ccc;
	-o-box-shadow: 2px 2px 3px #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

/* ////////////////////////////////////////
.column
//////////////////////////////////////// */
/* .column-list ------------------------------ */
.column-list {}

.column-list div {
	width:321px;
	padding-bottom:20px;
}

.column-list div.last {
	width:307px;
}

.column-list dl {
	width:307px;
	padding:15px 0px 0px;
	background: url(/n2-common/images/main-body-bg.png) left top repeat-x;
}

.column-list dt {
	position: relative;
	padding-left:15px;
	padding-right:15px;
	min-height:120px;
	height: auto !important;  
	height: 120px;
}

.column-list dt h3 {
	padding-left:0px;
}

.column-list dt p {
	padding:1em 0px;
}

.column-list .thumb {
	padding-right:80px;
}

.column-list .thumb span {
	position: absolute;
	right:0px;
	top:0px;
	width:78px;
}

.column-list dd ul {
	padding-top:5px;
	border-top:2px solid #dedede;
}

/*.column-1 ------------------------------ */
.column-1{
	width:950px;
	padding:15px 0px 0px;
	float:left;
	background: url(/n2-common/images/main-body-bg.png) left top repeat-x;
}
.column-1 h3 {
	padding:0px 15px;
}
.column-1 h4 {
	padding:15px 15px 7px;
	border-bottom:2px solid #d3d3d3;
}
.column-1 .body {
	padding:15px 15px 0px;
	padding-top:15px;
}
.column-1 .body p {
	padding-bottom:1em;
}

/* .column-2-2 ------------------------------ */
.column-2-2 {}
.column-2-2 .main-left {
	padding:0px;
	float:left;
	background: none;
}

.column-2-2 .main-left .main-left-sub {
	width:347px;
	margin-top:0px;
}

.column-2-2 .column-list {
}

.column-2-2 .column-list div {
	width:347px;
	margin-top:0px;
}

.column-2-2 .column-list div dl {
	width:347px;
}



/* ////////////////////////////////////////
.main-body
//////////////////////////////////////// */
.main-body {
	margin-top:15px;
	padding-bottom:60px;
}

.main-body h3 {
	font-weight: bold;
	font-size:123.1%;
}

.main-body h4 {
	font-weight: bold;
	font-size:123.1%;
}

.main-body .date {
	color:#15507f;
	font-weight: bold;
	padding-left:15px;
}

.main-body .btn-pagetop {
	padding-top:50px;
	text-align: right;
}

/* .main-left ------------------------------ */
.main-left {
  width:707px;
  padding:15px 0px 0px;
  float:left;
  background: url(/n2-common/images/main-body-bg.png) left top repeat-x;
  font-size: 116%;
}

.main-left .main-left{
  font-size: 100%;
}

.main-left h3 {
	padding:0px 15px;
}

.main-left h4 {
	padding:15px 15px 7px;
	border-bottom:2px solid #d3d3d3;
}

.main-left .body {
	padding:15px 15px 0px;
	padding-top:15px;
}

.main-left .body p {
	padding-bottom:1em;
}

/* .main-body-sub ------------------------------ */
.main-left-sub {
	margin-top:40px;
	padding:15px 0px 0px;
	background: url(/n2-common/images/main-body-bg.png) left top repeat-x;
	/*_background: url(/n2-common/images/main-body-bg.gif) left top repeat-x;*/
}

/* .main-body-row ------------------------------ */
.main-body-row {
	padding-bottom:10px;
}

.main-body-row h4 { font-size:108%; vertical-align: bottom; }

.main-body-row .left { width:345px; }
.main-body-row .right { width:345px; }

/* .main-right ------------------------------ */
.main-right {
	width:200px;
	padding:15px 15px 0px;
	float:right;
	background: url(/n2-common/images/main-body-bg.png) left top repeat-x;
}

.main-right h3 { padding-bottom:20px; }

.main-right p.btn-print { padding-top:20px; }

.main-right .list-banner {
	/*margin-left:-15px;*/
}

.main-right.main-right-banner {
	width:230px;
	padding:0px;
	text-align: right;
	background: none;
}

.main-right.main-right-banner .item-banner li {
	padding-bottom:10px;
}

.main-right.main-right-banner .item-banner img {
	border:1px solid #c1c1c1;
}


/* .list-link -------------------------------------------- */
.list-link {}

.list-link li {
	zoom: 1;
	padding-bottom:1em;
	padding-left:22px;
	background: url(/n2-common/images/icon-arrow.png) 0.3em 0.5em no-repeat;
	_background: url(/n2-common/images/icon-arrow.gif) 0.3em 0.5em no-repeat;
}

/* custom */
.main-left-sub .list-link li { padding-bottom:3px; }
.main-body-row .list-link li { padding-bottom:3px; }
.main-right .list-link li { padding-bottom:3px; }

/* .list-archives -------------------------------------------- */
.list-archives {}
.list-archives dt {
	font-weight: bold;
	font-size:123.1%;
	padding-left:10px;
	background: url(/n2-common/images/icon-arrow.png) left 0.5em no-repeat;
	_background: url(/n2-common/images/icon-arrow.gif) left 0.5em no-repeat;
}

.list-archives dd ul { padding:5px 0px 20px; }
.list-archives dd ul li { display: inline; }

/* .list-related -------------------------------------------- */
.list-related { }
.list-related li { zoom:1; padding-bottom:3px; }

/* .list-icon -------------------------------------------- */
.list-icon li { padding-bottom:1em; }

/* .list-banner -------------------------------------------- */
.list-banner {
	padding-top:1em;
}


/* ////////////////////////////////////////
#format
//////////////////////////////////////// */
#format {
	margin:0px;
	padding:15px 0px 0px 15px;
}

#format:before, #format:after { content:""; display:table; }/* For modern browsers */
#format:after { clear:both; }
#format .wrap_list{ zoom:1; } /* For IE 6/7 (trigger hasLayout) */


#format a {
	color:#15507f;
}

#format a:hover {
	color:#ccc;
}

/* h2 - h6 ------------------------------ */
#format h2 {
	margin:0px;
	padding:0.2em 0px 0.8em;
	border:none;
	font-weight: bold;
	font-size:1.2em;
}

#format h3 {
	margin:0px;
	padding:0.2em 0px 0.8em;
	border:none;
	font-weight: bold;
	font-size:1.5em;
}

#format h4 {
	margin:0px;
	padding:0.2em 0px 1em;
	border:none;
	font-weight: bold;
	padding-bottom:1em;
	font-size:1.8em;
}

#format h5 {
	margin:0px;
	padding:0.2em 0px 1em;
	border:none;
	font-weight: bold;
	font-size:2.2em;
}

#format h6 {
	margin:0px;
	padding:0.2em 0px 1em;
	border:none;
	font-weight: bold;
	font-size:2.6em;
}

#format p {
	margin:0px;
	padding:0px;
	margin-bottom:1em;
}

/* SOUSYOKU A ------------------------------ */
#format strong { font-weight: bold; }
#format u { text-decoration: underline; }
#format b { color:#15507f; font-weight: normal; }

/* SOUSYOKU B ------------------------------ */
#format .format-text-01 {
	font-weight: bold;
	text-decoration: underline;
	color:#000;
}

#format .format-text-02 {
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

#format .format-text-03 {
	font-weight: bold;
	text-decoration: none;
	color:#15507f;
}

#format .format-text-04 {
	font-weight: normal;
	text-decoration: none;
	color:#15507f;
}

/* text-align ------------------------------ */
#format .format-text-left {
	text-align: left;
}

#format .format-text-center {
	text-align: center;
}

#format .format-text-right {
	text-align: right;
}

/* ul,ol ------------------------------ */
#format ul {
	margin-bottom:1em;
}
#format ul li {
	list-style-type: disc;
	margin-left:1.5em;
}

#format ol {
	margin-bottom:1em;
}

#format ol li {
	list-style-type: decimal;
	margin-left:1.5em;
}

/* dl ------------------------------ */
#format dl { margin-bottom:1em; }
#format dt { font-weight: bold; }
#format dt a { text-decoration: underline; }
#format dd { margin-bottom:1em; }

/* pagetop ------------------------------ */
#format .btn-pagetop {
	margin:2em 0px 1em;
	padding:0px;
}

#format .btn-pagetop.format-text-left {
	text-align: left;
}

#format .btn-pagetop.format-text-right {
	text-align: right;
}

/* .box ------------------------------ */
#format .box {
	padding:10px;
	margin:1.5em 0px;
}

#format .box01 {
	border:2px solid #808080;
}

#format .box02 {
	border:2px solid #4D80A8;
}

#format .box03 {
	border:2px solid #4D80A8;
	color:#15507f;
}

#format .box04 {
	border:2px solid #4D80A8;
	background: #D0DCE5;
}

/* .wrap ------------------------------ */
#format .wrap {
	margin:3em 0px;
}

#format .wrap:before, #format .wrap:after { content:""; display:table; }/* For modern browsers */
#format .wrap:after { clear:both; }
#format .wrap { zoom:1; } /* For IE 6/7 (trigger hasLayout) */



/* image ------------------------------ */
#format .img {
}

#format .img-left {
	float:left;
	padding-right:20px;
	margin-bottom:20px;
}

#format .img-right {
	float:right;
	padding-left:20px;
	margin-bottom:20px;
}

/* .wrap_list ------------------------------ */
#format .wrap_list {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#format .wrap_list:before, #format .wrap:after { content:""; display:table; }/* For modern browsers */
#format .wrap_list:after { clear:both; }
#format .wrap_list { zoom:1; } /* For IE 6/7 (trigger hasLayout) */

/* cabinet profilw------------------------------ */
.profile_list dt {float:left; clear:left; display:block; width:3em;}
.profile_list dd {margin-left:3em;}





/* #photoSet -------------------------------------------- */
#photoSet .thumbnail {
  list-style-type: none;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 560px;
}
#photoSet .thumbnail li {
  float: left;
  margin: 0 0 0 15px;
  width: 100px;
}
#photoSet .thumbnail li a {
  display: block;
  height: 100px;
  text-align: center;
  width: 100px;
}
#photoSet .thumbnail li a img {
}
#photoSet .thumbnail li.head {
  margin-left: 0;
}
#photoSet .thumbnail:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#photoSet .thumbnail {
    min-height: 1px;
}
* html #photoSet .thumbnail {
    height: 1px;
}

#header-btn form input#search-submit {
		cursor: pointer;
		width: 13px;
		height: 19px;
		overflow: hidden;
		background: url("/n2-common/images/header-search-btn.gif") #fff no-repeat left top;
		text-indent: -9999px;
		border: none;
}
.list-archives dd ul li.current {
  color:#15507f;
  font-weight: bold;
}
.list-archives-ul {
    padding: 5px 0 20px;
}
.list-archives-ul li {
    background: url("/n2-common/images/icon-arrow.png") no-repeat left 0.5em;
		_background: url("/n2-common/images/icon-arrow.gif") no-repeat left 0.5em;
    font-size: 123.1%;
    font-weight: bold;
    padding-left: 10px;
    display: inline;
}

/* 緊急情報 -------------------------------------------- */
div.emmergencyContent {
    background: #f7f6eb;
    border: 1px solid #15507f;
    color: #FF0000;
    font-size: 118%;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
}

/* 官房長官記者発表 -------------------------------------------- */
div.docStatusArea {
	text-align:right;
  padding: 0 10px 0 0;
}
div.docArea {
	border-bottom:1px dotted #333333;
  padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
#format table.pressList {
	width: 675px;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
	margin: 0 0 20px 0;
}
#format table.pressList th {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F5F5F5;
  border-color: #E3E3E3;
  border-style: solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  line-height: 120%;
  padding: 5px;
}
#format table.pressList td {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #E3E3E3;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 5px;
}
#format table.pressList th.time {
	width: 8%;
}
#format table.pressList td.movie {
	width: 15%;
}
#format table.pressList td.title ul li {
		list-style-type: none;
    background: url("/n2-common/images/icon-arrow.png") no-repeat left 0.5em;
		_background: url("/n2-common/images/icon-arrow.gif") no-repeat left 0.5em;
    padding-left: 22px;
}
#format table.pressList ul {
    margin-bottom: 0;
}
#format table.pressList ul li {
		margin-left: 0;
    padding-bottom: 0;
}
#format table.pressList td.movie p.icon {
		margin: 0;
    padding-left: 22px;
}

/* Featured Topics -------------------------------------------- */
#index-top h2 {
    padding: 5px 14px 0 14px;
}
#index-top ul#ftp_list {
    padding: 0 14px 5px 14px;
}

ul.icolistA li {
	zoom: 1;
	list-style-type: none;
	margin-left: 0;
	padding-bottom: 1em;
}
ul.icolistA li a,
#format div.wrap h3 a {
	color:#000000;
}
ul.icolistA li a:hover,
#format div.wrap h3 a:hover {
	color:#999999;
}
#format div.wrap {
	border-bottom: 1px dotted #000000;
}
#index-top .slide-nav {
  display:none;
}

#index-top ul#ftp_list {
    padding: 0 14px 5px 14px;
}
.main-body h5 {
    font-size: 123.1%;
    font-weight: bold;
}
.main-left h5 {
    border-bottom: 2px solid #D3D3D3;
    padding: 15px 15px 7px;
}
.main-body-row h5 { font-size:108%; vertical-align: bottom; }

/* styles for Static page title  -------------------------------------------- */
.ttl-red {
	margin:12px 0;
	font-size:3.5em;
	color:#15507f;	
}

/* Cabinet   -------------------------------------------- */
img.pm-photo {
	float:left;
	padding-right:15px;
}
span.pm-number {
	color:#15507f;
	font-weight:bold;
	line-height:2.5em;
}
a.pm-name {
  font-size:1.8em;
  font-weight:bold;
}

.column-list dt strong {
    display: block;
    font-size: 123.1%;
    font-weight: bold;
    padding-bottom: 1em;
    padding-left: 0;
}
.main-right .list-link li.current {
  color:#15507f;
  font-weight: bold;
}

#format ol ul li {
    list-style-type: disc;
}
#format ol.abc li {
    list-style-type: lower-alpha !important;
}

/* RSS Explain   -------------------------------------------- */
.rss-area {
	margin:20px 120px;
}
.rss-area .rss {
	background-color:#ffff99;
	width:400px;
}
.rss tr, .rss td {
	padding:10px;
	border: 1px solid #CCCCCC;
}

/* Cabinet Table   -------------------------------------------- */
#cabinet-block h5 {
  margin-bottom: 1em;
}
#cabinet-block table {
  width:340px  !important;
}

#cabinet-block table,
#cabinet-block th,
#cabinet-block td {
  border: none !important;
  /*border-collapse:collapse !important;*/
  border-collapse:separate !important;
  background: none !important;
}
#cabinet-block th,
#cabinet-block td {
  padding: 3px;
  vertical-align: top;
}
p.cabpic {
	padding: 15px 0 0 15px;
}
.noicon {
	padding-left: 22px;
	background: none;
}
#format div.wrap h3 a span img,
#format table.pressList ul li a span img,
table#table-01 td.title ul li a span img,
ul.icolistA li a span img,
ul.list-link li a span img {
    padding: 0 5px;
    vertical-align: middle;
}
.main-top p.path strong {
	font-weight: normal;
}
#header-nav dd ul li a {
	zoom:1;
}
ul#ftp_list {
	height: 1.5em;
	overflow:hidden;
	width: 891px;
}
#ftp_list li {
	height: 1.5em;
	overflow:hidden;
	width: 919px;
}
#noJS {
	margin: 5px;
}
#noJS p {
	display: block;
	font-weight: bold;
	padding: 5px;
	background: #fffde6;
	border: 1px solid #01243e;
}


/* Emergency and Disaster Information   -------------------------------------------- */

/* pagination */
.page-navi-div {
	text-align:center;
	margin-top:20px;
}

.page-navi-div a {
    margin: 0 3px;
    padding: 5px;	
}


/* SNS button */
.sns li {
	float:left;
	margin-right:20px;
}
/* == Overwrite: 24 Mar., 2015  ---------------------------------------------------- */
/* Highlights ------------------------------*/
#index-wrapper-2clmn {
  width:718px;
  float:left;
  font-size: 100%;
}
* html #index-wrapper-2clmn {
	width:716px;
}

#index-highlights {
	width:705px;
	float:left;
	background: url(/n2-common/images/index-follow-top.png) top left repeat-x;
	clear:both;
}

#index-highlights h2 {
	padding:14px 0 5px;
	margin:0 18px;	
	border-bottom:2px solid #6286a2;
}

#index-highlights dl {
	margin:18px;	
	padding-bottom:25px;
	background: url(/n2-common/images/highlights-bg.png) bottom center no-repeat;
}

#index-highlights dt {
	float:left;	
	width:195px;
	padding-left:5px;
	clear:both;
}

#index-highlights dd {
	margin:0 0 10px 200px;
	width:440px;
	padding-right:5px;
}

#index-highlights dd a {
	display:block;
}

.item-banner-large li {
	float:left;
}

.pr14px {
	padding-right:12px;	
}

#index-policy {
	padding-top:4px;	
}

* html #index-left, * html #index-center {
	width:358px;	
}

#index-highlights dd a span img {
	vertical-align: middle;
	padding:0px 5px;
}

#index-left, #index-center {
	padding-top:25px;
}

#format p.clkmore {
	color: #369;
	cursor: pointer;
	font-size: 121%;
	font-weight: bold;
	text-align: right;
}
#format ul.clkul {
	display: none;
}

table.cabinetListDl {
  margin: 30px 0 15px;
  border-bottom: 2px solid #d3d3d3;
    border-collapse: separate;
    border-spacing: 0;
  width: 100%;
}
table.cabinetListDl th {
  width: 33%;
  padding: 2% 3% 2% 2%;
  border-top: 2px solid #d3d3d3;
  vertical-align: top;
  font-size: 100%;
  font-weight: bold;
}
table.cabinetListDl td {
  width: 62%;
  padding: 2% 0;
  font-weight: bold;
  font-size: 107.1%;
  border-top: 2px solid #d3d3d3;
  vertical-align: top;
}
table.cabinetListDl th a {
  background: url(/n2-common/images/icon-arrow.png) 0.3em 0.5em no-repeat;
  display: block;
  padding-left: 22px;
}
table.cabinetListDl th.bordernone,
table.cabinetListDl td.bordernone {
  border-top: none;
  padding-top: 0;
}
table.cabinetListDl td.bordernone {
  display: none;
}
table.cabinetListDl:before,
table.cabinetListDl:after {
    content:"";
    display:table;
}
table.cabinetListDl:after { clear:both; }
table.cabinetListDl {  zoom:1;}

/* == Add: 16 Dec., 2015  ---------------------------------------------------- */
/* sns list right -------------------------------------------- */
.boxBaseSNS ul ,
.boxBaseSNS ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.boxBaseSNS ul {
	margin: 1em 0;
	text-align: right;
}
.boxBaseSNS ul li {
	display: inline;
}
.boxBaseSNS ul li * {
	vertical-align: top;
}
.boxBaseSNS ul li:nth-child(2) {
	display: none;
}
.boxBaseSNS ul li.snsBtn {
	display: inline;
}

/* == Add: 8 Jul., 2016  ---------------------------------------------------- */
/* activityMovie -------------------------------------------- */
.activityMovie,
.columnMovie {
    margin-top:16px;
    margin-bottom:16px;
    text-align: center;
    width: 99%;
}