/* CSS Document */

scroll-behavior: smooth;

h1,h2,h3,h4,h5,h6,p,ul,dl,ol,table,form,img {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}


.clearfix:after {
	content: ".";
    display: block;
	height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
     zoom: 1;
}


/* 全体の枠組みの設定 */

body {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;	
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/

}

#wrapper {
	text-align: left;
	width: 928px;
	margin: 0 auto;
}


/* ヘッダ */

#header {
	margin: 5px 0 5px 0;
} 

.a_nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.a_nav li {
  background: none;
	padding: 0px;
	margin: 0px;
}
h1 {
	float: left;
	width: 380px;
	margin: 40px 0 10px 0;
	_margin: 15px 0 10px 0;
}


#header ul.submenu {
	float: right;
	width: 300px;
	margin: 25px 0 0 0;
	text-align: right;
	font-size: 13px;
	list-style: none;
	line-height: 1.6;
}

#header ul.submenu li {
	margin: 0 0 0 15px;
	padding-left: 13px;
	display: inline;
	background: url(../images/listmark_header.gif) left no-repeat;
}

#header ul.submenu a {
	color: #666666;
	text-decoration: none;
}

#header ul.submenu a:link {
	color: #666666;
	text-decoration: none;
}

#header ul.submenu a: visited {
	color: #666666;
	text-decoration: none;
}

#header ul.submenu a:hover {
	color: #999999;
	text-decoration: none;
}

#header ul.submenu a:active {
	color: #999999;
	text-decoration: none;
}

#header form {
	float: right;
	width: 320px;
	text-align: right;
	margin: 0px 0 10px 0;
}

#header form img {
	margin: 0 0 -5px 0;
}

#header ul.menu {
	margin: 5px 0 0 0;
	float:le;
	width: 924px;
	list-style: none;
}

#header ul.menu li {
	float: left;
	width: 231px;
	height: 44px;
}

#header ul.menu li.outline {
	background: url(../images/menu/outline_2.jpg) no-repeat;
}

#header ul.menu li.about {
	background: url(../images/menu/about_2.jpg) no-repeat;
}

#header ul.menu li.data {
	background: url(../images/menu/data_2.jpg) no-repeat;
}

#header ul.menu li.publish {
	background: url(../images/menu/publish_2.jpg) no-repeat;
}

#header ul.menu li a {
	display: block;
	width: 231px;
	height: 44px;
}

#header ul.menu li a:hover {
	background-color: transparent;
}

#header ul.menu li a:hover img {
	visibility: hidden;
}

#header address {
	font-style: normal;
	font-size: 12px;
	float: left;
	width: 310px;
	margin: 12px 0 0 -5px;
	color: #666666;
	background: #EBFECF;
	padding: 5px 2px 5px 4px;
}
#nav {
	clear: both;
}


#nav ul {
	list-style-type: none;
	height: 50px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}


/* Firefox hack start */
@-moz-document url-prefix() {
	#nav #main_menu .open_menu dl .open_menu01 {
		height: 20px;
		padding-bottom: 8px;
		padding-top: 0px;
	}
}
#nav a img:hover {
	opacity:0.8;
}

#nav .open_menu dl {
	display: none;
	position: absolute;
	z-index: 97;
	padding: 0;
	margin: 0;
	margin-top: -7px;
}


#nav .open_menu dl dt {
	float: none;
}
/* Firefox hack start */
@-moz-document url-prefix() {
	#nav #main_menu .open_menu dl .open_menu01 {
		height: 20px;
		padding-bottom: 8px;
		padding-top: 0px;
	}
}
/* Firefox hack end */
#nav .open_menu dl .open_menu01 {
	height: 41px;
	padding-top: 0px;
}
/* Firefox hack end */
#nav .open_menu dl .open_menu02 {
	height: 41px;
	padding-top: 0px;
}


#pan {
	font-size: 12px;
	clear: both;
}
#pan p {
	margin: 10px 0 0 0;
}


/* フラッシュ */

#flash {
	margin: 0 0 5px 0;
}

/* unit */
#unit{
	width: 924px;
}



/*　左のかたまり　*/

#left {
	float: left;
	width: 186px;
	margin: 10px 0 10px 0;
}

/* 会員の皆様へ */

