@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: 100%;
	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 table.normal {
	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;
	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_prog div.dps_table {
/*	border: solid 1px #000;*/
	margin: 10px;
}
#report_prog div.dps_table table {
	border-collapse: collapse;
}

#report_prog div.dps_table th{
	border: solid 1px #AAAAAA;
	text-align: center;
	padding: 5px;
}
#report_prog div.dps_table th.std{
	background:  url(../img/table_bg_01.png) repeat-x;
	background-position: bottom;
	font-color: #FF0000;
	text-align: center;
}

#report_prog div.dps_table td.fy0{
	background: #DDDDDD;
	text-align: right;
}

#report_prog div.dps_table td{
	border: solid 1px #AAAAAA;
	text-align: right;
	padding: 5px;
}

#report_prog div.dps_table p.scale {
	text-align: right;
}

#report_prog div.dps_table p.title {
	font-size: 120%;

}

/** --------------------------------------------------------------------------
 * 通期財務状況レポート用
 * ------------------------------------------------------------------------ */
#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;
}

/** --------------------------------------------------------------------------
 * 増田足チャート用
 * ------------------------------------------------------------------------ */
#report_chart {
	margin:  8px 0px;
	border: 1px solid #CCCCCC;
}

#clockCommentArea {
	padding: 3px;
	font-size: 130%;
}

#totalComment {
	padding: 3px;
	font-size: 110%;
}
#masudaLink {
	padding: 5px 3px;
}
#masudaLink td.link {
	text-align: right;
	/* Vertical-align:bottom; */
}

#masudaHelp {
	margin:  8px 5px;
}
#masudaHelp p.title {
	font-weight: bold;
}
#masudaHelp p.help {
	text-align: left;
}
#masudaHelp p.link {
	text-align: right;
}
#masudaHelp h3.title {
	background: #CADFEA;
	padding: 3px;
	margin: 2px;
	font-size: 90%;
}
#masudaHelp p.contents {
	line-height: 1.5em;
	font-size: 80%;
}

/** --------------------------------------------------------------------------
 * チャートページPR用
 * ------------------------------------------------------------------------ */

#ad_text_chart_pr {
	margin-left: 0px;
	width: 620px;
	background: #ECF5FF;
}
#ad_text_chart_pr p.box {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #ECF5FF;
}
#ad_text_chart_r p.box a {
	font-weight: bold;
	text-decoration: underline;
	color: #0033CC;
	line-height: 2.0em;
}

/** ----------------------------------------------------------------------------
 * 想定株価レンジ(PERアプローチ、PBRアプローチ)で使用するCSS
 * modify：2014/03/19
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* ページ共通 */
div.clear {
	clear: both;
}

/* -------------------------------------------------------------------------- */
/* タブメニュー */
/* common_parts.cssの設定より優先度を強める */
#tab_select a.tab_long {
	padding-left: 25px;
	padding-right: 25px;
}
#tab_select span.tab_long {
	padding-left: 25px;
	padding-right: 25px;
}

/* ========================================================================== */
/* 想定株価レンジヘッダー情報 */
div.range_header {
	margin: 20px auto 30px 10px;
}
div.range_header_L {
	width: 160px;
	float: left;
}
div.range_header_R {
	margin: 0px 0px 0px 20px;
	width: 250px;
	float: left;
}
div.range_header_set {
	float: left;
	width: 400px;
}
div.range_header_RR {
	margin-right: 15px;
	float: right;
}

/* -------------------------------------------------------------------------- */
table.tbl_kabu {
	border-collapse: collapse;
	//width: 100%;
}
th.tbl_kabu {
	text-align: center;
	padding: 3px;
	background-image: url("../img/bg_tab_3.png");
	border: 1px solid #aaaaaa;
	width: 150px;
}
td.tbl_kabu {
	text-align: right;
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #aaaaaa;
}

