@charset "utf-8";

/* ==========================================================
英語用変更点まとめ file_header_en.incでStyle.cssの次にこのファイル
を指定しているので、こちらの指定で上書きされる
============================================================= */


/* =========================================================== */
/* Gloval Navi A --------------------------------------------- */
/* =========================================================== */

/* 文字を小さくして、二行立ての表示をspanタグで調整、背景も別途 */

div#globalNaviA li	{
	font-size: 0.9em;
	}

div#globalNaviA li#gN1	{
	width: 78px;
	}

div#globalNaviA li#gN2	{
	width: 79px;
	}

div#globalNaviA li#gN3	{
	width: 107px;
	}

div#globalNaviA li#gN4	{
	width: 85px;
	}

div#globalNaviA li#gN5	{
	width: 117px;
	}

div#globalNaviA li#gN6	{
	width: 134px;
	}

div#globalNaviA li#gN1Current	{
	width: 78px;
	background: url(image/gN1Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN2Current	{
	width: 79px;
	background: url(image/gN2Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN3Current	{
	width: 107px;
	background: url(image/gN3Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN4Current	{
	width: 85px;
	background: url(image/gN4Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN5Current	{
	width: 117px;
	background: url(image/gN5Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN6Current	{
	width: 134px;
	background: url(image/gN6Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li span.raw1	{
	display: block;
	height: 20px;
	padding: 25px 0px 15px 0px;
	}

div#globalNaviA li span.raw2_1	{
	display: block;
	height: 20px;
	padding: 15px 0px 0px 0px;
	line-height: 1;
	}

div#globalNaviA li span.raw2_2	{
	display: block;
	height: 20px;
	padding: 0px 0px 5px 0px;
	line-height: 1;
	}

div#globalNaviA li a	{
	display: block;
	height: 60px;
	text-decoration: none;
	color: #000;
	}

div#globalNaviA li#gN1 a:hover	{
	background: url(image/gN1Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN2 a:hover	{
	background: url(image/gN2Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN3 a:hover	{
	background: url(image/gN3Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN4 a:hover	{
	background: url(image/gN4Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN5 a:hover	{
	background: url(image/gN5Current_en_background.jpg) no-repeat;
	}

div#globalNaviA li#gN6 a:hover	{
	background: url(image/gN6Current_en_background.jpg) no-repeat;
	}

