body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body{
	margin: 0 auto;
	color: #464646;
	background-image: url(../img/allbg.png);
	background-position: top;
	background-repeat: repeat;
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	word-wrap:break-word;
}
#overlay {
	background:#000000;
	opacity: 0;
	width: 100vw;
	min-width: 1024px;
	height: 100vh;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

/*ページ全体*/
#main {
	min-width: 1024px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url('../img/top_bg.png');
	background-position:center top;
	background-repeat: no-repeat;
	display: flex;
  	flex-direction: column;
}
/*ヘッダー*/
#main #top_header {	
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
/*ヘッダー上部（メニューより上）*/
#main #top_header #top_header_logo {
	width: 1024px;
	height: 156px;
	margin: 0 auto;
	float: left;
}
/*ヘッダー　左のロゴ*/
#main #top_header #top_header_logo #top_header_logo_logo {	
	width: 540px;
	height: 157px;
	float: left;
}

#page_main #page_header #page_header_logo #page_header_logo_logo img {
	border: none;
	
}
/*ヘッダー　検索窓ブロック*/
#main #top_header #top_header_logo #top_header_logo_serach {
	width: 270px;
	height: 137px;
	margin-left: 48px;
	/*margin-left:28px;
	margin-right:120px;*/
	padding: 0;
	margin-top: 21px;
	float: left;
}
/*ヘッダー　検索窓ブロック HOME~English*/
#main #top_header #top_header_logo #top_header_logo_serach ul#uplist {
	margin-bottom: 20px;
}
#main #top_header #top_header_logo #top_header_logo_serach ul#uplist li{
	float: left;
	font-size: 90%;
	border-left: 1px solid #999;
	padding-right: 15px;
	padding-left: 15px;
}
ul#uplist li{
	margin-bottom: -8px;
}
#main #top_header #top_header_logo #top_header_logo_serach ul#uplist li:last-child {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#main #top_header #top_header_logo #top_header_logo_serach ul li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
/*ヘッダー　検索窓ブロック　検索窓*/
#main #top_header #top_header_logo #top_header_logo_serach form {
	height: 54px;
}
#main #top_header #top_header_logo #top_header_logo_serach input {
	width: 250px;	
	height: 24px;
	border-radius: 15px;
	background: #FFF url(../img/search_bg.jpg) no-repeat right;
	margin-bottom: 30px;
	margin-top: 20px;
}
/*ヘッダー　検索窓ブロック 広告・リンク募集*/
#main #top_header #top_header_logo #top_header_logo_serach ul#downlist li {
	float: left;
	margin-right: 12px;
}
ul#downlist {
	margin-top: 8px;
}
/*ヘッダー　会員関係*/
#main #top_header #top_header_logo #top_header_logo_member {
	width: 145px;
	height: 132px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#main #top_header #top_header_logo #top_header_logo_member li {
	margin-bottom:15px;
}
/*上部メニュー*/
#main #top_header_menu {
	position: relative;
	z-index: 100000;
	width:100%;
	height: 405px;
	background-image: url(../img/header_menu_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
}
/*上部メニュー　メニュー部分*/
#main #top_header_menu #header_menu_line {
	width: 1024px;
	margin: 0 auto;
}
/*上部メニュー　メニュー部分　一番左*/
#main #top_header_menu #menu_box_01 {
	width: 126px;
	height: 70px;
	border-left: 1px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	text-align: center;
	font-size: 0.7em;
	float: left;
	padding: 0;
	background-image: url(../img/header_menu_01_off.png);
}
/*上部メニュー　メニュー部分　中央*/
#main #top_header_menu  #menu_box_02,#main #top_header_menu  #menu_box_03,#main #top_header_menu  #menu_box_04,#main #top_header_menu  #menu_box_05,#main #top_header_menu  #menu_box_06,#main #top_header_menu  #menu_box_07 {
	width: 126px;
	height: 70px;
	border-right: 2px #FFFFFF solid;
	text-align: center;
	font-size: 0.7em;
	float: left;
	padding: 0;
}
/*上部メニュー　メニュー部分　一番右*/
#main #top_header_menu  #menu_box_08  {
	width: 126px;
	height: 70px;
	border-right: 1px #FFFFFF solid;
	text-align: center;
	font-size: 0.7em;
	float: left;
	padding: 0;
}
/*上部メニュー　メニュー部分　左から二番目以降*/
#main #top_header_menu  #menu_box_02 {background-image: url(../img/header_menu_02_off.png);}
#main #top_header_menu  #menu_box_03 {background-image: url(../img/header_menu_03_off.png);}
#main #top_header_menu  #menu_box_04 {background-image: url(../img/header_menu_04_off.png);}
#main #top_header_menu  #menu_box_05 {background-image: url(../img/header_menu_05_off.png);}
#main #top_header_menu  #menu_box_06 {background-image: url(../img/header_menu_06_off.png);}
#main #top_header_menu  #menu_box_07 {background-image: url(../img/header_menu_07_off.png);}
#main #top_header_menu  #menu_box_08 {background-image: url(../img/header_menu_08_off.png);}

