@charset "utf-8";
/*
Theme Name: Theme for J-SHIS Portal (en)
Theme URI: http://www.j-shis.bosai.go.jp/en/
Author: NIED
Author URI: http://www.bosai.go.jp/
Description: Theme for J-SHIS Portal ( English version ). Release: 2025/06/30, Add GMMs Project banar
Version: 1.2.15-en
Tags: J-SHIS
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
/*  font-family: inherit; */
    font-family: sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
  list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #055ba7;
  text-decoration: underline;
}

a.more-link {
  color: #055ba7;
  text-decoration: underline;
}

/* =Images from Twenty Ten
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 2px; /* for div.jshis-button-link */
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Structure
----------------------------------------------- */

body {
  padding: 0 2em;
}
#page {
  margin: 0 auto;
  /*
  border-left:  #b5b5b5 1px solid;
  border-right: #b5b5b5 1px solid;
  */
  max-width: 780px;
  min-width: 780px;
}
#nied-logo {
  border-bottom: #055ba7 3px solid;
  text-align: right;
}
#nied-logo img {
    margin: 5px 0;
    width: 150px;
}

.for_print {
  display: none;
}

/* Social Media Bookmarking */
div.social-media-not-single-page {
  margin-top: 2em !important;
}
ul#social-media {
  margin: 0 0 0 2px !important;
  list-style-type: none;
  clear: both;
}
ul#social-media li { 
  float: left;
  margin-left: 0;
  margin-right: 8px;
  list-style-type: none;
}

/* =Header
----------------------------------------------- */

header {
  margin-left: 0;
  margin-top:  0;
}
/* logo */
header h1 {
  padding:0;
  margin: 0;
}
header h1 a {
  display: block;
  width:  394px;
  height: 100px;
  text-indent: -9999px;
  background: url("images/J-SHIS_logo.gif") no-repeat;
  float: left;
}
header div {
  text-align: right;
  margin-right: 0;
  white-space: nowrap;
}

span#change-font-size img {
  width: 110px;
  height: 20px;
}

header div#search {
  padding-top: 16px;
}

img#sub-navigation {
  width: 329px;
  height: 34px;
  background-image: url("images/images.jpg?20120229");
  background-repeat: no-repeat;
  background-position: -673px -364px;
  border: none;
}

header div#search form,
header div#submenu ul li {
  display: inline;
}

header div#search form input#s {
  font-size: 16px;
  background-color: #f2f2f2;
  vertical-align: bottom;
}

p#search_not_found {
  margin: 3em 0;
}

/* Global Navigation */
nav#topnav {
  clear: both;
  padding-top:  2px;
  width: 780px;
}
nav#topnav ul {
  list-style-type: none;
}
nav#topnav ul li {
  display: inline;
}

nav#topnav ul li a {
  display: block;
  float: left;
  padding: 0;
  margin-right: 2px;
  height: 36px;
  width: 128px; /* 768px */
  text-indent: -9999px;
  background-image:  url("images/images.jpg?20110928");
  background-repeat: no-repeat;
}
nav#topnav ul li a#top {
  background-position: -4px -3px;
}
nav#topnav ul li a#top-active,
nav#topnav ul li a#top:hover {
  background-position: -4px -40px;
}
nav#topnav ul li a#articles {
  background-position: -135px -3px;
}
nav#topnav ul li a#articles-active,
nav#topnav ul li a#articles:hover {
  background-position: -135px -40px;
}
nav#topnav ul li a#download {
  background-position: -267px -3px;
}
nav#topnav ul li a#download-active,
nav#topnav ul li a#download:hover {
  background-position: -267px -40px;
}
nav#topnav ul li a#glossary {
  background-position: -397px -3px;
}
nav#topnav ul li a#glossary-active,
nav#topnav ul li a#glossary:hover {
  background-position: -397px -40px;
}
nav#topnav ul li a#faq {
  background-position: -527px -3px;
}
nav#topnav ul li a#faq-active,
nav#topnav ul li a#faq:hover {
  background-position: -527px -40px;
}
nav#topnav ul li a#links {
  background-position: -656px -3px;
}
nav#topnav ul li a#links-active,
nav#topnav ul li a#links:hover {
  background-position: -656px -40px;
}

nav#topnav h3 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 3px;
}