#member {
	width: 186px;
	padding: 3px 3px 10px 3px;
	/* _padding: 3px 3px 73px 3px; */
	margin: 10px 0 15px 0;
	border: 1px solid #999999;
	background: url(../images/member_back3.jpg) bottom no-repeat;
	background-size: 100% auto;
}

h3 {
	margin: 0 0 10px 0;
}


#member ul {
	font-size: 14px;
	color: #666666;
	list-style: none;
	padding: 0;
	margin: 0;
}

#member li {
	background: url(../images/listmark_left.gif) left no-repeat;
	padding-left: 20px;
	margin: 0 0 10px 5px;
}

	
#member a {
	color: #666666;
	text-decoration: none;
}

#member a:link {
	color: #666666;
	text-decoration: none;
}

#member a: visited {
	color: #666666;
	text-decoration: none;
}

#member a:hover {
	color: #999999;
	text-decoration: none;
}

#member a:active {
	color: #999999;
	text-decoration: none;
}


/* サイドメニュー */

#sidemenu {
	width: 186px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999999;
}


#sidemenu ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidemenu li {
	background: url(../images/listmark_shikaku.gif) left no-repeat;
	padding-left: 20px;
	margin: 0 0 10px 5px;
}

	
#sidemenu a {
	color: #666666;
	text-decoration: none;
}

#sidemenu a:link {
	color: #666666;
	text-decoration: none;
}

#sidemenu a: visited {
	color: #666666;
	text-decoration: none;
}

#sidemenu a:hover {
	color: #999999;
	text-decoration: none;
}

#sidemenu a:active {
	color: #999999;
	text-decoration: none;
}

/* バナー */

#banner {
	margin: 10px 0 10px 0;
}
#banner p{
	margin: 5px 0 0 0;
}


/* コンテンツ */

/*
#content {
	float: left;
	width: 709px;
	margin: 0 0 50px 30px;
	_margin: 0 0 50px 25px;
	font-size: 85%;
	line-height: 1.5;
}
*/

#content {
	float: right;
	width: 709px;
	margin: 0 0 50px 0;
	_margin: 0 0 50px 0;
	font-size: 85%;
	line-height: 1.5;
}

h2 {
	margin: 10px 0 10px 0;
}

h4 {
	margin: 30px 0 20px 0;
}

p.page {
	clear: both;
	padding: 0 0 0 20px;
	margin: 50px 0 0 575px;
	background: url(../images/arrow.gif) left no-repeat;
	font-size: 85%;
}

.box {
	clear: both;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

.header_right_content {
	float: right;
}

#header ul.b_nav {

	width: 440px;
	margin: 25px 0 0 0;
	text-align: right;
	font-size: 13px;
	list-style: none;
	line-height: 1.6;
}

#header ul.b_nav li {
	margin: 0 0 0 15px;
	padding-left: 13px;
	display: inline;
	background: url(../images/listmark_header.gif) left no-repeat;
}

#header ul.b_nav li a {
	color: #666666;
	text-decoration: none;
}

#header ul.b_nav li a:link {
	color: #666666;
	text-decoration: none;
}

#header ul.b_nav li a:visited {
	color: #666666;
	text-decoration: none;
}

#header ul.b_nav li a:hover {
	color: #999999;
	text-decoration: none;
}

#header ul.b_nav li a:active {
	color: #999999;
	text-decoration: none;
}

ul.a_nav {
	float: right;
	height: 60px;
	width: 436px!important;
	padding-bottom: 10px;
	list-style: none;
	
}
ul.a_nav li {
	float: left;
	background: none!important;
	margin: 0px!important;
	padding: 0px!important;
}
ul.a_nav li:last-child {
	float: right;
	background: none!important;
	margin-left: 10px!important;
}
.gstma_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gstma_menu ul li {
	float: left;
}
.gstma_menu ul li.gstma_menu02 {
	margin-left: 8px
}

/* フッタ */

#footer {
	clear: both;
	width: 924px;
	padding: 10px 0 0 0;
	background: url(../images/footer_line.gif) repeat-x;
	font-size: 12px;
	color: #999999;
/*	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "細明朝体", serif;*/
}
.red {
	color: #F00;
}

/*clear*/

.clear { clear: both; }

/* manual page */
.manual_page table tr td {
	padding-top: 0px;
	padding-bottom: 0px;
}

.wwg iframe {
	margin: 0 0 6px 0;
	width: 100%;
	height: 460px;
}