@charset "shift_jis";

/*	css情報
---------------------------------------------------------------
	/ report.css
	/ Last Update : 2008-02
	/ トピックスページに関して
---------------------------------------------------------------*/

/*-------------------------------------------------------------
	トピックスのページ
---------------------------------------------------------------*/


/*　見出し
-------------------------------------------------------------*/
	
h3 {
	height:38px;
	margin:0;
	background-repeat: no-repeat;
	background-position: left center;
	color:#7e9f1b;
	font-size:120%;
	line-height:180%;
}

/*　一覧
-------------------------------------------------------------*/

div#topicsText div.box{
	width: 500px;
	margin-bottom: 25px;
	padding: 0;
}

div#topicsText div.box dl{
	width: 500px;
	margin-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/common/line_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#topicsText div.box dt{
	width: 500px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 80px;
	line-height: 140%;
	font-weight: bold;
}

div#topicsText div.box dl.news dt{
	color: #ff9900;
	background-image: url(../img/topics/icon_news.gif);
	height: 23px;
}

div#topicsText div.box dl.others dt{
	color: #94be34;
	background-image: url(../img/topics/icon_others.gif);
	height: 23px;
}

div#topicsText div.box dl.record dt{
	color: #ff9900;
	background-image: url(../img/topics/icon_record.gif);
	height: 23px;
}

div#topicsText div.box dd{
	width: 410px;
	margin: 0;
	padding-left: 98px;
	background-image: url(../img/topics/icon_name.gif);	
	background-repeat: no-repeat;
	background-position: 80px 3px;
	color: #777;
	line-height: 140%;
}

div#topicsText div.box dd a{
	color: #777;
}

/*　詳細
-------------------------------------------------------------*/

div#topicsDetailText div.box{
	width: 500px;
	margin: 15px 0 25px 15px;
	padding: 0;
}

div#topicsDetailText div.box dl{
	width: 500px;
	padding-bottom: 5px;
	background-image: url(../img/common/line_side.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}

div#topicsDetailText div.box dt{
	width: 500px;
	height: 23px;
	margin: 0;
	padding: 5px 0;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 80px;
	line-height: 140%;
	font-weight: bold;
}

div#topicsDetailText div.box dl.news dt{
	color: #ff9900;
	background-image: url(../img/topics/icon_news.gif);
}

div#topicsDetailText div.box dl.record dt{
	color: #ff9900;
	background-image: url(../img/topics/icon_record.gif);
}

div#topicsDetailText div.box dl.others dt{
	color: #94be34;
	background-image: url(../img/topics/icon_others.gif);
}

div#topicsDetailText div.box dd{
	width: 495px;
	margin: 0;
	padding-left: 5px;
	color: #444;
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
}

div#topicsDetailText div.box div.text {
	width: 495px;
	margin: 0;
	padding-left: 5px;
}

div#topicsDetailText div.box div.text p{
	color: #777;
	font-size: 100%;
	line-height: 140%;
}

div#topicsDetailText div.box div.text p.newsText,
div#topicsDetailText div.box div.text p.recordText,
div#topicsDetailText div.box div.text p.othersText{
	color: #777;
	font-size: 100%;
	line-height: 140%;
}

div#topicsDetailText div.box div.text p.newsText span,
div#topicsDetailText div.box div.text p.recordText span{
	color: #ff9900;
	font-size: 100%;
	line-height: 140%;
	display: block;
	font-weight: bold;
}

div#topicsDetailText div.box div.text p.othersText span{
	color: #94be34;
	font-size: 100%;
	line-height: 140%;
	display: block;
	font-weight: bold;
}

div#topicsDetailText div.box div.caption{
	width: 220px;
	margin: 0;
	padding:0;
	font-size: 75%;
	line-height: 130%;
	color:#aaaaaa;
}



/*　関連ページ
---------------------------------*/


div#with {
	width:480px;
	margin-left: 10px;
	margin-bottom: 25px;
}

div#with ul {
	width: 460px;
	margin: 5px 10px 5px 15px;
	padding:0;
}


div#with li{
	width:460px;
	color: #444;
	font-size: 100%;
	line-height: 130%;
	text-align:left;
	padding: 3px 3px 3px 18px;
	background-image: url(../img/topics/icon_name.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

div#with li a{
	color: #777;
}
