@charset "utf-8";
@import "import/reset.css";
@import "import/util.css";
@import "import/font.css";
body {
}
body div {
  margin: 0 auto;
  text-align: left;
}
.page {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
/* anchor */
a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  color: #356bb9;
  text-decoration: underline;
  transition: color .5s;
}
a:visited {
}
a:hover {
  color: #0000ff;
  background-position: bottom right;
  text-decoration: none;
}
a img.ovr {
  transition: opacity .5s;
}
a:hover img.ovr {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a:active {
}
/* pagenation */
.pagination {
  clear: both;
  padding: 60px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #333; /* 文字色 */
  background: #fff; /* 背景色 */
}
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  transition: background .5s;
  color: #333; /* 文字色 */
  background: #CCC; /* 背景色 */
}
.pagination a:hover {
  color: #fff; /* マウスホバー時の文字色 */
  background: #356bb9; /* マウスホバー時の背景色 */
}
.pagination .current {
  padding: 10px 15px 10px 15px;
  color: #fff; /* 現在のページの文字色 */
  background: #356bb9; /* 現在のページの背景色 */
}
/* heading */
.siteTitle {
/*dont use <h1> selector*/
}
.contentTitle {
/*dont use <h2> selector*/
}
/* cap */
.cap, .caption {
 background: none;
  color: #666666;
  font-size: 12px;
  line-height: 15px;
}
.cap {
  padding-top: 5px;
}
/* pagetop */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
/* gHeader */
body #gHeader {
  width: 960px;
  height: 104px;
  position: relative;
}
body #gHeader h1 {
  position: absolute;
  top: 25px;
  left: 0;
}
body #gHeader h2 {
  position: absolute;
  top: 33px;
  left: 385px;
}
body #gHeader h2 span {
  font-size: 11px;
}
body #gHeader #pNav {
  position: absolute;
  top: 15px;
  right: 0;
}
body #gHeader #pNav ul li {
  float: left;
  font-size: 10px;
}
body #gHeader #pNav ul li a {
  display: block;
  background: url(../imgs/lnk_arrow.gif) no-repeat left center;
  padding-left: 15px;
  margin-left: 15px;
}
body #gHeader #search {
  position: absolute;
  top: 52px;
  right: 0;
}
body #gHeader #search .s {
  border: 1px solid #D6D6D6;
  margin: 0;
  height: 25px;
  width: 180px;
  vertical-align: middle;
}
body #gHeader #search .searchsubmit {
  border: 1px solid #999;
  background: #999;
  padding: 4px 20px;
  color: #FFFFFF;
  font-size: 0.9em;
  vertical-align: middle;
  cursor: pointer;
}
body #gNav {
  width: 100%;
  height: 80px;
  background-color: #356bb9;
}
body #gNav ul {
  margin: 0 auto;
  padding-left: 1px;
  width: 959px;
  height: 80px;
  background: url(../imgs/gNav_k.png) no-repeat left center;
}
body #gNav ul li {
  float: left;
  display: block;
  position: relative;
  margin-right: 1px;
}
body #gNav ul li.nav01 a {
  display: block;
  background: url(../imgs/gNav01.gif) no-repeat left top;
  transition: background .5s;
}
body #gNav ul li.nav01 a:hover {
  background: url(../imgs/gNav01_ov.gif) no-repeat left top;
}
body #workshop #gNav ul li.nav01 a {
  display: block;
  background: url(../imgs/gNav01_ov.gif) no-repeat left top;
}
body #gNav ul li.nav02 a {
  display: block;
  background: url(../imgs/gNav02.gif) no-repeat left top;
  transition: background .5s;
}
body #gNav ul li.nav02 a:hover {
  background: url(../imgs/gNav02_ov.gif) no-repeat left top;
}
body #publication #gNav ul li.nav02 a {
  display: block;
  background: url(../imgs/gNav02_ov.gif) no-repeat left top;
}
body #gNav ul li.nav03 a {
  display: block;
  background: url(../imgs/gNav03.gif) no-repeat left top;
  transition: background .5s;
}
body #gNav ul li.nav03 a:hover {
  background: url(../imgs/gNav03_ov.gif) no-repeat left top;
}
body #evaluation #gNav ul li.nav03 a {
  display: block;
  background: url(../imgs/gNav03_ov.gif) no-repeat left top;
}
body #gNav ul li.nav04 a {
  display: block;
  background: url(../imgs/gNav04.gif) no-repeat left top;
  transition: background .5s;
}
body #gNav ul li.nav04 a:hover {
  background: url(../imgs/gNav04_ov.gif) no-repeat left top;
}
body #research #gNav ul li.nav04 a {
  display: block;
  background: url(../imgs/gNav04_ov.gif) no-repeat left top;
}
body #gNav ul li.nav05 a {
  display: block;
  background: url(../imgs/gNav05.gif) no-repeat left top;
  transition: background .5s;
}
body #gNav ul li.nav05 a:hover {
  background: url(../imgs/gNav05_ov.gif) no-repeat left top;
}
body #seismic #gNav ul li.nav05 a {
  display: block;
  background: url(../imgs/gNav05_ov.gif) no-repeat left top;
}
body #gNav ul li.nav06 a {
  display: block;
  background: url(../imgs/gNav06.gif) no-repeat left top;
  transition: background .5s;
}
body #gNav ul li.nav06 a:hover {
  background: url(../imgs/gNav06_ov.gif) no-repeat left top;
}
body #disaster #gNav ul li.nav06 a {
  display: block;
  background: url(../imgs/gNav06_ov.gif) no-repeat left top;
}
body #gNav ul li.nav01 .Wrap {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
  background: rgba(10,19,110,1);
}
body #gNav ul li.nav03 .Wrap {
  position: absolute;
  top: 80px;
  left: -160px;
  z-index: 100;
  overflow: hidden;
  display: none;
  background: rgba(107,15,19,1);
}
body #gNav ul li.nav04 .Wrap {
  position: absolute;
  top: 80px;
  left: -320px;
  z-index: 100;
  overflow: hidden;
  display: none;
  background: rgba(81,25,106,1);
}
body #gNav ul li.nav02 .Wrap {
  position: absolute;
  top: 80px;
  left: -479px;
  z-index: 100;
  overflow: hidden;
  display: none;
  background: rgba(18,89,19,1);
}
body #gNav ul li.nav01 .Wrap .wrapInner {
  margin: 20px;
	padding: 20px;
  width: 878px;
	color: #FFF;
}
body #gNav ul li.nav02 .Wrap .wrapInner {
  margin: 20px;
	padding: 20px;
  width: 878px;
	color: #FFF;
}
body #gNav ul li.nav03 .Wrap .wrapInner {
  margin: 20px;
	padding: 20px;
  width: 878px;
	color: #FFF;
}
body #gNav ul li.nav04 .Wrap .wrapInner {
  margin: 20px;
	padding: 20px;
  width: 878px;
	color: #FFF;
}
body #gNav ul li .Wrap .wrapInner ul {
  margin: 0 auto;
  padding-left: 0px;
  width: inherit;
  height: inherit;
  background: none;
}
body #gNav ul li .Wrap .wrapInner ul li {
  float: none;
  display: block;
  position: inherit;
  margin-right: 0px;
	margin-bottom: 1em;
}
body #gNav ul li.nav01 .Wrap .wrapInner .w279,
body #gNav ul li.nav02 .Wrap .wrapInner .w279,
body #gNav ul li.nav03 .Wrap .wrapInner .w279,
body #gNav ul li.nav04 .Wrap .wrapInner .w279 {
	width: 279px;
	float: left;
	margin-right: 40px;
}
body #gNav ul li.nav01 .Wrap .wrapInner .w259,
body #gNav ul li.nav02 .Wrap .wrapInner .w259,
body #gNav ul li.nav03 .Wrap .wrapInner .w259,
body #gNav ul li.nav04 .Wrap .wrapInner .w259 {
	width: 259px;
	float: left;
}
body #gNav ul li.nav01 .Wrap .wrapInner h2 a,
body #gNav ul li.nav02 .Wrap .wrapInner h2 a,
body #gNav ul li.nav03 .Wrap .wrapInner h2 a,
body #gNav ul li.nav04 .Wrap .wrapInner h2 a {
  background: none!important;
	color: #FFF;
}
body #gNav ul li.nav01 .Wrap .wrapInner a:hover,
body #gNav ul li.nav02 .Wrap .wrapInner a:hover,
body #gNav ul li.nav03 .Wrap .wrapInner a:hover,
body #gNav ul li.nav04 .Wrap .wrapInner a:hover {
  background: none;
	color: #FFF;
}
body #gNav ul li.nav01 .Wrap .wrapInner p.btn {
	text-align: center;
}
body #gNav ul li.nav01 .Wrap .wrapInner p.btn a {
	padding: 5px!important;
	background: #FFF url(../../imgs/index/dNav_arrow_blue.png) no-repeat 15px center!important;
	color: rgba(10,19,110,1)!important;
	text-decoration: none!important;
}
body #gNav ul li.nav01 .Wrap .wrapInner p.btn a:hover {
	background-color: #8288b3!important;
}
body #gNav ul li.nav01 .Wrap .wrapInner ul li a,
body #gNav ul li.nav02 .Wrap .wrapInner ul li a,
body #gNav ul li.nav03 .Wrap .wrapInner ul li a,
body #gNav ul li.nav04 .Wrap .wrapInner ul li a {
	padding-left: 13px;
	background: url(../../imgs/index/dNav_arrow.png) no-repeat left 9px!important;
	color: #FFF;
}
body #gNav ul li.nav01 .Wrap .wrapInner ul li a:hover,
body #gNav ul li.nav02 .Wrap .wrapInner ul li a:hover,
body #gNav ul li.nav03 .Wrap .wrapInner ul li a:hover,
body #gNav ul li.nav04 .Wrap .wrapInner ul li a:hover {
	background: url(../../imgs/index/dNav_arrow.png) no-repeat left 9px!important;
}
body #gNav ul li.nav01 .Wrap .wrapInner h2,
body #gNav ul li.nav02 .Wrap .wrapInner h2,
body #gNav ul li.nav03 .Wrap .wrapInner h2,
body #gNav ul li.nav04 .Wrap .wrapInner h2 {
	font-size: 18px;
	margin-bottom: 1em;
}
body #gNav ul li.nav01 .Wrap .wrapInner h3,
body #gNav ul li.nav02 .Wrap .wrapInner h3,
body #gNav ul li.nav03 .Wrap .wrapInner h3,
body #gNav ul li.nav04 .Wrap .wrapInner h3 {
	border-left: #FFF solid 3px;
	padding-left: 12px;
	margin-bottom: 1em;
}
/* mainVisual */
body #mainVisual {
  position: relative;
  margin-bottom: 50px;
}
body #mainVisual .picture {
  text-align: center;
}
body #mainVisual .picture img {
  width: 100%;
  min-width: 1000px;
  max-width: 1800px;
  z-index: 0;
}
body #mainVisual .section {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 960px;
  text-align: center;
  z-index: 1;
}
body #seismic #mainVisual, body #seismic-2 #mainVisual {
  position: relative;
  margin-bottom: 0px;
}
body #seismic #mainVisual .section, body #seismic-2 #mainVisual .section {
  position: absolute;
  top: 40%;
  bottom: 0;
  margin: auto;
  width: 960px;
  text-align: center;
  z-index: 1;
}
body #disaster #mainVisual {
  position: relative;
  margin-bottom: 0px;
}
body #disaster #mainVisual .section {
  position: absolute;
  top: 40%;
  bottom: 0;
  margin: auto;
  width: 960px;
  text-align: center;
  z-index: 1;
}
/* breadcrumb */
body #breadcrumb {
  width: 960px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