/* =Main
----------------------------------------------- */

img#middle-button {
  margin-top: 25px;
}

article {
  clear: both;
  /* padding-top: 148px; */

  padding-left: 14%;
  padding-right: 14%;

  font-size: 1.1em;
  letter-spacing: 0.1em;

  /*
  background-image: url("./images/article-header.jpg");
  background-repeat: no-repeat;
  background-position: center 24px;
  */
}

/* J-SHIS button middle size. */
article div#jshis-button-middle a {
  display: block;
  width: 128px;
  height: 60px;
  text-indent: -9999px;
  margin-top: -100px;
  background-image: url("./images/j-shis_buttons_4.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
article div#jshis-button-middle a:hover {
  background-position: -128px 0;
}

/* Pan-kuzu List */
div.breadcrumbs {
  clear: both;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 1.2em;
  padding: 0;
  padding-top: 1em;
  color: #055ba7;
  font-size: 14px;
  line-height: 1.3;
}
div.breadcrumbs a,
div.breadcrumbs a:link,
div.breadcrumbs a:visited {
  font-size: 14px;
  color: #055ba7;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
}
div.breadcrumbs a:hover {
  font-size: 14px;
  color: #055ba7;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-weight: bold;
}  


/* Article Title. */
div.title {
  position: relative;
}

/* Category icon L */
div.title a.info-category,
div.title-list a.info-category {
  position: absolute;
  top: 0px;
  left: -66px;
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  background-image: url("images/meta-info-category.gif");
  background-repeat: no-repeat;
}
div.title a.info-category-pickup,
div.title-list a.info-category-pickup {
  background-position: 0 0;
}
div.title a.info-category-study,
div.title-list a.info-category-study {
  background-position: 0 -48px;
}
div.title a.info-category-search,
div.title-list a.info-category-search {
  background-position: 0 -96px;
}
div.title a.info-category-other,
div.title-list a.info-category-other {
  background-position: 0 -144px;
}
div.title a.info-category-faq,
div.title-list a.info-category-faq {
  background-position: 0 -192px;
}
/* Print */
div.title a.print {
  position: absolute;
  top: -14px;
  right: 0;
  display: block;
  width: 114px;
  height: 64px;
  text-indent: -9999px;
  background: url("images/meta-print.gif") no-repeat;
  z-index:1;
}

div.title h2 {
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

div.title h2 a {
  color: #000;
  text-decoration: underline;
}

article ol,
article ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
article ol li {
  list-style-type: decimal;
  margin-left: 2.5em;
  line-height: 1.6;
}
article ul li {
  list-style-type: disc;
  margin-left: 2.5em;
  line-height: 1.6;
}


/* article date and category */
div.meta-info-category {
  padding-left: 68px;
  height: 16px;
  width: 1px;
  font-size: 0.8em;
  color: #999;
  background-image: url("images/category_mini_icons.gif?20110928");
  background-repeat: no-repeat;
}
div.meta-info-category-pickup {
  padding-top: 8px;
  padding-bottom: 1px;
  background-position: -1px -1px;
}
div.meta-info-category-study {
  padding-top: 6px;
  padding-bottom: 1px;
  background-position: -1px -40px;
}
div.meta-info-category-search {
  padding-top: 6px;
  padding-bottom: 1px;
  background-position: -1px -80px;
}
div.meta-info-category-news {
  padding-top: 4px;
  padding-bottom: 3px;
  background-position: 0 -120px;
}
div.meta-info-category-faq,
div.meta-info-category-other {
  padding-top: 6px;
  padding-bottom: 3px;
  background-position: 0 -158px;
}

/* div#main : Start */

div#main {
  line-height: 1.4;
}

/* font-size */
div#main {
  font-size: 0.94em;
}

div#main h4 {
  font-size: 1.19em;
  border-left: 5px solid #055ba7;
  border-bottom: 1px dashed #055ba7;
  padding: 0.2em 0.6em;
  margin: 0.6em 0;
}

div#main h5 {
  font-size: 1.06em;
  border-bottom: 2px solid #055ba7;
  padding: 0.2em 0.6em;
  margin: 0.6em 0 1em 5px;
}

div#main h6 {
  font-size: 1em;
  border-bottom: 1px dashed #055ba7;
  padding: 0.2em 0.6em;
  margin: 0.6em 0 1em 5px;
}

