@charset "UTF-8";
/** グローバルナビ **/
#globalnaviWindow {
	width: 996px;
	/* background-color: black; */
	/* color: White; */
	margin-right: auto;
	overflow: hidden;
}
#globalnaviWindowArea {
	width: 996px !important;
	display: block;
}
#globalnaviWindow div.n1,
#globalnaviWindow div.n2,
#globalnaviWindow div.n3,
#globalnaviWindow div.n4,
#globalnaviWindow div.n5,
#globalnaviWindow div.n6 {
	width: 996px !important;
	overflow: hidden;
}
#globalnaviWindow h1 {
	font-size: 130%;
	font-weight: normal;
	margin: 20px 0px 10px 7px;
	color: #0051A1;
}
#globalnaviWindow p.lead {
	margin: 0px 5px 0px 7px;
	font-weight: normal;
	line-height: 150%;
	text-align: justify;
	font-size: 90%;
}
#globalnaviWindow div.globalPanelWrap {
	margin-left: 30px;
	width: 966px;
}
#globalnaviWindow ul.global_panel {
	width: 960px;
	display: block !important;
	/*margin: 10px 14px 5px 22px;*/
	font-size: 0;
	_background: #f0f0f0;
	_background-color: transparent; /* IE6 hack  fix gray bg */
}
#globalnaviWindow ul.global_panel li {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	font-size: 0;
	text-align: center;
	margin: 0 5px 10px 0;
	width: 183px;
	height: 171px;
	*overflow: hidden; /* IE6 hack */
	*zoom: 1; /* IE6 hack */
}
#globalnaviWindow ul.global_panel li.rightEdge {
	margin-right: 0;
}
#globalnaviWindow ul.global_panel li a {
	width: 183px;
	height: 171px;
	cursor: pointer;
	line-height: 100%;
	background: 0;
	border: 0;
	padding: 0;
	outline: none;
}
#globalnaviWindow ul.global_panel li label {
    width: 130px;
    bottom: 22px;
    height: 14px;
    position: relative;
    background: #cc0000;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    padding: 3px 10px 1px 10px;
    border-radius: 10px;
    xbox-shadow: 3px 3px 5px 0px #888;
    box-shadow: 0px -1px 0px 0px #333 inset;
    text-shadow: #000 0px 1px 0px;
    behavior: url(/en/common/js/PIE.htc);
}
#globalnaviWindow ul.global_panel li a img {
	border: 0;
	width: 183px;	/* DD_belatedPNG */
	height: 171px;
}
#globalnaviWindow ul.left {
/*	width: 564px !important;*/
	width: 580px !important;
	float: left;
	_background-color: transparent; /* IE6 hack */
}
#globalnaviWindow ul.global_panel_right {
	display: block !important;
	float: right;
	width: 302px;
	right: 0px;
	margin-top: 5px;
	padding-right: 37px;
}
#globalnaviWindow ul.global_panel_right li {
	margin: 0px 0px 3px 0px;
	*display: inline;	/* IE6 */
	height: 51px;
	zoom: 1;
}
#globalnaviWindow ul.global_panel_right li a {
	width: 302px;
	height: 51px;
	right: 0px;
}
#globalnaviWindow #stockInfoArea.loaded{
	float: right;
	width: 183px; 
	height: 171px;
	font-size: 90%;
	background-image: url("/en/common/images/tile_plane.png");
	background-repeat: no-repeat;
	padding: 4px;
	padding-right: 27px;
}
#globalnaviWindow #stockInfoArea h3{
	padding: 2px 5px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	line-height: 100%;
	background-color: #eee;
	margin-bottom: 1px;
	font-size: 80%;
	border-radius: 3.5px 3.5px 0 0;
	border: solid 1px #ccc;
	-pie-background: linear-gradient(#fff, #eee);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -ms-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	box-shadow: 0px 0px 0px 1px #fff inset;
	text-shadow: #fff 0px 1px 0px;
	behavior: url(/en/common/js/PIE.htc);
}
/*** tablearea ***/
#globalnaviWindow #stockInfoArea div.tablearea{
	width: 175px;
	padding: 3px;
}
#globalnaviWindow #stockInfoArea div.tablearea table{
	width: 169px !important;
	vertical-align: center;
}
#globalnaviWindow #stockInfoArea div.tablearea table th.textM {
	line-height: 140%;
	font-size: 68%;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}
#globalnaviWindow #stockInfoArea div.tablearea table th.textMM {
	font-weight: normal;
	line-height: 140%;
	font-size: 70%;
	color: #333333;
	text-decoration: none;
	background-color: #f3f3f3;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}
#globalnaviWindow #stockInfoArea div.tablearea table td.textM {
	line-height: 140%;
	font-size: 70%;
	color: #333;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}
