/* ----------------------------------------------------------------------
 * 全ページ共通レイアウトスタイル
 * ----------------------------------------------------------------------
 */

body {
	margin: 0px 0px;
	padding: 0px;
	background-color:#ffffff;
	text-align: center;
}
div, table, form {
	margin: 0px;
	padding: 0px;
}
ul {
	margin-left: 0px;
	padding-left: 24px;
}
.body {
	margin: 0px auto;
	width:700px;
}


/*----------------- ヘッダ  ---------------- */
#header {
	width: 700px;
	margin: 0px;
	padding:0px;
}
#h_search {
	text-align: right;
}
#h_sitemap {
	text-align: right;
}

/*----------------- 各セクションのベーススタイル ---------------- */
.section {
	margin: 0px;
	padding: 0px;
	width: 700px;
	text-align: left;
	clear: both;
}
.clear {
	clear: both;
}


/*----------------- ナビゲーション  ---------------- */
#navigation {
	width: 700px;
}


/*----------------- パンクズリスト	  ---------------- */
#pankuzu {
	margin: 0px;
	padding: 3px 0px 8px;
}
#pankuzu:after {
	content: '';
	display: block;
	clear: both;
}
.pankuzu_left {
	float: left;
	width: 500px;
	font-size: 12px;
	padding: 0px;
	text-align: left;
	/*line-height:250%; */
	line-height: 200%;
}
.pankuzu_right {
	float: right;
	width: 200px;
	font-size: 12px;
	padding: 0px;
	text-align: right;
	/* line-height:250%; */
	line-height: 200%;
}
.pankuzu_ret {
	display: none;
}
.pankuzu_func {
	display: inline;
}

/*----------------- 2カラム左右均等  ---------------- */
.leftside_250 {
	width: 255px; float:left; display:block;
}
.rightside_250 {
	width: 250px; float:left; display:block;
}

/*----------------- フッター  ---------------- */
#footer {
	width: 700px;
}

/*----------------- 社名と著作権  ---------------- */
#Copy {
	width: 700px;
	background-color: #cccccc;
}
#Copy:after {
	content: '';
	display: block;
	clear: both;
}
.Copy_left {
	float: left;
	width: 250px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
	padding: 0px;
	text-align: left;
	line-height: 150%;
	background-color: #cccccc;
}

.Copy_right {
	float: right;
	width: 450px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
	padding: 0px;
	text-align: right;
	line-height: 150%;
	background-color: #cccccc;
}

/*----------------- 英語版トップページ：トピックス  ---------------- */
#english_top #scrollbox dl{
	margin-left:8px;
}
#english_top #scrollbox dl dt{
	float:left;
	margin-right:-15px;
}
#english_top #scrollbox dl dt.date_long{
	margin-right:-33px;
}
#english_top #scrollbox dl dd{
	width:180px;
	float:left;
}
*:first-child+html #english_top #scrollbox{
	margin-top:10px;
}
*:first-child+html #english_top #scrollbox dl{
	margin-bottom:5px;
	margin-left:7px;
}
* html #scrollbox{
	margin-top:10px;
}
* html #scrollbox dl{
	margin-bottom:5px;
}
* html #scrollbox dl dd{
	margin-left:32px;
}

/*----------------- 英語版IRトピックス：HOTNEWS  ---------------- */
#e_ir_topic #right_sub1 #hotnews_list{
	margin-bottom:20px;
}
#e_ir_topic #right_sub1 dl{
	margin-bottom:-8px;
}
#e_ir_topic #right_sub1 dl dt{
	float:left;
	margin-right:-17px;
}
#e_ir_topic #right_sub1 dl dt.date_long{
	margin-right:-35px;
}
#e_ir_topic #right_sub1 dl dd{
	width:400px;
	float:left;
}
*:first-child+html #e_ir_topic #right_sub1 dl{
	margin-top:15px;
}
* html #e_ir_topic #right_sub1 dl{
	margin-top:15px;
}

/*----------------- 英語版トピックス ---------------- */
#e_topic #right_sub1 #hotnews_list{
	margin-bottom:20px;
}
#e_topic #right_sub1 dl{
	margin-bottom:-8px;
}
#e_topic #right_sub1 dl dt{
	float:left;
	margin-right:-17px;
}
#e_topic #right_sub1 dl dt.date_long{
	margin-right:-35px;
}
#e_topic #right_sub1 dl dd{
	width:400px;
	float:left;
}
*:first-child+html #e_topic #right_sub1 dl{
	margin-top:15px;
}
* html #e_topic #right_sub1 dl{
	margin-top:15px;
}


/*----------------- clearfix  ---------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----------------------------------------------------------------------------
 * for new style
 * ----------------------------------------------------------------------------
 */
#header:after {
	content: '';
	display: block;
	clear: both;
}
#topimg {
	float: left;
	width: 500px;
	margin: 0px;
}
#header img {
	float: left;
	margin: 0px;
	padding:0px;
}
#topsearch {
	float: right;
	width: 195px;
	margin: 2px 2px 0px 0px;
	text-align: right;
	line-height: 190%;
}