div#main ul {
  margin-top: 0.6em;
  margin-left: 1em;
  margin-bottom: 1em;  
}
div#main ul li {
  font-size: 0.94em;
  padding-bottom: 0.5em;
}

div#main p {
  padding: 0.4em 0;
  text-indent: 1em;
}
div#main strong {
  font-weight: bold;
}

div#main p img.alignnone {
  text-align: center;
  margin: 0 auto;
}
div#main dl {
  padding: 0 0 1em 0;
}
div#main dt {
  padding: 0.8em 0 0.4em 0;
}
div#main a {
  color: #055ba7;
  text-decoration: underline;
}
div#main a:hover {
  color: #f00;
  text-decoration: underline;
}

/* table style of article. */
div#main table {
  margin: 1em 0;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
}
div#main caption {
  font-size: 1em;
  line-height: 110%;
  padding: 5px 0;
}
div#main table th {
  padding: 5px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-size: 1em;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
div#main table td {
  padding: 5px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
  font-size: 0.88em;
  text-align: left;
}
div#main table td.aligncenter {
  text-align: center;
}
div#main table td.alignright {
  text-align: right;
}

div.jshis-button-link {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 2em;
}
div.jshis-button-link a {
  display: block;
  width: 180px;
  height: 38px;
  text-align: right;
  margin: 0 0 0 auto;
  padding: 0;
  text-indent: -9999px;
  background-image: url("./images/j-shis_buttons_4.png");
  background-repeat: no-repeat;
  background-position: -257px 0;
}
div.jshis-button-link a:hover {
  background-position: -439px 0;
}

/* div#main : End */


/* meta information of article. */
div#tags a {
  color: #055ba7;
}
div#meta-info-bottom {
  margin-top: 1.5em;
}
div#meta-info-bottom div#tags {
  clear: both;
  color: #055ba7;
  font-size: 0.8em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

div#related {
  background-color: #eeefef;
  padding-top: 0.6em;
}
div#related div#related-title {
  display: inline;
  color: #fff;
  font-size: 0.9em;
  padding: 5px 10px;
  margin-left: 0.6em;
  background-color: #585858;
}
div#related ul {
  margin: 0;
  padding: 1em;
  padding-bottom: 0.6em;
  list-style-type: none;
}
div#related ul li {
  list-style-type: none;
  color: #595858;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  padding-left: 1.4em;
}
div#related ul li a:link,
div#related ul li a:visited {
  color: #595858;
  text-decoration: none;
}
div#related ul li a:hover,
div#related ul li a:active {
  color: #055ba7;
  text-decoration: underline;
}

