
@import url("/info:ndljp/pid/237615/www.nasda.go.jp/shared/css/home/ietopics.css");


/********************************* topics.css ***********************************/

/* topics area */

/* ==== 全トピックス共通 ==== */

#topics{
 margin: 0 0 5px 0;
 font-size: 10pt;
}

/*--------「トピックス」イメージ部分-----------*/
#topics h2{
 padding: 1px 5px 8px 5px;
 margin: 0;
 font-size: 0.85em;
 font-weight: normal;
  /*about "height", see also "overie5.css" 
border: 1px solid #000;*/
}



/*----------------タイトル部分 --------------*/
#topics h3{
	font-size: 1.3em;
	padding: 3px 10px;
}


/*----------------本文 --------------*/

#topicsJP{
 padding: 4px 1em 0 1.5em;
 line-height: 1.25em;
 font-size: 1em;
}
#topics .topicsJP {
 padding: 4px 1em 0 1.5em;
 line-height: 1.25em;
 font-size: 1em;
}


#topicsEN{
 padding: 4px 1em 0 1.5em;
 line-height: 1.0;
 font-size: 0.85em;
}
#topics .topicsEN{
 padding: 4px 1em 0 1.5em;
 line-height: 1.0;
 font-size: 0.85em;
}


#topics .right {
 text-align: right;
 margin: 0 1em 0 0;
}
#topics div.linkList {
 line-height: 1.2;
}


#topics table.layoutBlock,
#topics table.layoutBlock td{
 padding: 0;
}

#topics table.layoutBlock{
 width: 100%; /* see also "overie5.css" */
}


#topics .linkList{
 list-style: none;
 margin: 0.5em;
 padding: 0;
}

#topics .backnumber{
 margin: 0;
 padding: 0 0.5em;
 clear: both;
}

#topics div.backnumber hr{
 display: none;
}




/* ==================================== TOPICS タイプ (背景色＆文字色&リンク色)============================================== */


/*---------------- 背景色 ---------------*/

/**********白**********/

#topics div.bgColorWhite{ background-color: #fff ; }


/**********黒**********/

#topics div.bgColorBlack{ background-color: #000 ; }


/**********灰**********/

#topics div.bgColorGray{ background-color: #ccc ; }

/**********クリーム**********/
#topics div.bgColorInfoBackground{ background-color: #ffffe1 ; }


/*---------------- 文字色 ---------------*/


#topics .fontColorBlack td,
#topics .fontColorBlack th{ color: #000 ;	}


/**********白**********/

#topics .fontColorWhite td,
#topics .fontColorWhite th{ color: #fff ;	}


/**********青**********/

#topics .fontColorBlue td,
#topics .fontColorBlue th{ color: #00f ; }



#topics .fontColorInfoBackground td,
#topics .fontColorInfoBackground th{ color: #ffffe1 ; }


/*---------------- リンク色 ---------------*/


/**********青色　デフォルト**********/
.linkColorBlue #topicsJP a:link,
.linkColorBlue #topicsEN a:link,
.linkColorBlue .linkList a:link{
	color: #2424f2;
}
.linkColorBlue #topicsJP a:visited,
.linkColorBlue #topicsEN a:visited,
.linkColorBlue .linkList a:visited{
	color: #639;
}

/**********水色**********/
.linkColorLblue #topicsJP a:link,
.linkColorLblue #topicsEN a:link,
.linkColorLblue .linkList a:link{
	color: #3cf;
}
.linkColorLblue #topicsJP a:visited,
.linkColorLblue #topicsEN a:visited,
.linkColorLblue .linkList a:visited{
	color: #09d;
}

/**********白**********/
.linkColorWhite #topicsJP a:link,
.linkColorWhite #topicsEN a:link,
.linkColorWhite .linkList a:link{
	color: #fff;
}
.linkColorWhite #topicsJP a:visited,
.linkColorWhite #topicsEN a:visited,
.linkColorWhite .linkList a:visited{
	color: #aaa;
}


/**********オレンジ**********/
.linkColorOrange #topicsJP a:link,
.linkColorOrange #topicsEN a:link,
.linkColorOrange .linkList a:link{
	color: #f90;
}
.linkColorOrange #topicsJP a:visited,
.linkColorOrange #topicsEN a:visited,
.linkColorOrange .linkList a:visited{
	color: #c70;
}