body #breadcrumb ul li {
  float: left;
  display: block;
  font-size: 13px;
  margin-right: 3px;
}
/* container */
body #container {
  width: 960px;
  margin-bottom: 100px;
}
/* mainContent */
body #mainContent {
  float: left;
  width: 695px;
  margin-right: 40px;
}
body #mainContent h1 {
  font-size: 2em;
  margin: .67em 0;
}
body #mainContent h2.title, body #mainContent h3.title {
  font-size: 24px;
  margin-bottom: 40px;
  padding: 25px 30px;
  background: #f8f8f8 url(../imgs/h3_line.gif) no-repeat center bottom;
  border: #e6e6e6 solid 1px;
}
body #mainContent h4.title {
  padding: 10px 15px;
  font-size: 16px;
  border-left: #356bb9 solid 5px;
  font-weight: bold;
  margin-bottom: 30px;
  background-color: #f8f8f8;
}
body #mainContent h5.title {
  padding: 5px 10px;
  font-weight: bold;
  background-color: #eef5ff;
  margin-bottom: 1em;
  clear: both;
}
body #mainContent p {
  line-height: 1.8;
  margin-bottom: 1em;
}
body #mainContent p.bottom_lnk a {
  background: url(../imgs/blue_arrow.png) no-repeat left center;
  padding: 13px 0 13px 20px;
}
body #mainContent ul, body #mainContent dl {
  margin-left: 20px;
  margin-bottom: 1em;
}
body #mainContent ul#sitemap_list {
  margin-left: 0px;
}
body #mainContent ol {
  margin-left: 30px;
  margin-bottom: 1em;
}
body #mainContent ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
}
body #mainContent ol li:last-child {
  margin-bottom: 0;
}
body #mainContent ul li {
  list-style-type: disc;
}
body #mainContent ul#sitemap_list li {
  list-style-type: none;
}
body #mainContent ul.circle {
  margin-left: 20px;
  margin-bottom: 0;
}
body #mainContent ul.circle li {
  list-style: circle;
  margin-bottom: 1em;
}
body #mainContent ul.disc {
  margin-left: 20px;
  margin-bottom: 0;
}
body #mainContent ul.disc li {
  list-style: disc;
  margin-bottom: 1em;
}
body #mainContent ul.circle li ul.disc li {
  list-style: disc;
  margin-bottom: 0;
}
body #mainContent ul.topics {
  border: 5px solid #92b9f1;
  background-color: #356bb9;
  margin-left: 0;
  padding: 25px 25px 15px;
}
body #mainContent ul.topics li {
  list-style: none;
  padding: 0 0 15px 20px;
  background: url(../imgs/white_arrow.png) no-repeat left 3px;
  color: #FFF;
}
body #mainContent ul.topics li a {
  color: #FFF;
}
body #mainContent dl.news {
  border-bottom: 1px dotted #d8d8d8;
  margin-left: 0;
}
body #mainContent dl.news dt {
  float: left;
  width: 11em;
  padding: 13px 0;
  border-top: 1px dotted #d8d8d8;
}
body #mainContent dl.news dd {
  margin-left: 11em;
  padding: 13px 0 13px 20px;
  border-top: 1px dotted #d8d8d8;
  background: url(../imgs/blue_arrow.png) no-repeat left 16px;
}
body #mainContent ul.conLnk {
  margin-right: -25px;
  margin-bottom: -20px;
  margin-left: 0;
}
body #mainContent ul.conLnk li {
  float: left;
  display: block;
  width: 335px;
  margin-right: 25px;
  margin-bottom: 20px;
}
body #mainContent ul.conLnk li a {
  display: table-cell;
  vertical-align: middle;
  width: 285px;
  height: 70px;
  padding-left: 38px;
  padding-right: 15px;
  background: #F8F8F8 url(../imgs/blue_arrow.png) no-repeat 15px center;
  text-decoration: none;
  font-weight: bold;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #bfbfbf inset;
  -moz-box-shadow: 0px 0px 10px 0px #bfbfbf inset;
  -webkit-box-shadow: 0px 0px 10px 0px #bfbfbf inset;
  /* border-radius */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: background-color .5s;
}
body #mainContent ul.conLnk li a:hover {
  background: #c8deff url(../imgs/blue_arrow.png) no-repeat 15px center;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #719ddb inset;
  -moz-box-shadow: 0px 0px 10px 0px #719ddb inset;
  -webkit-box-shadow: 0px 0px 10px 0px #719ddb inset;
}
body #mainContent ul.flow li {
  float: left;
  display: block;
  margin-right: 5px;
}
body #mainContent ul.flow li:last-child {
  margin-right: 0;
}
body #mainContent ul.flow li strong {
  display: table-cell;
  vertical-align: middle;
  width: 25px;
  height: 200px;
  font-weight: normal;
  padding-left: 21px;
  padding-right: 10px;
  line-height: 1;
  background-color: #ffffe0;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #bfbfbf inset;
  -moz-box-shadow: 0px 0px 10px 0px #bfbfbf inset;
  -webkit-box-shadow: 0px 0px 10px 0px #bfbfbf inset;
  /* border-radius */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
