@charset "UTF-8";
/** --------------------------------------------------------------------------
 * 個別銘柄レポート関連
 * ------------------------------------------------------------------------ */
#report {
	width: 620px;
}

/** --------------------------------------------------------------------------
 * 個別銘柄レポート関連 汎用
 * ------------------------------------------------------------------------ */

#report .num {
	font-weight: bold;
	font-size: 120%;
}
#report .plus {
}
#report .minus {
	color: #FF0000;
}
#report .scale {
	font-size: 80%;
	color: #999999;
}
#report img.mark {
	float: left;
}

#report_navi p.desc {
	margin: 5px;
	line-height: 1.5em;
}
#report_navi p.help {
	text-align: right;
	margin: 5px;
	line-height: 1.5em;
}


/** --------------------------------------------------------------------------
 * 銘柄名バー(タイトルバー)
 * ------------------------------------------------------------------------ */

#report div.stockname_bar {
	background:  url(../img/bg_stockname_m_h1.png) no-repeat;
	height: 43px;
}
/* stock name */
#report div.stockname_bar div.stockname {
	float: left;
}
#report div.stockname_bar div.stockname h1 {
	padding: 6px 0px 0px 20px;
	font-size: 20px;
	color: #fff;
}
#report div.stockname_bar img.tw_mark {
	vertical-align: middle;
}

/* sector name */
#report div.stockname_bar div.sectorname {
	float: right;
}
#report div.stockname_bar div.sectorname h2 {
	padding: 10px 20px 0px 0px;
	font-size: 16px;
	color: #fff;
}

#report div.common {
	width: 620px;
}
#report div.common div.top {
	background:  url(../img/bg_rep_head_1.png) no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
}
*html #report div.common div.top {
	background:  url(../img/bg_rep_head_1.png) no-repeat;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 5px;
}
#report div.common div.main {
	padding: 0px 8px;
	margin: 0px;
	background: #448CB3;
}
#report div.common div.main table {
	border-collapse: collapse;
	width: 100%;
}
#report div.common div.main table th {
	text-align: center;
	padding: 3px;
	background: #CADFEA;
	border: 1px solid #448CB3;
}
#report div.common div.main table td {
	text-align: right;
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #448CB3;
}
#report div.common div.bottom {
	background: url(../img/bg_rep_head_2.png) no-repeat;
	height: 8px;
}
#report div.common div.desc {
	color: #666666;
	font-size: 90%;
	margin: 1px 0px 5px 5px;
	float: left;
}
#report div.common div.update {
	color: #666666;
	font-size: 90%;
	margin: 1px 5px 5px 0px;
	float: right;
}

/** --------------------------------------------------------------------------
 * 外部リンク
 * ------------------------------------------------------------------------ */
#report div.extlink {
	margin: 5px 20px;
	display: block;
}
#report div.extlink p {
	text-decoration: none;
}
/** --------------------------------------------------------------------------
 * 進ちょくグラフ用
 * ------------------------------------------------------------------------ */
#report div.prog_graph {
	min-height: 320px;
	margin: 10px 20px;
}
/* for IE6 */
*html #report div.prog_graph {
	height: auto !important;
	height: 320px;
}
#report div.prog_graph div.left {
	width: 365px;
	float: left;
}
#report div.prog_graph div.left h5{
	text-align: center;
}
#report div.prog_graph div.right {
	border: solid 1px #999999;
	background: #DDDDDD;
	width: 200px;
	text-align: center;
	float: right;
}
#report div.prog_graph div.right h5{
	text-align: center;
	font-size: 90%;
}
#progress_graph_area_right_chart {
	margin: 10px auto 0px auto;
	text-align: center;
	float: right;
}

#progress_graph_area table {
}
#progress_graph_area th {
	font-weight: bold;
}

#kns_description {
	margin: 10px 30px 10px 30px;
}
#kns_description strong {
	font-weight: bold;
	font-size: 180%;
}
#sch_message {
	font-size: 80%;
	color: #A0A0A0;
	margin: 5px 30px 5px 30px;
}

