@charset "UTF-8";
* {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
}
div#conteiner {
    width: 850px;
    margin: 0 auto;
}
div#header {
	background: #E0DCE8;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 18px;
}
div#header img {
	vertical-align: -13px;
}
div#header p {
	font-size: 18px;
	display: inline-block;
}
div#header h2 {
	display: inline-block;
	font-size: 28px;
	color: #2d579a;
	margin: 0 20px;
}
div#btnArea {
	width: 830px;
	margin:0 auto;
	text-align: center;
}
div#btnArea button {
    width: 200px;
	height: 40px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	background: #FFFFFF;
	border: 1px solid #A9A9A9;
	-webkit-transition: all .3s;
	transition: all .3s;
}
div#btnArea button.btnU:hover {
	background: #CD5C5C;
	color: #FFFFFF;
}
div#btnArea button.btnO:hover {
	background: #FF7F50;
	color: #FFFFFF;
}

div#btnArea button.btnL:hover {
	background: #726767;
	color: #FFFFFF;
}

div#btnArea button.btnP:hover {
	background: #666699;
	color: #FFFFFF;
}
div#btnArea button.btnA:hover {
	background: #3399CC;
	color: #FFFFFF;
}
div#btnArea button.btnH:hover {
	background: #669966;
	color: #FFFFFF;
}
div#btnArea button.btnS:hover {
	 background: #AA9933;
	 color: #FFFFFF;
}
div#btnArea button.btnB:hover {
	background: #E19AB3;
	color: #FFFFFF;
}
div#btnArea button.btnG:hover {
	background: #DED581;
	color: #FFFFFF;
}
div#btnArea button.btnM:hover {
	background: #98B1BA;
	color: #FFFFFF;
}

div#conteiner table {
    width: 830px;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
div#conteiner table th {
    font-weight: normal;
    text-align: center;
    background: #E0DCE8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;

}
div#conteiner table tr.topHead th {
	background: none;
}
div#conteiner table th:nth-child(1) {
    width: 120px;
}
div#conteiner table th:nth-child(2) {
    width: 295px;
}
div#conteiner table th:nth-child(3) {
	width: 120px;
}
div#conteiner table th:nth-child(4) {
	width: 140px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}
div#conteiner table th:nth-child(5) {
	width: 100px;
	border-right: 5px solid #FFFFFF;
}
div#conteiner table th:nth-child(6) {
	width: 65px;
}
div#conteiner table td {
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #A9A9A9;
    height: 71px;
	word-break: normal;
	box-sizing: border-box;
}
div#conteiner table th.title {
	height: 20px;
	font-size: 16px;
    text-align: left;
}
div#conteiner table th.clearance {
	height: 3px;
	background: #FFFFFF;
}
div#conteiner table td.txtCent {
	text-align: center;
}
div#conteiner table td a {
	text-decoration: none;
	font-size: 14px;
	
}
div#conteiner table td a:hover {
	text-decoration: underline;
}
div#conteiner table td:nth-of-type(4) {
	background: #F0F8FF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
div#conteiner table td:nth-of-type(5) {
	background: #F8F8EE;
	border-right: 5px solid #FFF;
}
div#conteiner table td span {
	display: inline-block;
	width:55px;
	height: 18px;
	background: #AAAAAA;
	margin-top:1px;
	margin-bottom:1px;
	padding: 5px;
	font-size: 12px;
	color: #FFFFFF;
}
div#conteiner table td span.lngEE {
	border:solid 2px #B54144;
	background-color:#fff;
	font-weight:bold;
	color:#B54144;
}
div#conteiner table td span.lngEJ {
	border:solid 2px #7288AF;
	background-color:#fff;
	font-weight:bold;
	color:#7288AF;
}
div#conteiner table td span.lngJJ {
	border:solid 2px #778D2F;
	background-color:#fff;
	font-weight:bold;
	color:#778D2F;
}
div#conteiner table td span.how {
	background: #62AF9D;
}
/* ユニオン */
div#conteiner table th.scU {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stU {
    background: #CD5C5C;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkU {
    color: #222;
}
div#conteiner a:hover.linkU {
    color: #CD5C5C;
}
/* パブリック */
div#conteiner table th.scO {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stO {
    background: #FF7F50;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkO {
    color: #222;
}
div#conteiner a:hover.linkO {
    color: #FF7F50;
}
/* 宇宙惑星科学 */
div#conteiner table th.scP {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stP {
    background: #666699;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkP {
    color: #222;
}
div#conteiner a:hover.linkP {
    color: #666699;
}
/* 大気水圏科学 */
div#conteiner table th.scA {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stA {
    background: #3399CC;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkA {
    color: #222;
}
div#conteiner a:hover.linkA {
    color: #3399CC;
}
/* 地球人間圏科学 */
div#conteiner table th.scH {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stH {
    background: #669966;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkH {
    color: #222;
}
div#conteiner a:hover.linkH {
    color: #669966;
}
/* 固体地球科学 */
div#conteiner table th.scS {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stS {
    background: #AA9933;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkS {
    color: #222;
}
div#conteiner a:hover.linkS {
    color: #AA9933;
}
/* 地球生命科学 */
div#conteiner table th.scB {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stB {
    background: #E19AB3;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkB {
    color: #222;
}
div#conteiner a:hover.linkB {
    color: #E19AB3;
}
/* 教育・アウトリーチ */
div#conteiner table th.scG {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stG {
    background: #DED581;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkG {
    color: #222;
}
div#conteiner a:hover.linkG {
    color: #DED581;
}
/* 領域外・複数領域 */
div#conteiner table th.scM {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stM {
    background: #98B1BA;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkM {
    color: #222;
}
div#conteiner a:hover.linkM {
    color: #98B1BA;
}

/*セクション企画 */
div#conteiner table th.scL {
    background: #FFFFFF;
    font-size: 18px;
}
div#conteiner table th.stL {
    background: #726767;
    color: #FFFFFF;
    padding-left: 15px;
}
div#conteiner a.linkL {
    color: #222;
}
div#conteiner a:hover.linkL {
    color: #666699;
}

/*  共催・ジョイントリンク用　*/

.file_button{
float:left;
line-height:25px;
margin-right:30px;
margin:left:10px;
}

.file_button A{
text-decoration:none;
color:#222;
}

.file_button A:hover{
color:#2B5392;
border-bottom:solid 1px #2B5392;
}

.clear{
clear:both;
}

.file_line{
color:#A9A9A9;
margin-top:10px;
margin-bottom:10px;
}


.diversity{
     vertical-align: middle;
     margin:left: 7px;
}


