@charset "utf-8";
/* --------------------------------------------------

	css/layout.css
	for Data Assimilation Research Team Web Site

-------------------------------------------------- */
/* base styles */
#top{
	/*margin: auto;*/
	margin: 0px;
	padding: 0px;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴシックW3', 'Osaka', 'sans-serif';
	background: url(bg_1.gif) center top repeat-x;
	font-size: 13px;
	line-height:22px;
	overflow-y:scroll;  
}

h1{
	text-align:center;
}
h2{
	width: 1004px;
	color: #0b2f54;
	background-color: #E0E0E0;
	border-radius: 10px;
	padding: 2px 10px 2px 10px;
}


/* navi */
#menu li{
	float:left;
	list-style: none;
}

#menu a{
	display:block;
	width:204px;
	color:#ffffff;
	background:url(menu_off.gif) no-repeat;
	height:24px;
	text-decoration:none;
	text-align:center;
	padding:0px 0px 0px 0px;
}

#menu a:hover{
	background:url(menu_on.gif) no-repeat;
}

/* banner */
#banner{
	margin:0px;
	position: relative;
}

#banner figcaption{
	font-size: 28px;
	color: #136292;
	text-shadow: 1px 2px 3px #808080;
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	align-items: center;
	justify-content: center;
}

#jmawarning{
	position: relative;
}

#jmawarning figcaption{
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 10px;
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	align-items: center;
}

/* other */
a:link {
	color:#0961b9;
	text-decoration:underline;
}

a:visited { 
	color:#004284;
	text-decoration:none;
}   /* visited links   */

a:hover{ 
	color:#0961b9;
	text-decoration:none;
} /* user hovers     */

a:active{ 
	color:#004284;
	text-decoration:none;
} /* active links    */


.main{
	width:1024px;
	height:100%;
	margin:auto;
	padding-bottom: 40px;
}


.lang_bar{
    width:1024px;
    margin:auto;
    text-align:right;
}

#lang_en_ja{
    background-color:orange;
    color:white;
}

#lang_en_ja:link{
    color:white;
}

#lang_en_ja:visited{
    color:white;
}

#lang_en_en{
    background-color:#004284;
    color:white;
}

#lang_ja_ja{
    background-color:#004284;
    color:white;    
}

#lang_ja_en{
    background-color:orange;
    color:white;
}

#lang_ja_en:link{
    color:white;    
}

#lang_ja_en:visited{
    color:white;
}

.contact{
	width:1002px;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 2px 10px 2px 10px;
	margin:auto;
}

.contact-table{
	margin:auto;
}


.footer{
	background: url(foot.gif) center top repeat-x;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
}

.footer2{
	background: url(foot.gif) center top repeat-x;
    height: 30px;
	width:100%;
    position: absolute;
    bottom: 0;
}

#map {
    margin: 10px auto 10px auto;
	width: 1024px;
    height: 430px;
}

#time_div{
	margin-bottom:5px;
}

#testmsg{
	color:red;
	text-align:center;
}

#color_bar{
        margin: auto;
	text-align:center;
}

button{
border: none;
}

#menu .dropbtn{
        display:block;
	width:204px;
	color:#ffffff;
	background:url(menu_off.gif) no-repeat;
	height:24px;
	text-decoration:none;
	text-align:center;
	padding:0px 0px 0px 0px;
        /*margin-top:0px;*/
        border: none;
}

#menu .dropbtn > span {
	text-decoration:none;
	text-align:center;
	font-size:100%; 
	height:24px;	
	padding:0px 0px 0px 0px;
}

#menu .dropbtn:hover{
	background:url(menu_on.gif) no-repeat;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}

.dropdown:hover .dropdown-content {display: block;}


