<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

Last Update 2013.06.26

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

header

----------------------------------------------------------*/
#header_area {
	width: 100%;
	height: 100px;
	background-image: url(../images/element/bg_header.jpg);
}
#header {
	width: 960px;
	margin: 0 auto;
	paddin: 0;
}
#logo {
	float : left;
	margin : 0;
	padding : 15px 0 0 0;
	width : 400px;
}
/* サイトカスタムエリア */
#custom {
	float : left;
	margin : 0 0 0 115px;
	padding : 15px 0 0 0;
	width : 445px;
}
#custom_nav {
	background-position : center bottom;
	background-repeat : no-repeat;
	float : left;
	font-size : 12px;
	line-height : 1;
	margin : 0 0 5px 0;
	padding : 5px 0 0 145px;
	width : 345px;
 *width:445px;
}
#custom_nav ul {
	margin : 0;
	padding : 0;
}
#custom_nav ul li.last {
	float : left;
	margin : 0;
	padding : 0;
}
#custom_nav ul li {
	float : left;
	margin : 0;
	padding : 0 6px 0 0;
}
ul#txt_btn li {
	float : left;
	margin : 0;
	padding : 0 3px 0 0;
}
ul#txt_btn li.last {
 *float: right;
 *margin-right: -10px;
	float : left;
	margin : 0 -1px 0 0;
	padding : 0;
}
#search {
	margin : 0 0 0 107px;
	padding : 0 0 0 0;
	text-align : right;
	width : 315px;
}
/* ---------------------------------------------------------

navigation

----------------------------------------------------------*/
#navigation_area {
	width: 100%;
	height: 58px;
	background-color: #01244A;
	border-top: 1px solid #31557A;
	border-bottom: 1px solid #31557A;
	border-right: none;
	border-left: none;
}
#navigation {
	width: 960px;
	margin: 0 auto;
	paddin: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
}
*:first-child+html #navigation ul li {
	float: left;
	padding: 0;
	margin: 0 -4px 0 0;
	display: inline;
}
/* ---------------------------------------------------------

container

----------------------------------------------------------*/
#container {
	width: 100%;
	padding: 30px 0 0 0;
}
/* ---------------------------------------------------------

animation

----------------------------------------------------------*/
#animation {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background-image: url(../../index/images/bg_animation.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* ---------------------------------------------------------

main

----------------------------------------------------------*/
#main {
	width: 960px;
	margin: 30px auto 30px auto;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center bottom;
}
/* ---------------------------------------------------------

contents

----------------------------------------------------------*/
#contents {
	width: 680px;
	margin: 0 60px 0 0;
	padding: 0;
	float: left;
}
/* ---------------------------------------------------------

sub

----------------------------------------------------------*/
#sub {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}
#sub_c_nav {
	width: 220px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background-image: url(../images/element/bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #31557A;
	border-bottom: none;
	border-top: none;
}
#sub_c_nav h2 {
	background-image: url(../images/element/bg_topics.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 34px;
	padding: 5px 0 0 10px;
	color: #FFFF66;
	font-size: 17px;
	font-weight: normal;
}
ul#c_nav {
	margin: 0;
	padding: 0;
}
ul#c_nav li a {
	margin: 0;
	padding: 10px;
	display: block;
	color: #fff;
}
ul#c_nav li.sub a {
	margin: 0;
	padding: 10px 10px 10px 24px;
	display: block;
	color: #fff;
	background-color:#004182;
	border-bottom:1px solid #31547A;
}
#topics {
	width: 220px;/*: ;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    background-image: url(../images/element/bg_sub.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;*/
}
#topics dl {
	margin: 0;
	padding: 10px 0 0 0;
}
#topics dl dt {
	margin: 0;
	padding: 0 0 0 10px;
	color: #FFFFCC;
	background-image: url(../images/element/icon_topics.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
}
#topics dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999;
}
#topics h2 {
	background-image: url(../images/element/bg_topics.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 34px;
	padding: 5px 0 0 10px;
	color: #FFFF66;
	font-size: 17px;
	font-weight: normal;
}
#topics a {
	color: #fff;
	text-decoration: none;
}
#topics a:hover {
	text-decoration: underline
}
#sub_nav_link h2 {
	width: 198px;
	color: #FF3;
	font-size: 17px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 20px 0;
	display: block;
	text-decoration: none;
	padding: 10px 10px 13px 10px;
	margin: 0;
	background-color: #01244A;
	border-bottom: 3px solid #31547A;
}
#sub_nav_link {
	width: 218px;
	margin: 0 0 23px 0;
	padding: 0;
	background-image: url(../images/element/bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #344F7C;
}
#sub_nav, #sub_nav2 {
	width: 220px;
	margin: 23px 0 0 0;
	padding: 25px 0 0 0;
	background-image: url(../images/element/bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}