/*=============================================================*/
/*
2011/08/24 : Add by MSS 
*/
/* version */
div.api_version{
	font-size: 9pt;
	background-color: #FAFAFA;
	border: 1px solid #BBBBBB;
	line-height: 125%;
	margin: 0 0 1em 0;
	padding: .99em;
	overflow: auto;
}
/* sample URL */
div.api_urlprint{
	font-size: 9pt;
	background-color: #FAFAFA;
	border: 1px solid #BBBBBB;
	line-height: 125%;
	margin: 0 0 1em 0;
	padding: .99em;
	overflow: auto;
}
div.api_urlprint sup{
    vertical-align:super;
    font-size:smaller;
}
/* summary */
div.api_summary{
}
/* topic caption */
h4.api_topic_caption{
	font-weight:bold;
}
/* contents caption */
h4.api_contents_caption{
	font-size: 100%;
	padding: 0 0 0 0 !important;
}
.api_contents_caption{
    border:none !important;
    margin:0 !important;
}
.api_contents_caption a,.api_contents_caption_h7 a{
    text-decoration:none !important;
}
.api_contents_caption a:hover,.api_contents_caption_h7 a:hover{
    color:#055BA7 !important;
    text-decoration:underline !important;
}
h5.api_contents_caption{
	font-size: 100%;
	padding: 0 0 0 10px !important;
}
h6.api_contents_caption{
	font-size: 100%;
	padding: 0 0 0 20px;
}
div.api_contents_caption_h7{
	font-size: 100%;
	padding: 0 0 0 40px;
}
/* body caption */
h4.api_body_caption{
	font-size: 130%;
	font-weight: bold;
	margin: 2em 0pt 0pt -10px;
	padding: 1px 3px;
    border-left:none !important;
    border-bottom:none !important;
	border-top: 1px solid #3366CC !important;
	background-color: #E5ECF9;
}
h5.api_body_caption{
	font-size: 130%;
	font-weight: bold;
	margin: 1.5em 0pt 0pt;
	padding: 0pt 0pt 0pt 5px;
	border-left: 5px solid #42B4ED;
	border-bottom: 1px solid #42B4ED !important;
}
h6.api_body_caption{
	font-size: 130%;
	font-weight: bold;
	margin: 1.5em 0pt 0pt;
}
div.api_body_caption_h7{
	font-size: 100%;
	font-style: normal;
	font-weight:bold;
}
div.api_body_caption_h8{
	font-size: 90%;
	font-style: oblique;
}
/* table */
table.api_table{
    width:100% !important;
	border: 0;
	border-collapse: collapse;
}
table.api_table p{
       text-indent:0 !important;
}
table.api_table sup{
       vertical-align:super !important;
}
table.api_table sub{
       vertical-align:sub !important;
}
table.api_table thead tr th{
	background-color: #005AAA !important;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70% !important;
	text-transform: none;
}
table.api_table tbody tr td{
	background-color: #F2F6FD;
}
table.api_table tr td ul{
	margin: 0 0 0 2em !important;
}
.api_tbl_center{
	text-align: center;
}
/* JSON */
div.api_jsonprint{
	font-size: 0.9em;
	border: 1px solid #BBBBBB;
	padding: 5pt;
}
/* XML */
div.api_xmlprint{
	font-size: 0.9em;
	border: 1px solid #BBBBBB;
	padding: 5pt;
}
/*=============================================================*/



/* =List Page
----------------------------------------------- */

article section {
  margin-bottom: 2em;
}

/* Print */
article div#print-list {
  position: relative;
}
article div#print-list a.print {
  position: absolute;
  top: -40px;
  right: -6px;
  display: block;
  width: 114px;
  height: 64px;
  text-indent: -9999px;
  background: url("images/meta-print.gif") no-repeat;
  z-index:1;
}

article div#print-list a.print-single {
  position: absolute;
  top: -16px;
  right: -70px;
  display: block;
  width: 114px;
  height: 64px;
  text-indent: -9999px;
  background: url("images/meta-print.gif") no-repeat;
  z-index:1;
}

article section div.title-list {
  position: relative;
}
div.title-list h2 {
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 0.6em;
  letter-spacing: 0.1em;
  max-width: 86%;
  line-height: 1.4;
  text-align: left;
}
div.title-list h2 a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
div.title-list h2 a:hover {
  color: #055ba7;
  text-decoration: underline;
}

article section div.main {
  position: relative;
  padding-right: 80px;
  font-size: 0.9em;
  line-height: 1.4;
}

/* dificulty */
article section div.main a.dificulty {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 52px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url("images/meta-difficulty.gif");
  z-index:1;
  cursor: default
}
article section div.main a.dificulty1 {
  background-position: 0 -105px;
  cursor: default
}
article section div.main a.dificulty2 {
  background-position: 0 -53px;
  cursor: default
}
article section div.main a.dificulty3 {
  background-position: 0 0;
  cursor: default
}
article section div.main a.dificulty0 {
  background-image: none;
  cursor: default
}


/* =Top Page
----------------------------------------------- */

/** 2011/09/28 added. */
img#top-main-image {
  margin: 0;
  padding: 0;
  width: 780px;
  height: 230px;
  
  margin-top: 12px;
  margin-bottom: 16px;

  background-image: url('images/top-main-image.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}

#left-side {
  float: left;
  width: 530px;
  padding-bottom: 2em;
  margin-left: 17px; /** 2011/09/28 Added */
}

/* Top tabs */
.tabs { 
	list-style-type:none !important; 
	margin:0; 
  /** 2011/09/28
	margin-top: 200px; */
	padding:0;
	height:30px;
	width: 460px;
}

/* single tab */
.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image:none !important; 
}

.tabs a {
  display: block;
  font-size: 1em;
  width:  90px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  margin:  0;
  position: relative;
  top: 2px;
  background-image:  url("images/images.jpg?20110928");
  background-repeat: no-repeat;
}