#main #top_header_menu img {
	padding-top: 1px;
}
.menu_box_0,.menu_box_right {
	cursor: pointer;
}
/*メニュー下のエリア*/
#main #top_main_disp {
	position:absolute;
	z-index: 100001;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	height: 335px;
	background-image: url(../img/top_main_bg.png);
	background-position:center;
	background: fixed;
	background: rgba(114,133,158,0.20);
}
/*メニュー下のエリア　中央幅*/
#main #top_main_disp #top_main_disp_box {
	width: 1024px;
	margin: 0 auto;
}
/*メニュー下のエリア　トピックス 画像　メッセージ*/
#main #top_main_disp #top_main_disp_box #topics, #main #top_main_disp #top_main_disp_box #image, #main #top_main_disp #top_main_disp_box #message {
	float: left;
	color: #FFF;
}
/*メニュー下のエリア　トピックス*/
#main #top_main_disp #top_main_disp_box #topics {
	margin-right: 40px;
	margin-top: 65px;
}
/*メニュー下のエリア　画像*/
#main #top_main_disp #top_main_disp_box #image {
	margin-right: 40px;
	height: 255px;
	width: 255px;
	text-align: center;
	margin-top: 50px;
}
/*メニュー下のエリア　メッセージ*/
#main #top_main_disp #top_main_disp_box #message {
	margin-top: 50px;
	width: 480px;
	height: 250px;
	line-height: 150%;
	position:relative;
}
#main #top_main_disp #top_main_disp_box #message h1 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-shadow: 0 0 5px #295066, 
	0 0 5px #295066, 
	0 0 0.40px #295066;
	/*text-shadow:1px 1px 2px #232857;*/
}
#main #top_main_disp #top_main_disp_box #message p {
	font-size: 0.92em;
	/*font-weight: bold;*/
	/*text-shadow:1px 1px 1px #2B2D3E;*/
	text-shadow: 0 0 5px #1B3E53, 
	0 0 5px #1B3E53, 
	0 0 0.40px #1B3E53;
}
#main #top_main_disp #top_main_disp_box #message h2 {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	/*text-shadow:1px 1px 2px #232857;*/
	text-shadow: 0 0 5px #265672, 
	0 0 5px #265672, 
	0 0 0.40px #265672;
	position: absolute;
	bottom: 0;
	right: 0;
}
/*メニュー下のエリア　ナビ*/
#main #top_main_disp #top_main_disp_box #naviarrow {
	clear: both;
	text-align: center;
	height: 18px;
}
#main #top_main_disp #top_main_disp_box #naviarrow img {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
/*メニュー下のエリア　メニューオンマウスで表示部分*/

#main #top_main_disp div[id^="top_main_disp_box_0"] {
	top:0;
	left: 0;
	right: 0;
	margin: auto;
}
#top_main_disp_box_01 {
	position:absolute;
	margin-left: 1px;
	z-index: 2;
	width: 1023px;
	height: 335px;
	background-color: #4398C7;
	display: none;
}

#top_main_disp_box_02 {
	position:absolute;
	z-index: 3;
	margin-left: 1px;
	width: 1023px;
	height: 335px;
	background-color: #C75943;
	display: none;
}
#top_main_disp_box_03 {
	margin-left: 1px;
	position:absolute;
	z-index: 4;
	width: 1023px;
	height: 335px;
	background-color: #B33F6E;
	display: none;
}
#top_main_disp_box_04 {
	margin-left: 1px;
	position:absolute;
	z-index: 5;
	width: 1023px;
	height: 335px;
	background-image: url(../img/NSR_bg02.jpg);
	display: none;
}
#top_main_disp_box_04 .nsr_cover_img_text {
	font-size: 1.2em;
}
#top_main_disp_box_05 {
	position:absolute;
	z-index: 6;
	margin-left: 1px;
	width: 1023px;
	height: 335px;
	background-color: #dfa200;
	display: none;
}
#top_main_disp_box_06 {
	position:absolute;
	z-index: 7;
	margin-left: 1px;
	width: 1023px;
	height: 335px;
	background-color: #8fbd48;
	display: none;
}
#top_main_disp_box_07 {
	margin-left: 1px;
	position:absolute;
	z-index: 8;
	width: 1023px;
	height: 335px;
	background-color: #7373bb;
	display: none;
}
#top_main_disp_box_08 {
	position:absolute;
	z-index: 9;
	margin-left: 1px;
	width: 1023px;
	height: 335px;
	background-color: #508791;
	display: none;
}