#sub_nav ul, #sub_nav2 ul {
	border: 1px solid #31557A;
	border-top: none;
}

#sub_nav ul li.jparc a, #sub_nav2 ul li.jparc a {
	background-image: url(../images/element/bg_sub_li_jparc.jpg);
}
#sub_nav ul li.move_nsri a, #sub_nav2 ul li.move_nsri a {
	background-image: url(../images/element/bg_sub_li_nsri.jpg);
}
#sub_nav ul li.jparc a, #sub_nav2 ul li.jparc a,
#sub_nav ul li.line2 a, #sub_nav2 ul li.line2 a{
	border-top: none;
	display: block;
	padding: 7px 0 9px 80px;
	background-repeat: no-repeat;
	color: #fff;
}
#sub_nav ul li.bottom, #sub_nav2 ul li.bottom {
	background-image: none;
	background-color: #08325E;
	background-position: left bottom;
}
#sub_nav ul li.jrr3 a, #sub_nav2 ul li.jrr3 a {
    background-image: url(../images/element/bg_sub_li_jrr3.jpg);
	border-top: none;
	display: block;
	padding: 17px 0 18px 80px;
	background-repeat: no-repeat;
	color: #fff;
}
#sub_nav ul li.pp a, #sub_nav2 ul li.pp a {
	background-image: url(../images/element/bg_sub_li_pp.jpg);
	border-top: none;
	display: block;
	padding: 16px 0 18px 80px;
	background-repeat: no-repeat;
	color: #fff;
}
#sub_nav ul li.jr a, #sub_nav2 ul li.jr a {
	background-image: url(../images/element/bg_sub_li_jr.jpg);
	border-top: none;
	display: block;
	padding: 15px 0 22px 80px;
	background-repeat: no-repeat;
	color: #fff;
}
#sub_nav ul li, #sub_nav2 ul li, #sub_nav_link ul li {
	background-image: url(../images/element/bg_sub_nav_li.jpg);
	background-repeat: repeat-x;
	background-color: #08325E;
	background-position: left bottom;
}
#sub_nav ul li.sub a, #sub_nav2 ul li.sub a {
	text-decoration: none;
	padding: 10px;
	background-color:#000;
}
#sub_nav ul li a:hover, #sub_nav2 ul li a:hover {
	color: #999;
	text-decoration: underline;
}
#sub_nav_link ul li a {
	text-decoration: none;
	padding: 10px 10px 14px 10px;
}
#sub_nav_link ul li a:hover {
	color: #999;
	text-decoration: underline;
	background-color: #002B55;
}
#sub_nav h2, #sub_nav2 h2 {
	background-image: url(../images/element/bg_sub_nav.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 31px;
	padding: 10px 0 0 10px;
	color: #FFFF66;
	font-size: 17px;
	font-weight: normal;
}
#earthquake {
	margin: 23px 0 0 0;
	padding: 25px 0 0 0;
	background-image: url(../images/element/bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ---------------------------------------------------------

footer_area

----------------------------------------------------------*/
#footer_area {
	width: 100%;
	background-image: url(../images/element/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #01244A;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	font-size: 11px;
	line-height: 13px;
}
#footer h3 {
	color: #FFFFCC
}
#footer h3.none {
	padding: 0 0 15px 0;
	line-height: 12px;
}
#footer h3.none a {
	color: #FFFFCC;
	text-decoration: none;
}
#footer h3.none a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline
}
#footer h3 {
	font-weight: normal;
	line-height: 12px;
	margin: 0 0 4px 0;
}
#footer h3 a {
	line-height: 1;
	color: #FFFFCC;
	padding: 0;
	text-decoration: none;
}
#footer ul {
	padding: 0 0 15px 0;
	color: #ccc;
}
#footer ul li {
	background-image: url(../images/element/icon_footer.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 7px 12px;
}
#footer ul li a {
	color: #ccc;
	text-decoration: none;
}
.footer_cnt_04 {
	width: 150px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
}
.footer_cnt_01 {
	width: 300px;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
}
.footer_cnt_02 {
	width: 225px;
	margin: 0;
	padding: 0;
	float: left;
}
.footer_cnt_03 {
	width: 242px;
	margin: 0;
	padding: 0;
	float: left;
}
.footer_cnt_05 {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}
#credit_area {
	width: 100%;
	background-color: #15252C;
	padding: 10px 0;
}
#credit {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	font-size: 11px;
}
</pre></body></html>