body #mainContent ul.flow li em {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
  color: #356bb9;
  width: 20px;
  height: 200px;
  padding-left: 10px;
  padding-right: 5px;
}
body #mainContent dl.ques {
  margin-left: 0;
  margin-bottom: 0;
  color: #356bb9;
}
body #mainContent dl.ques dt {
  float: left;
  width: 4em;
  font-weight: bold;
  padding: 5px 0;
}
body #mainContent dl.ques dd {
  margin-left: 4em;
  padding: 5px 0;
  font-weight: bold;
}
body #mainContent dl.ans {
  margin-left: 0;
  border-bottom: 1px dotted #d8d8d8;
}
body #mainContent dl.ans dt {
  float: left;
  width: 4em;
  padding: 5px 0;
  color: #dc143c;
  font-weight: bold;
}
body #mainContent dl.ans dd {
  margin-left: 4em;
  padding: 5px 0 20px;
}
body #mainContent table {
  width: 100%;
}
body #mainContent table th {
  border: #CCC solid 1px;
  padding: 20px;
  background-color: #356bb9;
  color: #FFF;
}
body #mainContent table td {
  border: #CCC solid 1px;
  padding: 10px;
}
body #mainContent table.link td {
  border: none;
  padding: 10px;
}
body #mainContent table.link td a {
  background: url(../imgs/blue_arrow.png) no-repeat left center;
  padding-left: 25px;
}
body #mainContent table.ctable {
  margin-bottom: 20px;
}
body #mainContent table.ctable tr:nth-child(even) {
  background-color: #F8F8F8;
}
body #mainContent table.ctable td.idx {
  text-align: center;
}
body #mainContent table.ctable td.ttl {
}
body #mainContent table.ctable td.lnk {
  text-align: center;
  white-space: nowrap;
}
body #mainContent table.ctable td.desc {
  white-space: nowrap;
}
body #mainContent .box {
  padding: 20px;
  border: #CCC solid 1px;
}
/* workshop */
body #workshop #mainContent h3.title {
  background: #f8f8f8 url(../../imgs/workshop/h3_line.gif) no-repeat center bottom;
}
body #workshop #mainContent h4.title {
  border-left: #20379a solid 5px;
}
body #workshop #mainContent dl.ques {
  color: #20379a;
}
body #workshop #mainContent ul.conLnk li a {
  color: #20379a;
  background: #F8F8F8 url(../../imgs/workshop/conLnk_arrow.png) no-repeat 15px center;
}
body #workshop #mainContent ul.conLnk li a:hover {
  background: #c7d1ff url(../../imgs/workshop/conLnk_arrow.png) no-repeat 15px center;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #7285db inset;
  -moz-box-shadow: 0px 0px 10px 0px #7285db inset;
  -webkit-box-shadow: 0px 0px 10px 0px #7285db inset;
}
body #workshop #mainContent table th {
  background-color: #20379a;
}
/* publication */
body #publication #mainContent h3.title {
  background: #f8f8f8 url(../../imgs/publication/h3_line.gif) no-repeat center bottom;
}
body #publication #mainContent h4.title {
  border-left: #2a7b3b solid 5px;
}
body #publication #mainContent h5.title {
  background-color: #d2f4d9;
}
body #publication #mainContent dl.ques {
  color: #228b22;
}
body #publication #mainContent ul.conLnk li a {
  color: #2a7b3b;
  background: #F8F8F8 url(../../imgs/publication/conLnk_arrow.png) no-repeat 15px center;
}
body #publication #mainContent ul.conLnk li a:hover {
  background: #d2f4d9 url(../../imgs/publication/conLnk_arrow.png) no-repeat 15px center;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #8cbf97 inset;
  -moz-box-shadow: 0px 0px 10px 0px #8cbf97 inset;
  -webkit-box-shadow: 0px 0px 10px 0px #8cbf97 inset;
}
body #publication #mainContent table th {
  background-color: #2a7b3b;
}
/* evaluation */
body #evaluation #mainContent h3.title {
  background: #f8f8f8 url(../../imgs/evaluation/h3_line.gif) no-repeat center bottom;
}
body #evaluation #mainContent h4.title {
  border-left: #943d45 solid 5px;
}
body #evaluation #mainContent h5.title {
  background-color: #f4d2d6;
}
body #evaluation #mainContent ul.conLnk li a {
  color: #943d45;
  background: #F8F8F8 url(../../imgs/evaluation/conLnk_arrow.png) no-repeat 15px center;
}
body #evaluation #mainContent ul.conLnk li a:hover {
  background: #f4d2d6 url(../../imgs/evaluation/conLnk_arrow.png) no-repeat 15px center;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #cf757e inset;
  -moz-box-shadow: 0px 0px 10px 0px #cf757e inset;
  -webkit-box-shadow: 0px 0px 10px 0px #cf757e inset;
}
body #evaluation #mainContent ul.flow li em {
  color: #943d45;
}
body #evaluation #mainContent ol li strong {
  color: #943d45;
}
/* research */
body #research #mainContent h3.title {
  background: #f8f8f8 url(../../imgs/research/h3_line.gif) no-repeat center bottom;
}
body #research #mainContent h4.title {
  border-left: #652a85 solid 5px;
}
body #research #mainContent h5.title {
  background-color: #ead4f6;
}
body #research #mainContent ul.conLnk li a {
  color: #652a85;
  background: #F8F8F8 url(../../imgs/research/conLnk_arrow.png) no-repeat 15px center;
}
body #research #mainContent ul.conLnk li a:hover {
  background: #ead4f6 url(../../imgs/research/conLnk_arrow.png) no-repeat 15px center;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #b672db inset;
  -moz-box-shadow: 0px 0px 10px 0px #b672db inset;
  -webkit-box-shadow: 0px 0px 10px 0px #b672db inset;
}
/* seismic */
body #seismic #mainContent h3.title {
  background: #f8f8f8 url(../../imgs/seismic/h3_line.gif) no-repeat center bottom;
}
body #seismic #mainContent h4.title {
  border-left: #0d71bd solid 5px;
}
body #seismic #mainContent dl.ques {
  color: #0d71bd;
}
body #seismic #mainContent ul.conLnk li a {
  color: #0d71bd;
  background: #F8F8F8 url(../../imgs/seismic/conLnk_arrow.png) no-repeat 15px center;
}
body #seismic #mainContent ul.conLnk li a:hover {
  background: #d6e8f5 url(../../imgs/seismic/conLnk_arrow.png) no-repeat 15px center;