.disp_box_left, .disp_box_center, .disp_box_right {
	float: left;
	color: #FFF;
	margin-top:0;
	margin-left:20px;
}
.top_main_disp_box_close_btn {
	width: 1024px;
	height: 30px;
	clear: both;
	text-align: right;
}
.top_main_disp_box_close_btn div {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	/*background-color: rgba(255,255,255,0.4);*/
	color: #1F0000;
	text-align: center;
	float: right;
	/*cursor: pointer;*/
	border-radius: 2px;
}
/*.top_main_disp_box_close_btn div:hover {
	background-color: rgba(255,0,4,0.60); 
}*/
/*#top_main_disp_box_01 a:hover, #top_main_disp_box_02 a:hover,#top_main_disp_box_03 a:hover,#top_main_disp_box_04 a:hover,#top_main_disp_box_05 a:hover,#top_main_disp_box_06 a:hover,#top_main_disp_box_07 a:hover,#top_main_disp_box_08 a:hover {
	opacity: 0.6;
}*/
#top_main_disp_box #message #message_h1:hover {
	opacity: 0.6;
}
.disp_box_left {
	width: 300px;
}
.disp_box_left a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	padding-left: 10px;
}
.disp_box_left h1 {
	font-size: 16px;
	margin-bottom:10px;
}
.disp_box_left ul {
	list-style: none;
}
.disp_box_left li {
	margin-bottom: 8px;
}
.disp_box_center {
	margin-right: 10px;
	height: 280px;
	width: 255px;
	text-align: center;
	margin-top:0;
}
.disp_box_center img {
	margin: auto;
	box-shadow:5px 5px 29px -6px #090909;
}
.disp_box_center p {
	font-size: 12px;
}
.disp_box_right {
	width: 350px;
}
.disp_box_right p {
	text-align: 1.5;
	margin-bottom: 10px;
}
/*NSR*/
.txtnv01, .txtnv02, .txtnv03, .txtnv04, .txtnv05 , .txtnv06, .txtnv07  {
	margin-left:30px;
}
#top_main_disp_box_04 .txtnv01 {
	margin-top: 110px;
}
#top_main_disp_box_04 .txtnv02 {
	margin-top: 1px;
}
#top_main_disp_box_04 .txtnv03 {
	margin-top: 1px;
}
#top_main_disp_box_04 .txtnv04 {
	margin-top: 1px;
}
#top_main_disp_box_04 .txtnv05 {
	margin-top: 1px;
}
#top_main_disp_box_04 .txtnv06 {
	margin-top: 1px;
}
#top_main_disp_box_04 .txtnv07 {
	margin-top: 1px;
}
#top_main_disp_box_04 #nsrimage {
	text-align: center;
	margin-right: 55px;
	width: 242px;
	float: right;
	color: #FFF;
	margin-top: -280px;
	font-size: 10px;
}
/*contents*/
#contents {
	position: relative;
	padding-top: 0;
	z-index: 10;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 20px;*/
	margin-top: 0px;
}
#contents td a {
	color: #464646;
	text-decoration: none;
}
#contents #news_title{
	width: 1024;
	margin-top: 20px;
	height: 40px;
	/*padding-left: 8px;*/
}
#contents #news_title img{
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
#contents #news_list{
	width: 1024px;
	/*margin-left: 8px;*/
	background-color: #FFFFFF;
}
#contents #news_list table {
	margin-left: 24px;
	padding-top: 14px;
	width: 984px;
	line-height: 26px;
	table-layout:fixed;

}
#contents #news_list table tr th {
	width: 138px;
	vertical-align:top;
	font-weight: normal;
	font-size: 1em:
}
#contents #news_list table tr td {
	width: 846px;
	white-space:normal;
	word-break: break-all;
	font-size: 1em:
}
#contents #news_list a:hover,#contents #whats_new a:hover{
	color: red;
}
#contents #whats_new {
　display: table;
	border-collapse:separate;
    border-spacing: 10px 0;
	width: 1024px;
	margin-top: 28px;
	/*margin-top: 48px;*/
	/*padding-left: 8px;*/
	margin-bottom: 40px;
}
#contents #whats_new img#title_img {
	float: left;
	margin: 0 30px 0 0;
}
#contents #whats_new .tab-label {
	/*display: inline-block;*/
  	display: table-cell;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #E7E7E7;
	/*background-color: #FFFFFF;*/
	background-color: #DDD;
	margin-left: 3px;
	line-height: 30px;
	padding: 0 4px 0 2px;
	border-bottom: none;
	font-size: 1.04em;
	width: 182px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