/** --------------------------------------------------------------------------
 * 現在（前期）の進ちょく状況
 * ------------------------------------------------------------------------ */
#progress_current {
	margin: 0px 30px 0px 30px;
	border: solid 1px #AAAAAA;
	padding:  3px 0px 25px 10px;
}
#progress_current img.mark {
	float: left;
	margin: 5px;
}
#progress_current strong {
	font-size: 150%;
}
#progress_current p#ma {
	margin: 4px 0px 0px 0px;
}
#progress_past {
	margin: 0px 5px 0px 5px;
	padding:  3px 0px 3px 5px;
}
#progress_past img.mark {
	float: left;
	margin: 5px;
}
#progress_past strong {
	font-size: 120%;
}

/** --------------------------------------------------------------------------
 * 業種比較グラフ用
 * ------------------------------------------------------------------------ */
#report div.comp_graph {
	min-height: 230px;
	margin: 10px 20px;
}
/* for IE6 */
*html #report div.comp_graph {
	height: auto !important;
	height: 230px;
}
#report div.comp_graph div.left {
	border: solid 1px #999999;
	width: 340px;
	text-align: center;
	float: left;
}
#report div.comp_graph div.left h5{
	text-align: center;
}
#report div.comp_graph div.right {
	width: 200px;
	text-align: left;
	float: right;
}
#report div.comp_graph div.right h5{
	font-size: 90%;
}

#report div.comp_graph div.right table th {
	background: url(../img/table_bg_01.png) repeat-x bottom;
	padding: 3px;
	border: 1px solid #999999;
	text-align: center;
}
#report div.comp_graph div.right table td {
	padding: 3px;
	border: 1px solid #999999;
}
#report div.comp_graph div.right table td.left {
	text-align: left;
}
#report div.comp_graph div.right table td.center {
	text-align: center;
}
#report div.comp_graph div.right table td.right {
	text-align: right;
}

/** --------------------------------------------------------------------------
 * コンセンサス推移グラフ用
 * ------------------------------------------------------------------------ */
#report div.chg_graph {
	min-height: 230px;
	margin: 10px 20px;
}
/* for IE6 */
*html #report div.chg_graph {
	height: auto !important;
	height: 230px;
}
#report div.chg_graph div.left {
	border: solid 1px #999999;
	width: 335px;
	text-align: center;
	float: left;
}
#report div.chg_graph div.left h5{
	text-align: center;
}
#report div.chg_graph div.right {
	width: 230px;
	text-align: left;
	float: right;
}
#report div.chg_graph div.right img.mark {
	margin: 3px;
}
#report div.chg_graph div.right h5{
	font-size: 90%;
}
/** --------------------------------------------------------------------------
 * コンセンサス推移用 テーブル
 * ------------------------------------------------------------------------ */
#report div.chg_tbl_area {
}
#report div.chg_tbl_area table {
	width: 100%;
	border-collapse: collapse;
}
#report div.chg_tbl_area table th {
	background: url(../img/table_bg_01.png) repeat-x bottom;
	padding: 3px;
	border: 1px solid #999999;
	text-align: center;
}
#report div.chg_tbl_area table td {
	padding: 3px;
	border: 1px solid #999999;
}
#report div.chg_tbl_area table td.left {
	text-align: left;
}
#report div.chg_tbl_area table td.center {
	text-align: center;
}
#report div.chg_tbl_area table td.right {
	text-align: right;
}

/** --------------------------------------------------------------------------
 * レポート用 標準テーブル
 * ------------------------------------------------------------------------ */
#report div.tbl_area {
	margin: 10px 20px;
}
#report div.tbl_area table {
	width: 100%;
	border-collapse: collapse;
}
#report div.tbl_area table th {
	background: url(../img/table_bg_01.png) repeat-x bottom;
	padding: 3px;
	border: 1px solid #999999;
	text-align: center;
}
#report div.tbl_area table td {
	padding: 3px;
	border: 1px solid #999999;
}
#report div.tbl_area table td.left {
	text-align: left;
}
#report div.tbl_area table td.center {
	text-align: center;
}
#report div.tbl_area table td.right {
	text-align: right;
}

