@charset "utf-8";

/*
    Site Name: tgsサイト
    Description: トピックス用スタイル定義
    Date: 2009年6月5日
    Author: 神林
*/

/*
===== CONTENTS ===========================================

    1: トピックス
		2: 詳細

==========================================================
*/

/*
===== 1: トピックス ==========================================
*/
#subRightColumn .topics table {
	width: 565px;
	font-size: 78%;
}

#subRightColumn .topics th {
	text-align: left;
	padding: 0.8em 0 0.8em 0.8em;
	background: url(../images/common/detail_arrow.gif) no-repeat 0 1.3em;
	line-height: 1.5;
	font-weight: normal;
}

#subRightColumn .topics td {
	padding: 0.8em 0;
	line-height: 1.5;
}

#subRightColumn .topics td a.pdf {
}

#subRightColumn .topics td.nopadding {
	padding: 0;
}

/*
===== 2: 詳細 ==========================================
*/
#subRightColumn .detail .topics_header {
	font-size: 78%;
	border-top: 2px #950003 solid;
	padding: 0.5em 0;
}

#subRightColumn .detail .topics_date {
	float: left;
}

#subRightColumn .detail div.nopadding {
	padding: 0;
}

#subRightColumn .detail .topics_pdf {
	float: right;
}
#subRightColumn .detail .related_company {
	font-size: 78%;
	text-align: right;
	padding: 0.5em 0;
	line-height: 130%;
}

#subRightColumn .detail .topics_title {
	border-top: 2px #950003 solid;
	border-bottom: 1px #950003 solid;
	padding: 0.8em 0;
	text-align: center;
}

#subRightColumn .detail .topics_title h1 {
	font-size: 100%;
	color: #950003;
}

#subRightColumn .detail .topics_title .sub_title {
	font-size: 78%;
	margin-top: 1em;
}

#subRightColumn .detail p.note {
	font-size: 65%;
	color: #666;
}

#subRightColumn .detail td.note {
	font-size: 78%;
	padding: 0.5em 0;
	text-align: center;
}

#subRightColumn .detail span.strong  {
	color: #f00;
	font-weight: bold;
}