/* box-shadow */
  box-shadow: 0px 0px 10px 0px #4292ce inset;
  -moz-box-shadow: 0px 0px 10px 0px #4292ce inset;
  -webkit-box-shadow: 0px 0px 10px 0px #4292ce inset;
}
body #seismic #mainContent ul.conLnk2 li a {
  color: #0d71bd;
  background: #F8F8F8 url(../../imgs/seismic/conLnk_arrow.png) no-repeat 15px center;
}
body #seismic #mainContent ul.conLnk2 li a:hover {
  background: #d6e8f5 url(../../imgs/seismic/conLnk_arrow.png) no-repeat 15px center;
/* box-shadow */
  box-shadow: 0px 0px 10px 0px #4292ce inset;
  -moz-box-shadow: 0px 0px 10px 0px #4292ce inset;
  -webkit-box-shadow: 0px 0px 10px 0px #4292ce inset;
}
body #seismic #mainContent table th {
  background-color: #0d71bd;
}
/* disaster */
body #disaster #mainContent h3.title {
  background: #f8f8f8 url(../../imgs/disaster/h3_line.gif) no-repeat center bottom;
}
body #disaster #mainContent h4.title {
  border-left: #e98b38 solid 5px;
}
body #disaster #mainContent h5.title {
  background-color: #ffe6d0;
}
body #disaster #mainContent dl.ques {
  color: #e98b38;
}
body #disaster #mainContent ul.conLnk li a {
  color: #e98b38;
  background: #F8F8F8 url(../../imgs/disaster/conLnk_arrow.png) no-repeat 15px center;
}
body #disaster #mainContent ul.conLnk li a:hover {
  background: #ffe6d0 url(../../imgs/disaster/conLnk_arrow.png) no-repeat 15px center;
  /* box-shadow */
  box-shadow: 0px 0px 10px 0px #eeae75 inset;
  -moz-box-shadow: 0px 0px 10px 0px #eeae75 inset;
  -webkit-box-shadow: 0px 0px 10px 0px #eeae75 inset;
}
body #disaster #mainContent table th {
  background-color: #e98b38;
}
/* search */
body #mainContent #search h1 {
  margin-bottom: 40px;
}
body #mainContent #search h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
body #mainContent #search h2 a {
  padding-left: 23px;
  background: url(../imgs/blue_arrow.png) no-repeat left 3px;
}
body #mainContent #search p {
  font-size: small;
  margin-bottom: 28px;
}
/*entry*/
body #mainContent .entry_date {
  padding: 5px 0;
  border-bottom: #DDD solid 1px;
}
body #mainContent .entry h1 {
  font-size: 2em;
  margin: .67em 0;
}
body #mainContent .entry h2 {
  font-size: 1.5em;
  margin: .75em 0;
}
body #mainContent .entry h3 {
  font-size: 1.17em;
  margin: .83em 0;
}
body #mainContent .entry h4 {
  padding: 10px 15px;
  border-left: #356bb9 solid 5px;
  font-weight: bold;
  background-color: #f8f8f8;
}
body #mainContent .entry h4, body #mainContent .entry p, body #mainContent .entry blockquote, body #mainContent .entry ul, body #mainContent .entry ol, body #mainContent .entry dl {
  margin: 1.12em 0;
}
body #mainContent .entry h5 {
  font-size: .83em;
  margin: 1.5em 0;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #eef5ff;
}
body #mainContent .entry h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
body #mainContent .entry h1, body #mainContent .entry h2, body #mainContent .entry h3, body #mainContent .entry h4, body #mainContent .entry h5, body #mainContent .entry h6, body #mainContent .entry b, body #mainContent .entry strong {
  font-weight: bolder;
}
body #mainContent .entry blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
body #mainContent .entry small, body #mainContent .entry sub, body #mainContent .entry sup {
  font-size: .83em;
}
body #mainContent .entry sub {
  vertical-align: sub;
}
body #mainContent .entry sup {
  vertical-align: super;
}
body #mainContent .entry table {
  border-spacing: 2px;
}
body #mainContent .entry thead, body #mainContent .entry tbody, body #mainContent .entry tfoot {
  vertical-align: middle;
}
body #mainContent .entry td, body #mainContent .entry th, body #mainContent .entry tr {
  vertical-align: inherit;
}
body #mainContent .entry hr {
  border: 1px inset;
}
body #mainContent .entry ol, body #mainContent .entry ul, body #mainContent .entry dd {
  margin-left: 40px;
}
body #mainContent .entry ol li {
  list-style-type: decimal;
}
body #mainContent .entry ul li {
  list-style-type: disc;
}
body #mainContent .entry ol ul, body #mainContent .entry ul ol, body #mainContent .entry ul ul, body #mainContent .entry ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* sideContent */
body #sideContent {
  float: left;
  width: 225px;
  letter-spacing: 0;
}
body #sideContent h3 {
  border: #EEE solid 5px;
  border-bottom: none;
  text-align: center;
}
body #sideContent h3 a {
  display: block;
  padding: 10px 3px 0;
  background-color: #356bb9;
  color: #FFF;
  text-decoration: none;
  transition: background-color .5s;
}
body #sideContent h3 a:hover {
  background-color: #0f70ff;
}
body #sideContent ul.workshop {
  display: none;
}
body #workshop #sideContent ul.workshop {
  display: block;
}
body #sideContent ul {
  background-color: #EEE;
  padding: 5px;
}
body #sideContent ul li {
  display: block;
  border: 1px solid #FFF;
  margin-bottom: 5px;
}
body #sideContent ul li:last-child {
  margin-bottom: 0;
}
body #sideContent ul.menu li a {
  display: block;
  background-color: #eef5ff;
  border-left: 5px solid #356bb9;
  padding: 15px 5px 15px 15px;
  text-decoration: none;
  transition: background-color .5s;
}
body #sideContent ul.menu li a:hover {
  background-color: #356bb9;
  color: #FFF;
}
body #sideContent ul.menu li.current a {
  display: block;
  background-color: #356bb9;
  border-left: 5px solid #356bb9;
  padding: 15px 5px 15px 15px;
  text-decoration: none;
  color: #FFF;
}
body #sideContent ul.menu li:first-child a {
  padding-left: 53px;
  background: #eef5ff url(../../imgs/index/icon_mail.gif) no-repeat 15px center;
}
body #sideContent ul.menu li:first-child a:hover {
  background: #356bb9 url(../../imgs/index/icon_mail.gif) no-repeat 15px center;
}
body #sideContent ul.sNav li a {
  display: block;
  background: #eef5ff url(../imgs/blue_arrow.png) no-repeat 10px center;
  padding: 15px 5px 15px 35px;
  text-decoration: none;
  transition: background-color .5s;
}
body #sideContent ul.sNav li a:hover {
  background: #356bb9 url(../imgs/white_arrow.png) no-repeat 10px center;
  color: #FFF;
}
body #sideContent ul.sNav li.current_page_item a {
  display: block;
  background: #356bb9 url(../imgs/white_arrow.png) no-repeat 10px center;
  color: #FFF;
  padding: 15px 5px 15px 35px;
  text-decoration: none;
}
body #sideContent ul.sNav li ul {
  display: none;
}
/* gFooter */
body #gFooter {
}
body #gFooter #fNav {
  width: 960px;
  text-align: center;
  margin-bottom: 20px;
}
body #gFooter #fNav ul li {
  display: inline;
  font-size: 12px;
}
body #gFooter #fNav ul li:after {
  content: "｜";
}
body #gFooter #fNav ul li:last-child:after {
  content: none;
}
body #gFooter #fBnr {
  text-align: center;
  background-color: #f2f2f2;
  padding: 25px 0;
}
body #gFooter #fBnr ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 27px;
}
body #gFooter #fBnr ul li:last-child {
  margin-right: 0;
}
body #gFooter #contact {
  text-align: center;
  background-color: #356bb9;
  padding: 35px 0;
  color: #FFF;
  font-size: 12px;
}
body #gFooter #contact strong {
  font-weight: normal;
  font-size: 18px;
}
body #gFooter #copyright {
  text-align: center;
  padding: 15px 0;
  font-size: 10px;
}