#globalnaviWindow #stockInfoArea div.tablearea table td.textMM {
	line-height: 140%;
	font-size: 70%;
	color: #333;
	text-decoration: none;
	background-color: #f3f3f3;
	text-align: right;
	padding-right: 10px;
}
#globalnaviWindow #stockInfoArea div.tablearea table td.textMb {
	line-height: 140%;
	font-size: 70%;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
}
#globalnaviWindow #stockInfoArea div.tablearea table td.textL {
	display: block;
	line-height: 140%;
	font-size: 90%;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#globalnaviWindow #stockInfoArea div.tablearea table img{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:5px;
}
#globalnaviWindow div.all_display {
	margin: 0px 0px 0px auto;
	display: block !important;
	vertical-align: middle;
	height: 32px;
	width: 150px;
	padding-right: 9px;
	z-index: 20;
	position: relative;
}
#globalnaviWindow div.all_display a {
	background-image: url("/en/common/images/globalnavi_showall.png");
	display: block !important;
	height: 32px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#globalnaviWindow div.all_display a:hover {
	background-position: right top;
	_background-position: right 6px;
}
#globalnaviWindow div.all_display a:active {
	background-image: url("/en/common/images/globalnavi_showall_press.png");
	background-repeat: no-repeat;
	background-position: right top;
	_background-position: right 5px;
}
#globalnaviWindow div.all_display a span {
	display: block !important;
	color: #333333;
	line-height: 38px;
	width: 110px;
	font-size: 85%;
	text-align: right;
	*cursor: pointer;
}
#globalnaviClose {
	margin: 0px auto;
	display: block !important;
	height: 17px;
	text-align: center;
	position: relative;
	top: -24px;
	z-index: 10;
}
#globalnaviClose a {
	display: block;
	height: 17px;
	width: 35px;
	margin: 0px auto;
	padding: 13px 10px 0px;
	text-align: center;
	position: relative;
	z-index: 11;
}
#globalnaviClose a span {
	display: block;
	height: 17px;
	width: 35px;
	margin: 0px auto;
	background-image: url("/en/common/images/globalnavi_close.png");
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 15;
	*cursor: pointer;
}
#globalnaviClose a:hover span {
	background-position: center bottom;
	_background-position: center -23px;
}
#globalnaviClose a:active span {
	background-image: url("/en/common/images/globalnavi_close_press.png");
	background-repeat: no-repeat;
	background-position: center top;
}
/* ニュース */
#headSec #globalnaviArea ul li#btnGlobalCorcNews {
}
#headSec #globalnaviArea ul li#btnGlobalCorcNews a {
	width: 200px;
	background-image: url("/en/common/images/globalnavi_news.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcNews a:hover {
	background-image: url("/en/common/images/globalnavi_news_hover.png");
}
#headSec #globalnaviArea ul li#btnGlobalCorcNews a:active {
	background-image: url("/en/common/images/globalnavi_news_click.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcNews a.current {
	background-image: url("/en/common/images/globalnavi_news_click.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcNews a.current:hover {
	background-image: url("/en/common/images/globalnavi_news_hover.png");
}
/* 投資家情報 */
#headSec #globalnaviArea ul li#btnGlobalCorcIr {
}
#headSec #globalnaviArea ul li#btnGlobalCorcIr a {
	width: 199px;
	background-image: url("/en/common/images/globalnavi_ir.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcIr a:hover {
	background-image: url("/en/common/images/globalnavi_ir_hover.png");
}
#headSec #globalnaviArea ul li#btnGlobalCorcIr a:active {
	background-image: url("/en/common/images/globalnavi_ir_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcIr a.current {
	background-image: url("/en/common/images/globalnavi_ir_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcIr a.current:hover {
	background-image: url("/en/common/images/globalnavi_ir_hover.png");
}
/* CSR活動 */
#headSec #globalnaviArea ul li#btnGlobalCorcCsr {
}
#headSec #globalnaviArea ul li#btnGlobalCorcCsr a {
	width: 199px;
	background-image: url("/en/common/images/globalnavi_csr.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcCsr a:hover {
	background-image: url("/en/common/images/globalnavi_csr_hover.png");
}
#headSec #globalnaviArea ul li#btnGlobalCorcCsr a:active {
	background-image: url("/en/common/images/globalnavi_csr_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcCsr a.current {
	background-image: url("/en/common/images/globalnavi_csr_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcCsr a.current:hover {
	background-image: url("/en/common/images/globalnavi_csr_hover.png");
}
/* 企業情報 */
#headSec #globalnaviArea ul li#btnGlobalCorcProfile {
}
#headSec #globalnaviArea ul li#btnGlobalCorcProfile a {
	width: 199px;
	background-image: url("/en/common/images/globalnavi_profile.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcProfile a:hover {
	background-image: url("/en/common/images/globalnavi_profile_hover.png");
}
#headSec #globalnaviArea ul li#btnGlobalCorcProfile a:active {
	background-image: url("/en/common/images/globalnavi_profile_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcProfile a.current {
	background-image: url("/en/common/images/globalnavi_profile_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcProfile a.current:hover {
	background-image: url("/en/common/images/globalnavi_profile_hover.png");
}
/* テクノロジー */
#headSec #globalnaviArea ul li#btnGlobalCorcTechnology {
}
#headSec #globalnaviArea ul li#btnGlobalCorcTechnology a {
	width: 199px;
	background-image: url("/en/common/images/globalnavi_technology.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcTechnology a:hover {
	background-image: url("/en/common/images/globalnavi_technology_hover.png");
}
#headSec #globalnaviArea ul li#btnGlobalCorcTechnology a:active {
	background-image: url("/en/common/images/globalnavi_technology_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcTechnology a.current {
	background-image: url("/en/common/images/globalnavi_technology_pressed.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headSec #globalnaviArea ul li#btnGlobalCorcTechnology a.current:hover {
	background-image: url("/en/common/images/globalnavi_technology_hover.png");
}
/* #globalnaviArea */
#headSec #globalnaviArea {
	height: 56px;
	padding: 0px 0px 1px 0px;
	width: 1000px;
	position: relative;
	min-height: 1%;
}
#headSec #globalnaviArea h1 {
	float: left;
	width: 202px;
	height: 29px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 100%;
}
#headSec #globalnaviArea h1 a {
	display: block;
	height: 29px;
	width: 202px;
	font-size: 1px;
	line-height: 100%;
	text-indent: -9999px;
	text-decoration: none;
}
#headSec #globalnaviArea h1 a:link {
	text-decoration: none;
}
#headSec #globalnaviArea h1 a:visited {
	text-decoration: none;
}
#headSec #globalnaviArea h1 a:hover {
	text-decoration: none;
}
#headSec #globalnaviArea ul {
	height: 70px;
	padding-left: 0;
}
#headSec #globalnaviArea ul li {
	float: left;
	height: 70px;
}
#headSec #globalnaviArea ul li a,
#headSec #globalnaviArea ul li span {
	display: block;
	height: 70px;
	font-size: 1px;
	text-indent: -9999px;
	text-decoration: none;
}
#headSec #globalnaviArea ul li a {
	overflow: hidden;
}
#headSec #globalnaviArea ul li a:link {
	text-decoration: none;
}
#headSec #globalnaviArea ul li a:visited {
	text-decoration: none;
}
#headSec #globalnaviArea ul li a:hover {
	text-decoration: none;
}
/* globalナビゲーション　20120308追加 */
#headSec #otGlobalnaviArea {
	height: 65px;
}
#headSec #otGlobalnaviArea ul {
	width: 930px;
	height: 32px;
}
#headSec #otGlobalnaviArea ul li {
	float: left;
	height: 32px;
}
#headSec #otGlobalnaviArea ul li a,
#headSec #otGlobalnaviArea ul li span {
	display: block;
	height: 32px;
	font-size: 1px;
	line-height: 100%;
	text-indent: -9999px;
	text-decoration: none;
}
#headSec #otGlobalnaviArea ul li a:link {
	text-decoration: none;
}
#headSec #otGlobalnaviArea ul li a:visited {
	text-decoration: none;
}
#headSec #otGlobalnaviArea ul li a:hover {
	text-decoration: none;
}
/** サイドナビ **/
#sidenaviBlock {
}
#sidenaviArea {
}
#tags {
	padding: 5px 0 35px 0;
	background: url(/en/common/images/tab_shadow.png) no-repeat 188px -20px;
}
#scrollTop, #naviClose, #naviOpen {
	width:	25px;
	height:	25px;
	line-height: 25px;
	font-size: 15px;
	color: #555;
	text-align:	center;
	vertical-align:	middle;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	background: #eee;
	-pie-background: linear-gradient(#fff 0%, #eee 100%);
	background: -webkit-linear-gradient(#fff, #eee);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -ms-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	border: solid 1px #bbb;
	border-right: 0;
	/*border-right: solid 1px #bbb;*/
	border-radius: 3.5px 0 0 3.5px;
	box-shadow: 1px 1px 1px 0px #fff inset;
	position: relative;
	behavior: url(/en/common/js/PIE.htc);
}
#scrollTop {
	margin-top: 15px;
}
#scrollTop img {
	margin-top: 3px;
	width: 20px;	/* DD_belatedPNG */
	height: 18px;
}
#naviClose, #naviOpen {
	text-shadow: #fff 0px 1px 0px;
}
div.naviOpenArea {
	width: 0px;
	height: 0px;
}
#naviOpen {
}
#scrollTop:hover, #naviClose:hover, #naviOpen:hover {
	background-color:	#ffffff;
	-pie-background: linear-gradient(#fff 0%, #fff 100%);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top, #fff, #fff);
	background: -ms-linear-gradient(top, #fff, #fff);
	background: linear-gradient(top, #fff, #fff);
	cursor:	pointer;
	behavior: url(/en/common/js/PIE.htc);
}
div.sideNaviShow {
	display:	block;
}
div.sideNaviHide {
	display:	none;
}
/** 前後親ページへのリンク **/
ul.bottomMenu {
	width: 520px;
	margin: 0px auto;
	list-style: none;
	height: 20px;
	font-size: 12px;
}
ul.bottomMenu li {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
ul.bottomMenu li.bottom_left {
	border: 1px Solid black;
	width: 150px;
	padding-left: 20px;
	text-align: left;
}
ul.bottomMenu li.bottom_center {
	border: 1px Solid black;
	width: 130px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
ul.bottomMenu li.bottom_right {
	border: 1px Solid black;
	width: 150px;
	padding-right: 20px;
	text-align: right;
}