@charset "UTF-8";
/* site */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, p, img, ul, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}
img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}
ul {
	list-style: none;
}
h2 {
	margin: 0 0 30px 0;
}
h3 {
	margin: 0 0 20px 0;
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 18px;
}
p {
	line-height: 2em;
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFA525;
}
.bl {
	text-align: left;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
.clear {
	clear: both;
}
.i {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.green {
	color:green;
}
.blue {
	color:blue;
}
.tight-lines {
    line-height: 1.9; /* 行間を狭くする */
}
/* ----------- ここからヘッダー ------------- */
#header {
	width: 100%;
	height: 76px;
	border-top: medium solid #3d44b6;
	background: url(../images/headerborder.png) bottom repeat-x, url(../images/headerbg.png) center 2px repeat-x;
	background-color: #f8f8f8;
}
#head {
	width: 960px;
	margin: 0 auto;
	padding: 21px 0 0 0;
	position: relative;
}
#head h1 {
	width: 384px;
	height: 52px;
	background: url("../images/icon.png") no-repeat;
}
#head h1 a {
	width: 384px;
	height: 52px;
}
#head ul {
	width: 220px;
	height: 31px;
	background: url(../images/sitemap_en.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
#head li {
	float: left;
}
#head #sitemap a {
	width: 108px;
	height: 31px;
}
#head #language a {
	width: 112px;
	height: 31px;
}
#sub_title {
	width:100%;
	height:190px;
	background: url(../images/h2bg.png) center no-repeat;
}
#sub_title div.h2 {
	width:960px;
	height:190px;
	margin:0 auto;
	padding:20px 0 20px 0;
	background: url(../images/sub_h2.png) 0 20px no-repeat;
}
#sub_title div.h3 {
	width:960px;
	height:190px;
	margin:0 auto;
	padding:20px 0 20px 0;
	background: url(../images/Kathmandu.jpg) 0 20px no-repeat;
}
#sub_title h2{
	height: 150px;
	margin-bottom: 0;
	font-size:22px;
	font-weight:100;
	color: #fff;
	line-height: 6.95em;
	text-indent: 1em;
}
#sub_title h2 span {
	font-size: 18px;
}
/* ----------- ここからbreadcrumb ------------- */
#breadcrumb {
	margin:0 0 10px 0;
}
#breadcrumb ul li{
	display:inline-block;
}
#breadcrumb a {
	text-decoration:underline;
}
/* ----------- ここからスライドショー ------------- */
#slide {
	width: 100%;
	height: 420px;
	background:url(../images/bg.png) top no-repeat;
	padding: 20px auto;
}
#slide ul {
	width: 960px;
	height: 350px;
}
.bxslider img {
	margin: 0 auto;

	display: block;
}
/* ----------- ここからカラムレイアウト ------------- */
#contents {
	width: 960px;
	margin: 20px auto;
 	overflow: hidden;	
}
#side {
	width: 220px;
	float: left;
}
#content_t {
	width: 710px;
	margin: 0 0 0 30px;
	float: left;
}
#content_t img {
	float: right;
}
#content_t .about img{
	margin: 0 0 0 30px;
}
#content_s {
	width: 710px;
	margin: 0 0 0 20px;
	float: right;
}
/* ----------ここからside---------- */
/* 1.メニュー全体の親要素 */
#g_navi3 {
	/*
	margin-top: 5px;
	*/
	padding-top: 50px;
	height: auto;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	background: none;
}
/* 2. リスト全体の初期化 */
#g_navi3 ul {
        list-style: none;
        padding: 0;
        margin: 0;
}

/* 3. 各リスト項目：横幅と薄い区切り線を設定します */
#g_navi3 li {
        width: 210px;
        margin: 0 5px;
        border-bottom: 1px solid #e0e0e0;
        box-sizing: border-box;
}

/* 左側に青いアクセント線を引く設定（.blクラスの文字消去設定もここで打ち消します） */
#g_navi3 li.bl {
        border-left: 4px solid #0066cc;
        text-indent: 0 !important;
        overflow: visible !important;
}

