﻿@charset "utf-8";

/*土台部分*/
body {
	line-height: 1.6em;
	color: #000;
	font-family:  Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}

/* for WinIE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for WinIE6 */
*html body {
	font-size: 75%;
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:active {
	color: #0000ff;
}
a:hover {
	color: #0000ff;
	text-decoration:underline;
}

a {
	color: #0000ff;
	text-decoration:none;
}

#container {
	width: 800px;
	overflow:hidden;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
#head {
	width: 800px;
	height: 117px;
	background-image: url(../images/common/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: #000000 1px solid;
}
#header {
	display: block;
	width: 800px;
	height: 92px;
	float: left;
}
#header h1 {
	width: 264px;
	height: 46px;
	margin: 18px 0px 0px 12px;
	float: left;
}
/* for WinIE6 */
*html body #header h1 {
	margin: 18px 0px 0px 6px;
}

#language {
	float: right;
}
#bread {
	font-size: 10px;
	margin: 1px 0 0 18px;
	float: left;
}
/* for WinIE6 */
*html body #bread {
	float: none;
}
#contents {
	overflow:hidden;
	background-image: url(../images/common/menu_border.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left_menu {
	width: 180px;
	float: left;
}
#right_contents {
	width: 577px;
	margin:0 0 0 3px;
	float: left;
	background-image: url(../images/common/shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 2px solid #000;
	padding: 10px 20px;

}
/* グローバルメニュー */
ul#global {
	display: block;
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
}
#global li {
	display: block;
	float: left;
}
#global .menu a {
	text-indent: -9999px;
}
#navi01 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 43px;  /*画像の縦幅*/
	background: transparent url(../images/common/navi01.jpg) no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
	border-bottom: #000000 1px solid;
}
#navi01:hover {
	background-position: 0 -43px;  /*背景をずらす*/
}
#navi02 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 43px;  /*画像の縦幅*/
	background: transparent url(../images/common/navi02.jpg) no-repeat 0 0;
	text-decoration: none;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
#navi02:hover {
	background-position: 0 -43px;
}
#navi03 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 43px;  /*画像の縦幅*/
	background: transparent url(../images/common/navi03.jpg) no-repeat 0 0;
	text-decoration: none;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
#navi03:hover {
	background-position: 0 -43px;
}
#navi04 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 43px;  /*画像の縦幅*/
	background: transparent url(../images/common/navi04.jpg) no-repeat 0 0;
	text-decoration: none;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
#navi04:hover {
	background-position: 0 -43px;
}
.sub_menu a {
	color: #333333;
	background: #B8D69A;
	display: block;
	width: 152px;
	height: auto;
	padding: 3px 10px 0 18px;
	border-top: #999900 1px solid;
	border-bottom: #999900 1px solid;
}
.sub_menu a:link {
	color: #333333;
}
.sub_menu a:visited {
	color: #333333;
}
.sub_menu a:active {
	color: #333333;
}
.sub_menu a:hover {
	color: #990033;
	background: #f0f0f0;
	text-decoration:underline;
}
ul#banner {
	display: block;
	width: 154px;
	float: left;
	margin: 10px auto 8px 3px;
	padding: 0;
}
/* for WinIE7 */
*:first-child+html ul#banner {
	padding-bottom: 3px;
}
/* for WinIE6 */
*html body ul#banner {
	margin: 10px auto 8px 2px;
}
#banner li {
	display: block;
	float: left;
	margin-bottom: 2px;
}
div.page_top {
	display: block;
	margin-right: 10px;
	float:right;
}

/* フッター */
#footer {
	float: left;
	width: 800px;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: left top;
	border-top: #000000 1px solid;
}
#footer p {
	font-size: 1.2em;
	width: 800px;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: right;
}
#footer a {
	margin-right: 15px;
}
img#b_mail {
	margin-bottom: 3px;
	margin-right: 2px;
}
/* for WinIE7 */
*:first-child+html body img#b_mail {
	margin-bottom: 0px;
}
/* for WinIE6 */
*html body img#b_mail {
	margin-bottom: 0px;
}
#footer address {
	height: 23px;
}

/* en */
#e_navi01 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 45px;  /*画像の縦幅*/
	background: transparent url(../images_en/common/navi01.jpg) no-repeat -1px 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