.tabs a:active {
	outline:none;		
}

.tabs a#tab-new    {
  background-position:   -5px -119px; }
.tabs a#tab-search {
  background-position:  -97px -119px; }
.tabs a#tab-study  {
  background-position: -189px -119px; }
.tabs a#tab-pickup {
  background-position: -281px -119px; }
.tabs a#tab-news   {
  background-position: -373px -119px; }

.tabs a#tab-new.current {
  background-position:   -5px  -84px; }
.tabs a#tab-search.current {
  background-position:  -97px  -84px; }
.tabs a#tab-study.current {
  background-position: -189px  -84px; }
.tabs a#tab-pickup.current {
  background-position: -282px  -84px; }
.tabs a#tab-news.current {
  background-position: -375px  -84px; }

 /* tab styling */
 .panes div.pane {
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 40px;
  border-top: 2px solid #83aed4;
  font-size:14px;
  background-color:#fff;
  padding-top: 2em;
  padding-left: 0;
 }

 .panes div ul.titles {
   list-style-type: none;
   margin-left: 0;
 }
 .panes div ul.titles li.title {
   list-style-type: none;
   padding-right: 1em;
   padding-bottom: 1em;
   line-height: 175%;
   margin-left: 0;
   vertical-align: bottom;
 }

 .panes div ul.titles li.title a,
 .panes div ul.titles li.title a:link,
 .panes div ul.titles li.title a:visited {
   color: #000;
   text-decoration: none;
 }
 .panes div ul.titles li.title a:hover {
   color: #055ba7;
   text-decoration: underline;
 }

 .panes div ul.titles li.title span.arrow-red {
   font-size: 16px;
   padding-right: 13px;
   margin-right: 0;
 /*
   background-image: url("images/images.jpg?20110928");
   background-repeat: no-repeat;
   background-position: -134px -411px;
 */
 }
 .panes div ul.titles li.title span.title-date {
   color: #666;
   margin-right: 24px;
   font-size: 0.9em;
 }
 .panes div ul.titles li.title span.title-icon {
   padding-right: 46px;
   margin-right: 0;
   background-color: #fff;
 }

 .panes div ul.titles li.title span.cat-icon {
   padding-left: 0.4em;
   padding-right: 0.6em;
 }
 .panes div ul.titles li.title span.cat-icon img {
   height: auto;
 }

 .panes div ul.titles li.title span.top-arrow-red {
   padding-right: 0.4em;
 }
 .panes div ul.titles li.title span.top-arrow-red img {
   height: auto;
 }

/* Top tabs = End */

div#right-side {
  float: left;
  width: 230px;
}

ul#side-menu {
  padding-left: 20px;
  margin-right: 5px;
}

ul#side-menu li#side-menu-title-search,
ul#side-menu li#side-menu-title-study,
ul#side-menu li#side-menu-title-project {
  margin-bottom: 1em;
}

ul#side-menu li#side-menu-title-search  h3,
ul#side-menu li#side-menu-title-study   h3,
ul#side-menu li#side-menu-title-project h3 {
  width: 260px;
  height: 50px;
  text-indent: -9999px;
  background-image: url("images/images.jpg?20110928");
  background-repeat: no-repeat;
}
ul#side-menu li#side-menu-title-search h3 {
  background-position: -500px -160px; }
ul#side-menu li#side-menu-title-study h3 {
  background-position: -500px -216px; }
ul#side-menu li#side-menu-title-project h3 {
  background-position: -500px -272px; }

ul#side-menu li ul li a,
ul#side-menu li ul li a:link,
ul#side-menu li ul li a:visited,
ul#side-menu li ul li a:hover {
  color: #000;
  text-decoration: none;
  font-size: 0.75em;
  letter-spacing: 0.9px;
}
ul#side-menu li ul li a:hover {
  color: #055ba7;
  text-decoration: underline;
}

ul#side-menu li#side-menu-title-search ul#side-menu-search li,
ul#side-menu li#side-menu-title-study ul#side-menu-study li,
ul#side-menu li#side-menu-title-project ul#side-menu-project li {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left:  4px;
  margin-right: 4px;
  padding: 4px 4px;
  list-style-type: none;
}
ul#side-menu li#side-menu-title-search ul#side-menu-search li {
  border-bottom: 1px solid #b2abca;
}
ul#side-menu li#side-menu-title-study ul#side-menu-study li {
  border-bottom: 1px solid #a5c9b8;
}
ul#side-menu li#side-menu-title-project ul#side-menu-project li {
  border-bottom: 1px solid #b2daf8;
}