/* 4. リンク（テキスト）の設定：文字を真ん中に戻し、デザインを整えます */
#g_navi3 a {
        display: block !important;
        width: 100% !important;
        height: 45px !important;
        line-height: 45px !important;
        padding-left: 15px !important;
        box-sizing: border-box !important;
        float: none !important;

        /* .bl クラスによる文字消去設定を強力に上書きして文字を画面に戻します */
        text-indent: 0 !important;
        overflow: visible !important;

        /* フォント・色・太さ */
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
        font-size: 14px !important;
        font-weight: bold !important;
        color: #444444 !important;
        text-decoration: none !important;

        transition: background-color 0.2s, color 0.2s;
}

/* 5. マウスを重ねた（ホバーした）ときの設定 */
#g_navi3 a:hover {
        background-color: #f5f5f5 !important;
        color: #0066cc !important;
        text-decoration: none !important;
}

/* 6. バナーエリア（ここは元のままで、重複していた記述を整理しました）*/
#bnr {
        height: 228px;
	width: 230px;
        background: url(../images/bnr_en.png) no-repeat;
}
#bnr li {
        width: 210px;
        height: 50px;
        margin: 0 5px;
        padding-top: 5px;
}
#bnr a {
        width: 210px;
        height: 50px;
        float: left;
}
/*
#bnr li.i12 {
        width: 210px;
        height: 50px;
        margin: 0 5px;
        padding-top: 5px;
}
#bnr li.i13 {
        width: 210px;
        height: 50px;
        margin: 0 5px;
        padding-top: 5px;
}
#bnr li.i12 a, #bnr li.i13 a {
        width: 210px;
        height: 50px;
}
/* ----------- ここからcontent_t ------------- */
#content_t .topics dl {
        height: 200px;
        width: 698px;
        border: 1px solid #ddd;
        padding: 10px 0 0 10px;
        margin: -10px 0 30px 0;
        overflow: scroll;
        overflow-x: hidden;
}
#content_t .topics dt {
        background:url(../images/topicarrow.png) left 4px no-repeat;
        padding: 5px 0 5px 20px;
        margin-right: 20px;
        width: 80px;
        float: left;
        clear: both;
}
#content_t .topics dd {
        padding: 5px 0 10px 120px; /* 左側に120pxのスペースを作り、dtの回り込みを防ぐ */
        width: 530px;              /* 全体幅（650px）から左パディング（120px）を引いた値 */
        border-bottom: 1px dotted #999; /* 画像からドット線に変更（文字量に合わせて可変） */
        word-break: break-word; 
        overflow-wrap: break-word;
}
/*#content_t h4.long{
	font-size: 11px;
	line-height: 2em;
}
#content_t h3 {
	width: 710px;
	height: 50px;
	background:url(../images/about_en.png) no-repeat;
	text-indent: -999em;
}
#content_t .topics .important-notice */
    /* ここにImportant Notice用のスタイルを記述 */
