@charset "utf-8";

@import url("idx_style.css");

/*===============================================
●style.css 画面の横幅が769px以上
●多言語版のindex.html用CSS。基本はindex_styleと同じだが
日本語版にはあって多言語版にはない要素があり(「モジュールで選ぶ」など)
横幅や高さをそのまま利用出来ないので、多言語版用に上書き修正する
===============================================*/
@media screen and (min-width: 1024px){
/*************多言語版ページ用*************/

#top_main{
    height: 200px;
    margin: 40px auto 50px;
    width: 934px;
}
#top_main #lang{
	min-height:110px;
	width:auto;
	 float: none;
}

#top_menu div:nth-child(1){
	width:230px;
	line-height:1.5em;
	padding-top:10px;
	padding-bottom:10px;
}
#top_menu div:nth-child(2),
#top_menu div:nth-child(3),
#top_menu div:nth-child(4){
	width:230px;
	line-height:1.5em;
	padding-top:20px;
}

#lang #box_box a div{
	font-size:16px;
}

}


/*英語*/
#box_box a:nth-child(1){
	font-family:"Times New Roman", Times, serif;
}
/*フランス語*/
#box_box a:nth-child(2){
	font-family:"Times New Roman", Times, serif;
}
/*モンゴル語*/
#box_box a:nth-child(3){
	font-family:Arial, Helvetica, sans-serif;
}
/*中国語 zt*/
#box_box a:nth-child(4){
	font-family: "MingLiU";
}
/*中国語 zh*/
#box_box a:nth-child(5){
	font-family: "SimSun";
}
/*朝鮮語*/
#box_box a:nth-child(6){
}
/*タイ語*/
#box_box a:nth-child(7){
}
/*トルコ語*/
#box_box a:nth-child(8){
	font-family:"Times New Roman", Times, serif;
}