ul#side-menu li ul li span.arrow-purple {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 1px;
  /*
  background-image: url("images/images.jpg?20110928");
  background-repeat: no-repeat;
  background-position: -134px -428px;
  */
}

ul#side-menu li ul li span.arrow-green {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 1px;
  /*
  background-image: url("images/images.jpg?20110928");
  background-repeat: no-repeat;
  background-position: -134px -445px;
  */
}

ul#side-menu li ul li span.arrow-blue {
  font-size: 16px;
  padding-right: 10px;
  margin-right: 1px;
  /*
  background-image: url("images/images.jpg?20110928");
  background-repeat: no-repeat;
  background-position: -134px -461px;
  */
}

 ul#side-menu li ul li span.top-arrow-purple,
 ul#side-menu li ul li span.top-arrow-green,
 ul#side-menu li ul li span.top-arrow-blue {
   padding-right: 0.4em;
 }
 ul#side-menu li ul li span.top-arrow-purple img,
 ul#side-menu li ul li span.top-arrow-green img,
 ul#side-menu li ul li span.top-arrow-blue img {
   height: 0.75em;
 }

div#right-side iframe {
  width:  270px;
  height: 240px;
  float: right;
  margin-top:    1em;
  margin-bottom: 2em;
}

div#intl-nz {
  font-size: 12px;
  //text-align: center;
  font-weight: bold;
}

div#intl-nz a:link,
div#intl-nz a:visited{
  display: block;
  width: 208px;
  padding: 10px 0 8px 0;
  margin: 10px 0;
  border: 1px solid #c90015;
  letter-spacing: 1.5px;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

div#intl-nz a:hover {
  color: #fff;
  background-color: #c90015;
  border: 1px solid #c90015;
}

div#intl-nz a span {
  display: block;
  margin: 0 20px 0 20px;
  white-space: pre-wrap;
}

div#external-links {
  font-size: 12px;
  text-align: center;
}

div#external-links a:link,
div#external-links a:visited {
  display: block;
  white-space: nowrap;
  width: 208px;
  padding: 10px 0 8px 0;
  margin: 10px 0;
  border: 1px solid #999;
  letter-spacing: 2px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

div#external-links a:hover,
div#meetings ul li a:active,
div#meetings ul li a:focus {
  color: #fff;
  background-color: #055ba7;
  border: 1px solid #78c4e8;
}

/* =Glossary Page
----------------------------------------------- */
dl.glossary {
}
dl.glossary dt {
  font-size: 1.06em;
  border-bottom: 2px solid #055ba7;
  padding: 0.5em;
  padding-bottom: 0.3em;
  margin: 2em 0 1em 0;
}
dl.glossary dd {
  font-size: 0.94em;
  padding-left: 1.5em;
  padding-right: 1em;
  line-height: 1.6;
}
dl.glossary dd ul {
  margin-top: 1em;
  list-style-image: url('images/arrow.gif');
  line-height: 2;
}
dl.glossary dd ul li {
  font-size: 0.88em;
  margin-left: 2em;
}

/* =Error Page
----------------------------------------------- */
div.title_when_error {
  margin: 4em 0;
}
div#main_when_error {
  margin: 3em 0 6em 0;
}
a#error_top_links,
a#error_top_links:link,
a#error_top_links:visited,
a#error_top_links:hover {
  color: #055ba7;
  text-decoration: underline;
}


/* =Article List.
----------------------------------------------- */

ul#article-list {
  list-style: disc;
  margin-left: 2em;
}
ul#article-list li {
  margin-bottom: 0.8em;
  line-height: 1.2;
}
ul#article-list li a,
ul#article-list li a:link,
ul#article-list li a:visited {
  color: #055ba7;
  text-decoration: underline;
}
ul#article-list li a:hover {
  color: #f00;
  text-decoration: underline;
}