#e_navi01:hover {
	background-position: 0 -45px;  /*背景をずらす*/
}
#e_navi02 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 45px;  /*画像の縦幅*/
	background: transparent url(../images_en/common/navi02.jpg) no-repeat -1px 0;
	text-decoration: none;
}
#e_navi02:hover {
	background-position: 0 -45px;
}
#e_navi03 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 45px;  /*画像の縦幅*/
	background: transparent url(../images_en/common/navi03.jpg) no-repeat -1px 0;
	text-decoration: none;
}
#e_navi03:hover {
	background-position: 0 -45px;
}
#e_navi04 {
	display: block;
	width: 180px;  /*画像の横幅*/
	height: 45px;  /*画像の縦幅*/
	background: transparent url(../images_en/common/navi04.jpg) no-repeat -1px 0;
	text-decoration: none;
}
#e_navi04:hover {
	background-position: 0 -45px;
}




/*ここからサイト最適化スタイルシート*/


#right_contents .page_info dl {
/*	font-size: 1em; /* 文字サイズ */
	font-size: 1.1em; /* 文字サイズ */
/*	line-height: 1.6em; /* 行間 */
	line-height: 1.65em; /* 行間 */
}
#right_contents dl dt {
	clear: both;
	float: left;
	margin: 10px 0 0 10px;
    width: 70px;
}

#right_contents dl dd {
	float: left;
	width: 497px;
	margin: 10px 0;
	border-bottom: 1px dotted #999;
}
#right_contents .page_info dl dd .img_info { /* 写真 */
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 0.80em;
}
#right_contents .page_info dl dd .with200 { /* 写真の横幅 */
	width: 200px;
}
#right_contents .page_info dl dd .with150 { /* 写真の横幅 */
	width: 150px;
}
#right_contents .page_info dl dd .img_cap { /* 写真キャプション */
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0px;
/*	line-height: 1.6em; /* 写真キャプションの行間 */
	line-height: 1.3em; /* 写真キャプションの行間 */
}

#right_contents .page_info dl dd .infomation { /* 本文 */
	width: 497px;
	margin-top: 0;
}
#right_contents .page_info dl .last { /* 年代・本文　タイトル前 */
	border-bottom-style: none;
}


#contents #right_contents blockquote dt {
	width: 80px;
	clear: both;
	float: left;
	margin: 5px 0 0 10px;
}
#contents #right_contents blockquote dd {
	float: left;
	width: 477px;
	margin: 5px 0;
	border: none;
}
#contents #right_contents blockquote {
	margin: 0px;
	padding: 0px;
}


#contents #right_contents dl.no_line dt {
	margin: 3px 0;
}


#contents #right_contents dl.no_line dd {
	border-style: none;
	margin: 3px 0;
}

#contents #right_contents .left_space {
	margin-left: 20px;
	clear:both;
}
#contents #right_contents .left_space blockquote p {
	margin: 10px 0;
}


#contents #right_contents .list_table {
	padding-top: 20px;
	clear: both;
}
#contents #right_contents .list_table table {
	margin: 0px auto;
}
#contents #right_contents .list_table tr th {
	background-color: #CCC;
	text-align: center;
	padding: 0px;
}
#contents #right_contents .cogi {
	margin-left: 5px;
}
#contents #right_contents .cogi p {
	margin: 5px 10px;
}
#contents #right_contents .under_line {
	text-decoration: underline;
	margin-top: 20px;
}
#contents #right_contents .cogi2 {
	margin: 15px 0 0 10px;
}
#contents #right_contents .cogi2 p {
	margin:5px 0;
}

#right_contents blockquote p .under_line2 {
	text-decoration: underline;
}
#contents #right_contents .cogi blockquote ul {
	margin: 10px 0 10px 10px;
}

.cogi .txt14 blockquote ol {
	list-style-type: lower-roman;
}
#contents #right_contents .center {
	text-align: center;
	margin: 30px 0;
}
#contents #right_contents .img_right {
	margin: 20px 0;
	overflow:hidden;
}
#contents #right_contents .img_left {
	margin: 20px 0;
	overflow:hidden;
}

/* 教育活動 */
#contents #right_contents .kyouiku_txt { 
	font-size: 14px;	/* 文字サイズ指定 */
	line-height: 18px;
}

/* neagotiation */
#contents #right_contents .neagotiation_txt {
	font-size: 14px;	/* 文字サイズ指定 */
}
.neagotiation_hyo_txt th,
.neagotiation_hyo_txt td{
	font-size: 14px;	/* 文字サイズ指定 */
	line-height: 18px;
}


/* 研究活動 */
#contents #right_contents .kenkyu_txt { 
	font-size: 12px;	/* 文字サイズ指定 */
	line-height: 16px;
}
.kenkyu_hyo_text th,
.kenkyu_hyo_text td{
	font-size: 12px;	/* 文字サイズ指定 */
	line-height: 18px;
}