#contents #whats_new .tab-content {
	padding: 14px 12px 14px 18px;
	width: 994px;
	background-color: #FFFFFF;	
}
#contents #whats_new input[name="tab-radio"],
#contents #whats_new .tab-content {
	display: none;
}

#contents #whats_new #tab-1:checked ~ #tab-1-content,
#contents #whats_new #tab-2:checked ~ #tab-2-content,
#contents #whats_new #tab-3:checked ~ #tab-3-content,
#contents #whats_new #tab-4:checked ~ #tab-4-content{
	display: block;
}
#contents #whats_new table tr th {
	width: 140px;
	vertical-align:top;
	font-weight: normal;
	font-size: 1em:
}
#contents #whats_new table tr td {
	width: 836px;
	white-space:normal;
	word-break: break-all;
	font-size: 1em:
}
/* 選択されているタブのスタイルを変える */
#contents #whats_new input[name="tab-radio"]:checked + .tab-label {
	/*background-color: #DDD;*/
	background-color: #FFFFFF;
}

#contents #whats_new .tab-label:hover {
  opacity: 0.5;
}

#contents #whats_new .tab-content table {
	line-height: 30px;
}
#news_list td img {
	margin-right: 5px;
	vertical-align: middle;
}
#topics, #image, #message {
	float: left;
	color: #FFF;
}
#topics {
	margin-right: 40px;
	margin-top: 65px;
}
#image {
	margin-right: 40px;
	height: 255px;
	width: 255px;
	text-align: center;
	margin-top: 50px;
}
#message {
	margin-top: 50px;
	width: 480px;
	height: 250px;
	line-height: 150%;
	position:relative;
}
#message h1 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-shadow:1px 1px 2px #232857;
}
#message p {
	font-size: 0.9em;
	text-shadow:1px 1px 2px #232857;
}
#message h2 {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	text-shadow:1px 1px 2px #232857;
	position: absolute;
	bottom: 0;
	right: 0;
}
#naviarrow {
	clear: both;
	text-align: center;
	height: 18px;
}
#naviarrow img {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}

/*-----tab-content-----*/
#contents .tab-content .mark {
	text-align: right;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#contents .tab-content .mark img {
	vertical-align: middle;
	margin-left:5px;
	margin-right:5px;
}
#contents .tab-content table {
}
#contents .tab-content th {
	font-weight: normal;
	width: 250px;
	vertical-align: top;
}
#contents .tab-content th img {
	margin-right:5px;
	vertical-align: middle;
}
#contents .tab-content td img {
	margin-right:5px;
	vertical-align: middle;
}
.past {
	text-align: right;
	border-top: 1px solid #CCC;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.past a {
	color: #C63;
	text-decoration: none;
}

/*-----top_main_disp_box-----*/
.disp_box_left, .disp_box_center, .disp_box_right {
	float: left;
	color: #FFF;
	margin-top:0;
	margin-left:20px;
}
.top_main_disp_box_close_btn {
	width: 1024px;
	height: 30px;
	clear: both;
	text-align: right;
}
.top_main_disp_box_close_btn div {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	/*background-color: rgba(255,255,255,0.4);
	color: #1F0000;
	text-align: center;
	float: right;
	cursor: pointer;
	border-radius: 2px;*/
}
/*.top_main_disp_box_close_btn div:hover {
	background-color: rgba(255,0,4,0.60); 
}*/
#top_main_disp_box_01 a:hover, #top_main_disp_box_02 a:hover,#top_main_disp_box_03 a:hover,#top_main_disp_box_04 a:hover,#top_main_disp_box_05 a:hover,#top_main_disp_box_06 a:hover,#top_main_disp_box_07 a:hover,#top_main_disp_box_08 a:hover {
	opacity: 0.6;
}
#top_main_disp_box #message #message_h1:hover {
	opacity: 0.6;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.t_center{
	text-align: center;
}

.tooltip_templates{
		display: none;
	}
.message_p_blinking {
	font-size:1em;
	color:#2F6286;
	font-weight: bold;
	text-shadow:0px 0px 6px #FFFFFF;
}
.message_p_blinking:hover {
	color:#FF0000;	
}