/** --------------------------------------------------------------------------
 * 目標株価
 * ------------------------------------------------------------------------ */
#report div.tp_area {
	margin: 5px 20px;
}
#report div.tp_area div.tp_box {
	width: 340px;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #999999;
	text-align: center;
}
#report div.tp_area div.tp_box strong.tp_num {
	font-size: 150%;
}


/** --------------------------------------------------------------------------
 * サブコンテンツ Yahoo!リンク
 * ------------------------------------------------------------------------ */
div.yahoo_link {
}
div.yahoo_link div.chart {
	padding: 10px;
	text-align: center;
}
div.yahoo_link div.link {
	padding: 10px;
	font-size: 90%;
}

/** --------------------------------------------------------------------------
 * 新レポート 進捗状況
 * ------------------------------------------------------------------------ */
#report_prog {
}
#report_prog div.top {
	height: 100px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
#report_prog div.top div.mark {
	width: 100px;
	float: left;
}
#report_prog div.top div.comment {
	float: left;
	padding: 10px 0px;
	width: 470px;
}
#report_prog div.top div.comment strong {
	font-weight: bold;
	font-size: 16px;
}
#report_prog div.top div.comment span.num {
}
#report_prog div.top div.comment span.minus {
	color: #FF0000;
}

#report_prog div.chart {
	margin: 10px;
}
#report_prog div.chart span.title {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5em;
}
#report_prog div.chart div.now {
	padding: 10px 3px;
	width: 360px;
	float: left;
	border: 1px solid #CCCCCC;
}
#report_prog div.chart div.past {
	width: 200px;
	margin: 0px 5px;
	padding: 5px;
	float: left;
	background: #CCCCCC;
	border: 1px solid #999999;
}
#report_prog div.chart div.past img {
	margin: 3px;
}
#report_prog div.chart div.past table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

#report_prog div.chart div.past table td {
	padding: 2px;
	border: 1px solid #999999;
	background: #FFFFFF;
}
#report_prog div.chart div.past table td.center {
	text-align: center;
}
#report_prog div.chart div.past table td.right {
	text-align: right;
}

/** --------------------------------------------------------------------------
 * 数値テーブル 数値マトリックス用
 * ------------------------------------------------------------------------ */

#report_prog div.progress_table {
/*	border: solid 1px #000;*/
	margin: 10px;
}
#report_prog div.progress_table table {
	width: 100%;
	border-collapse: collapse;
}

#report_prog div.progress_table th{
	border: solid 1px #AAAAAA;
	text-align: center;
	padding: 5px;
}
#report_prog div.progress_table th.std{
	background:  url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
	font-color: #FF0000;
	text-align: center;
}
/* 前期実績見出し用*/
#report_prog div.progress_table th.fy0{
	background:  url(../img/table_bg_05.png);
	background-position: bottom;
	font-color: #FF0000;
	text-align: right;
}
#report_prog div.progress_table td.fy0{
	background: #DDDDDD;
	text-align: right;
}

/* 今期実績見出し用*/
#report_prog div.progress_table th.fy1{
	background: url(../img/table_bg_02.png) repeat-x;
	background-position: bottom;
	font-color: #FF0000;
	text-align: right;
}
/* 今期会社予想見出し用*/
#report_prog div.progress_table th.est{
	background: url(../img/table_bg_03.png);
	background-position: bottom;
	font-color: #FF0000;
	text-align: right;
}
/* 今期コンセンサス予想見出し用*/
#report_prog div.progress_table th.con{
	background: url(../img/table_bg_04.png);
	background-position: bottom;
	text-align: right;
}

#report_prog div.progress_table td{
	border: solid 1px #AAAAAA;
	width: 20%;
	text-align: right;
	padding: 5px;
}
#report_prog div.progress_table p.fy {
	text-align: right;
}
#report_prog div.progress_table p.rp {
	text-align: right;
}
#report_prog div.progress_table p.progress {
	text-align: right;
	font-weight: normal;
}
#report_prog div.progress_table p.scale {
	text-align: right;
}