/* reseach_e */
#contents #right_contents .reseach_text { 
	font-size: 12px;	/* 文字サイズ指定 */
	line-height: 19px;
}

#contents #right_contents .neagotiation a:hover {
	color: #00F;
	text-decoration: underline;
}
#contents #right_contents .neagotiation a:visited {
	color:#903;
	text-decoration: underline;
}
#contents #right_contents .neagotiation .bg_green {
	color: #FFF;
	background-color: #360;
	padding: 5px;
	text-align:center;
}
#contents #right_contents .neagotiation .country {
	margin: 0 auto;
}
#contents #right_contents .neagotiation .img_info4 {
	float: left;
	width: 270px;
	margint:0 5px;
}
#contents #right_contents .neagotiation blockquote .mglf20 {
	margin-left: 20px;
}
#contents #right_contents .neagotiation .negotiation_table table {
	border-collapse:collapse;
}
#contents #right_contents .neagotiation .center.txt12_blu.style7 {
	background-color: #0FF;
}

#contents #right_contents .neagotiation .negotiation_table th {
	text-align:center;
	background-color:#0FF;
}
#contents #right_contents .neagotiation .negotiation_table td {
	text-align:center;
	padding:3px 0;
}
#contents #right_contents .course {
	background-color: #6C3;
	border: 1px solid #CCC;
	margin:20px 0;
}
#contents #right_contents .course th {
	background-color:#669900;
	vertical-align:middle;
	width: 25%;
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px solid #666;
	font-size: 14px;
	line-height: 18px;
}
#contents #right_contents .course tr td {
	background-color:#FFF;
	vertical-align:middle;
	padding:5px;
	text-align:center;
	border:1px solid #666;
	font-size: 11px;
	line-height: 16px;
}

#contents #right_contents .rireki table caption {
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px 0;
	font-size:16px;
	color:#009;
}
#right_contents .rireki table tr th {
	background-color: #EEC;
	width: 130px;
	border:1px solid #CCCC33;
	padding:3px;
}
#contents #right_contents .rireki table {
	border-collapse:collapse;
	border:1px solid #CCCC33;
	margin-bottom:10px;
}
#contents #right_contents .rireki table tr td {
	border:1px solid #CCCC33;
	padding:3px 5px;
}
#contents #right_contents .reseach caption {
	text-align: center;
	margin-bottom: 10px;
}
#contents #right_contents .kenkyuu {
	background-color: #FFF;
	border: 1px solod ;
	margin: 15px 0;
	
}
#right_contents .kenkyuu tr td {
	background-color: #FFC;
	padding:5px 0;
	text-align:center;
}
#contents #right_contents .kenkyuu tr td a {
	color: #00F;
	font-size:11px;
	line-height: 16px;
}
#contents #right_contents .antarcitica {
	font-size: 14px;
}

#contents #right_contents .kenkyuu tr td a:hover {
	text-decoration:underline;
	color: #00F;
}
#contents #right_contents .kenkyuu tr td a:hover {
	text-decoration:underline;
	color:#C09;
}
#contents #right_contents .liability {
	width: 578px;
	border-collapse: collapse;
	border-color:#9C3;
	margin: 10px 0;
}

#contents #right_contents .liability tr th {
	background-color: #eec;
	width: 15%;
	border-color:#9C3;
	padding:5px 0;
	text-align:center;
}
#contents #right_contents .liability tr td {
	border-color:#9C3;
	padding:3px;
}
#contents #right_contents .antarcitica .liability caption {
	text-align: center;
	margin: 15px 0 5px 0;
}
#container #contents #right_contents .antarcitica .liability tr .table_Availability {
	text-align: center;
}
#contents #right_contents .txt_right {
	float: right;
	width: 400px;
}
#contents #right_contents .left_foto {
	width: 160px;
	float: left;
	padding: 3px;
	color: #00F;
}
#contents #right_contents .whats_bar.space {
	margin:10px 0 20px 0;
}
#contents #right_contents .news_menu{
	margin-bottom:15px;
}
#contents #right_contents .news_menu tr td {
	text-align: center;
	padding: 20px 0;
}
#contents #right_contents .link_brock {
	background-color: #EEFFEE;
	border: 1px solid #666;
	padding:10px;
}
#contents #right_contents .link_1 {
	font-weight: bold;
	color: #5f08ab;
	background-color: #99CC33;
	text-align: center;
	padding: 5px;
	margin: 0;
	border: 1px solid #666;
}
#contents #right_contents .link_brock .txt_green {
	color:#158509;
}
#container #contents #right_contents .left_spacer {
	margin-left: 40px;
}