/*
        background: none;
        text-indent: 0;
        margin-bottom: 0;
}
#content_t .topics h3 {
	width: 710px;
	height: 42px;
	background:url(../images/topics_en.png) no-repeat;
	text-indent: -999em;
}
#content_t h4 {
	width: 710px;
	height: 40px;
	color: #fff;
	text-indent: 1em;
	line-height: 3em;
	background: url(../images/sub_h4.png) no-repeat;
}
#content_t .topics dl {
	height: 200px;
	width: 698px;
	border: 1px solid #ddd;
	padding: 20px 0 0 10px;
	margin: -10px 0 30px 0;
	overflow: scroll;
	overflow-x: hidden;
}
#content_t .topics dt {
	background:url(../images/topicarrow.png) left 0.2em no-repeat;
	padding: 0 0 5px 20px;
	margin-right: 20px;
	width: 100px;
	float: left;
	clear: both;
}
#content_t .topics dd {
	padding: 0 0 20px 0;
	width: 650px;
	background: url(../images/topic_line.png) left 25px no-repeat;
}
#content_t h4.long{
	font-size: 11px;
	line-height: 2em;
}
*/
/* ----------- ここからcontent_s ------------- */
#content_s h3 {
	width: 710px;
	height: 50px;
	margin-bottom: 10px;
	text-indent: 1em;
	line-height: 3em;
	background: url(../images/sub_h3.png) no-repeat;
}
#content_s h4 {
	width: 710px;
	height: 40px;
	color: #fff;
	margin-bottom: 10px;
	text-indent: 1em;
	line-height: 3em;
	background: url(../images/sub_h4.png) no-repeat;
}
#content_s h4.long{
	font-size: 11px;
	height: 40px;
	line-height: 3.5em;
}
#content_s img.left {
	float: left;
	margin: 0 20px 5px 0;
}
#content_s img.right {
	float: right;
	margin: 0 0 5px 20px;
}
#content_s .small {
	width: 171px;
	margin-right: 8px;
	float: left;
}
#content_s .last {
	margin-right: 0;
}
#content_s dl {
	width: 90%;
}
#content_s dt {
	width: 175px;
	float: left;
	clear :both;
	margin: 0 0 0 15px;
	border-bottom: 1px dotted;
	height:20px;
}
#content_s dd {
	width: 550px;
	margin: 0 0 10px 190px;
	border-bottom: 1px dotted;
	height:20px;
	padding: 0 20px 0 0;
}

#content_s dt.none {
	text-decoration:none;
	border-style:none;
}
#content_s dt.line2 {
	margin:10px 0 0 15px ;
}
#content_s table {
	border: 1px solid;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	width: 100%;
}
#content_s th {
	border: 1px solid #e0e0e0;
	padding: 5px;
}
#content_s th.data_name {
	width: 200px;
}
#content_s th.domain {
	width: 200px;
}
#content_s th.resolution {
	width: 170px;
}
#content_s th.period {

}
#content_s td {
	border: 1px solid #e0e0e0;
	padding: 5px;
}
#content_s ul {
	margin: 0 0 10px 0;
}
#content_s ul.disc {
	list-style: disc;
	margin: 0 0 10px 15px;
}
#content_s ul li {
	margin: 0 0 10px 0;
}
#content_s ol {
	margin: 0 0 10px 0;
}
#content_s ol li {
	margin: 0 0 10px 0;
}
#content_s p.right {
	text-align: right;
}
/* ----------- ここからfooter ------------- */
#footer{
	width: 100%;
	height: 101px;
	margin-top: 50px;
	background:url(../images/footer_background.png) repeat-x;
}
#foot {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#foot p a {
	padding-left: 10px;
	margin-right: 20px;
	background: url(../images/footerarrow.png) left 0.35em no-repeat;
}
#foot #totop {
	float: right;
	position: relative;
	top: -3.5em;
}
#foot .copyright {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
/* 通常時の設定：背景画像を完全に消し、文字を表示させます */
#g_navi3 li.i-text,
#g_navi3 .i-text a {
    background: none !important;      /* 背景画像を完全に消去 */
    background-image: none !important;/* 重ねて背景画像を確実に消去 */
    text-indent: 0 !important;        /* 隠されていた文字を画面内に戻す */
    overflow: visible !important;     /* 文字をはみ出して表示できるようにする */
    
    /* 文字サイズと配置の調整 */
    display: block;
    width: 100%;
    height: 50px;                     /* メニュー1つ分の高さ */
    line-height: 50px;                /* 文字を縦方向の中央に配置 */
    padding-left: 20px;               /* 左側の余白 */
    box-sizing: border-box;

    /* フォントと見た目の設定 */
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;                  /* 文字の大きさ */
    font-weight: bold;                /* 文字を太字に */
    color: #444444;                   /* 文字色 */
    text-decoration: none;            /* 下線を消す */
}

/* マウスを重ねた（ホバーした）時の設定 */
#g_navi3 .i-text a:hover {
    background: none !important;      /* ホバー時も画像が出ないようにする */
    background-color: #f7f7f7 !important; /* 代わりに背景を少しグレーにする */
    color: #0066cc !important;        /* 文字色を青に変える */
    text-decoration: none;
}