/* =wp_social_bookmarking_light
----------------------------------------------- */
.wp_social_bookmarking_light {
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.6em;
}
.wp_social_bookmarking_light div {
  margin: 0;
  padding: 0;
}



/* =Default style for WP-PageNavi plugin
----------------------------------------------- */
.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* =Footer
----------------------------------------------- */
footer {
  clear: both;
}

div#footerlink {
  width: 100%;
  margin-top: 1em;
  border-top:#055ba7 3px solid;
  padding-top: 1.4em;
  text-align: center;
}

div#footerlink a {
  white-space: nowrap;
  display: inline;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  margin-left: 1px;
  border-left: 1px solid #ccc;
  padding-left: 6px;
  padding-bottom: 2px;
}
div#footerlink a.footernavfirst {
  border-left: none;
}

div#footerlink a,
div#footerlink a:visited,
div#footerlink a:link {
  color: #888;
  text-decoration: underline;
  font-size: 0.78em;
}
div#footerlink a:hover {
  color: #444;
  text-decoration: none;
}

footer div#nied-logo,
footer div#copyright {
  margin: 0.6em;
  text-align: center;
  font-size: 0.9em;
  color: #999;
}

/* =Tag Cloud ( included in footer.php )
----------------------------------------------- */

div#tag_cloud {
  clear: both;
  margin: 0 auto;
  padding: 0;
  padding-top: 2em;
  width: 80%;
  text-align: justify;
  text-justify: inter-ideograph;
}

div#tag_cloud a.tag_cloud_tag {
  color: #86a4d5;
  font-size: 0.88em;
  padding-right: 0.75em;
  line-height: 1.8;
}

div#tag_cloud a.tag_cloud_normal {
  color: #86a4d5;
  text-decoration: none;
}
div#tag_cloud a.tag_cloud_thick {
  color: #1156a4;
  text-decoration: none;
}
div#tag_cloud a.tag_cloud_thin {
  color: #cbdaf0;
  text-decoration: none;
}
div#tag_cloud a:hover,
div#tag_cloud a:active {
  text-decoration: underline;
}

/* international page */
div.international p.intl {
  font-weight: bold !important;
  border-bottom: 2px solid #055ba7 !important;
  padding: 2em 0.2em 0.2em 0.2em !important;
  padding-left: 0 !important;
  margin: 0.6em 0 !important;
  letter-spacing: 2px !important;
  text-indent: 0.4em !important;
  clear: left;
}

div.intl_linklogo {
  margin-top: 12px;
  float: left;
}

div#intl_linklogo_cjk {
  width:  127px;
  height: 99px;
}

div#intl_linklogo_tem {
  width:  110px;
  height: 99px;
}

div#intl_linklogo_gem {
  width:  136px;
  height: 99px;
  margin-top: 30px
}

div.intl_linkbox {
  float: left;
  margin-top: 4px !important;
  font-size: small !important;
  width:  380px !important;
  height: 99px !important;
  padding-left: 1.5em !important;
  border-left: 1px dotted #999 !important;
  margin-left: 1.5em !important;
  text-indent: 0 !important;
}
div.intl_linkbox_nz {
  margin-top: 4px !important;
  font-size: small !important;
  width:  380px !important;
  height: 99px !important;
  padding-left: 1.5em !important;
  border: none !important;
  margin-left: 1.5em !important;
  text-indent: 0 !important;
}
div#intl_linklinkbox_cjk {
}

div#intl_linklinkbox_tem {
}

div#intl_linklinkbox_gem {
}

p.intl_description,
div.international div.intl_linkbox > p {
  text-indent: 0em !important;
}

div.international p.intl_description {
  padding-top: 16px !important;
}

/* international page */

/* mod for syntaxhighlighter */
.syntaxhighlighter {
  box-sizing: border-box;
}

div.side-box{
  margin-top:10px;
  margin-right:20px;
  margin-bottom: 0;
  border: 1px solid #0053af;
  font-size: 0.75em;
  background-image: url("images/top-side-button.gif");
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

.side-box h3{
  height: 26px;
  padding-top: 12px;
  padding-left: 32px;
  color: #06A;
  font-size: 1.2em;
}

div.side-box h3 a:link,
div.side-box h3 a:visited {
  color: #06A;
  text-decoration: none;
}

div.side-box h3 a:hover {
  color: #06A;
  text-decoration: underline;
}