/** --------------------------------------------------------------------------
 * 会社発表履歴テーブル
 * ------------------------------------------------------------------------ */
#report_prog div.history_table {
	margin: 10px;
}
#report_prog div.history_table table {
	width: 100%;
	border-collapse: collapse;
}
#report_prog div.history_table th {
	border: solid 1px #AAAAAA;
	text-align: center;
	padding: 5px;
}
#report_prog div.history_table th.std {
	background:  url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
	font-color: #FF0000;
	text-align: center;
}
#report_prog div.history_table th.con {
	background:  url(../img/table_bg_04.png) repeat-x;
	background-position: bottom;
}
#report_prog div.history_table tr.act {
	color: #333333;
	background: #FFECFF;
	font-size: 115%;
}
#report_prog div.history_table tr.est {
	color: #004080;
	font-size: 90%;
}
#report_prog div.history_table td {
	border: solid 1px #AAAAAA;
	padding: 3px;
}
#report_prog div.history_table td.date {
	text-align: right;
}
#report_prog div.history_table td.fy {
	text-align: right;
}
#report_prog div.history_table td.term {
	text-align: right;
}
#report_prog div.history_table td.type {
	text-align: right;
}
#report_prog div.history_table td.rp {
	text-align: right;
}
#report_prog div.history_table td.con {
	font-weight: bold;
	color: #006600;
	text-align: right;
}
#report_prog div.history_table p.scale {
	text-align: right;
}

/** --------------------------------------------------------------------------
 * 決算トピックス レポート用（開示情報を含む）
 * ------------------------------------------------------------------------ */
#report_tpx {
	width: 600px;
}
#report_tpx div.rt_block {
	margin: 0px 0px 0px 10px;
	font-size: 14px;
}
#report_tpx div.rt_block div.rt_sep {
	margin-top: 10px;
	font-weight: bold;
}
#report_tpx div.rt_block div.rt_rec {
	margin: 0px 0px 0px 10px;
	line-height: 2.0em;
}
#report_tpx div.rt_block div.rt_rec img {
	vertical-align: middle;
}
#report_tpx div.rt_block div.rt_rec span.date_new {
	color: #FF3300;
}
#report_tpx a.title {
	font-weight: bold;
}
#report_tpx a.title:hover {
	font-weight: bold;
	text-decoration: underline;
}
#report_tpx a.title:visited {
	font-weight: normal;
	color: #888888;
}

#report_tpx div.chart_ex {
	margin: 5px 0px;
	text-align: right;
}
#report_tpx div.chart_ex {
	margin: 5px 0px;
	text-align: right;
}
#stock_chart {
	margin: 5px 0px 0px 10px;
}


/** --------------------------------------------------------------------------
 * 通期財務状況レポート用
 * ------------------------------------------------------------------------ */
#report_zim {
	margin:  0px 10px;
}
#report_zim div.c2 {
}
#report_zim div.c1 {
	float: left;
	width: 290px;
}
#report_zim div.chart {
	margin: 5px;
	padding: 3px 20px 3px 3px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#report_zim div.chart h5 {
	text-align: center;
}
#report_zim div.table {
	width: 580px;
}
#report_zim div.table p.scale {
	text-align: right;
}
#report_zim div.table p.comment {
}
#report_zim table {
	width: 100%;
	border-collapse: collapse;
}
#report_zim table tr.sub {
	background: #EEEEEE;
}
#report_zim table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
	font-color: #FF0000;
	text-align: center;
}
#report_zim table th.act {
	background: url(../img/table_bg_02.png) repeat-x bottom;
}
#report_zim table th.est {
	background: url(../img/table_bg_03.png) repeat-x bottom;
}
#report_zim table th.sub {
	background: url(../img/table_bg_05.png) repeat-x bottom;
}
#report_zim table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#report_zim table td.center {
	text-align: center;
}
#report_zim table td.right {
	text-align: right;
}