/* -------------------------------------------------------------------------- */
table.tbl_eps_per {
	border-collapse: collapse;
	//width: 100%;
}
th.tbl_eps_per {
	text-align: center;
	padding: 3px;
	background-image: url("../img/bg_tab_3.png");
	border: 1px solid #aaaaaa;
	width: 80px;
}
th.tbl_eps_per_long {
	width: 170px;
}
td.tbl_eps_per {
	text-align: right;
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #aaaaaa;
}
td.tbl_eps_per_num {
	text-align: right;
}
td.tbl_eps_str {
	text-align: center;
}

/* ========================================================================== */
/* 上値目途、妥当株価、下値目途の情報を表示 */
div.medo_info {
	margin: 10px 20px 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dashed #aaaaaa;
	border-style: ;
}
div.medo_info_L {
	width: 260px;
	float: left;
}
div.medo_info_R {
	margin: 5px auto;
	//vertical-align:middle;
	height: 200px;
	width: 320px;
	float: left;
}

/* -------------------------------------------------------------------------- */
table.tbl_medo {
	margin: 2px auto 2px;
	border-collapse: collapse;
}
td.tbl_medo {
	text-align: center;
	padding: 3px;
	background: #FFFFFF;
	border: 0px;
	width: 120px;
}
td.tbl_medo_p95 {
	text-align: right;
	padding: 5px;
	background: #e2fae7;
	border: 2px solid #20C040;
	width: 120px;
}
td.tbl_medo_75 {
	text-align: right;
	padding: 5px;
	background: #ffe6ed;
	border: 2px solid #FF4876;
	width: 120px;
}
td.tbl_medo_m95 {
	text-align: right;
	padding: 5px;
	background: #f0e1ff;
	border: 2px solid #8000FF;
	width: 120px;
}
td.tbl_medo_68 {
	text-align: right;
	padding: 5px;
	background: #FFFFFF;
	border: 0px;
}
font.medo_title {
	font-size: 14px;
	font-weight: bold;
}
font.medo_value {
	font-size: 20px;
	font-weight: bold;
}

/* ========================================================================== */
/* サブナビゲートを表示 */
div.report_sub_navi {
	margin: 5px 20px 8px 20px;
}
div.report_sub_navi ul {
	list-style:none;
}
div.report_sub_navi li {
	float:left;
}
div.report_sub_navi li.naviR {
	float:right;
}


/* ========================================================================== */
/* グラフを表示 */
div.graph {
	border: 1px solid #aaaaaa;
	margin: 8px 14px 10px 14px;
}
div.graph_L {
	float: left;
	margin: 5px 0px 5px 2px;
}
div.graph_R {
	float: left;
	margin: 5px auto;
}

/* -------------------------------------------------------------------------- */
/* アプローチ説明を表示 */
div.explain {
}
div.explain_frame_per {
	border: 1px solid #538dd5;
	background-color: #c5d9f1;
	margin: 20px;
	padding: 10px;
}
div.explain_frame_pbr {
	border: 1px solid #00b050;
	background-color: #ecfff3;
	margin: 20px;
	padding: 10px;
}
/* -------------------------------------------------------------------------- */
div.explain_top_title_per {
	float: left;
	background: #538dd5;
	color: #ffffff;
	padding: 5px 20px;
}
div.explain_top_title_pbr {
	float: left;
	background: #00b050;
	color: #ffffff;
	padding: 5px 20px;
}
div.explain_top_content {
	float: left;
}
div.explain_top_content1 {
	margin: 5px 20px;
}
div.explain_top_content2 {
	padding: 5px 20px;
}
div.explain_top_content3 {
	float: left;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 3px 10px;
}
div.explain_top_content4 {
	float: left;
	padding: 3px 10px;
}
div.explain_top_content5 {
	float: left;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 3px 20px;
	color: #ff0000;
}
div.explain_top_content6 {
	border: 1px solid #ff0565;
	background-color: #ffffff;
	margin: 5px 20px;
	padding: 5px 10px;
	color: #123565;
}

/** --------------------------------------------------------------------------
 * 個別銘柄レポート関連 前方・後方銘柄情報
 * ------------------------------------------------------------------------ */
#report_previous_next {
	width: 620px;
}
#report_previous_next div.left{
	float: left;
	font-weight: bold;
}
#report_previous_next div.right{
	float: right;
	font-weight: bold;
}