@charset "UTF-8";
/*///////////////////////////////////////emc////////////////////////////////////////////
       Site Name  :  DMM FX
       File Name  :  detail.css
       Created     :  2009.05.01
       Up Date     :  2010.03.12
       Copyright (C) DMM FX All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/

/* 経済指標テーブル */
table#IndicatorsTable {
	border-collapse: collapse;
	border:solid 1px #ccc;
	font-size: 12px;
	margin: 0 0 10px;
	width: 100%;
}
table#IndicatorsTable caption {
	text-align: right;
	padding-bottom: 3px;
}
table#IndicatorsTable th {
	background: url(/_img/table_th.png)  left bottom repeat-x #aaa;
	border:solid 1px #ccc;
	color: #fff;
	line-height: 24px;
	padding: 3px;
	white-space: nowrap;
}
table#IndicatorsTable td {
	border:solid 1px #ccc;
	padding: 5px 3px;
}
table#IndicatorsTable tr.bg {
	background:#e8f3ec;
}
table#IndicatorsTable td.result,
table#IndicatorsTable td.forecast,
table#IndicatorsTable td.past {
	text-align: center;
}
table#IndicatorsTable td.date,
table#IndicatorsTable td.currency {
	text-align: center;
	white-space: nowrap;
}
table#IndicatorsTable td.important {
	text-align: center;
	white-space: nowrap;
}
a {
	color: #0079eb;
	text-decoration: underline;
}
a:visited {
	color: #004b91;
	text-decoration: underline;
}
a:active, a:hover {
	color: #00a8ff;
	text-decoration: none;
}
/* 重要度 */
span.StarBig,
span.StarNormal,
span.StarSmall {
	background: url(/_img/indicatoricon.png) no-repeat;
	display: inline-block;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 14px;
	width: 15px;
}
span.StarBig {
	background-position: 0 0;
}
span.StarNormal {
	background-position: -15px 0;
}
span.StarSmall {
	background-position: -30px 0;
}
/* 経済指標 次へ、前へ */
/* ページング --------------------------------------------------------*/
div.PagerNav {
	height:23px;
	margin: 10px 0;
	position: relative;
}
p.PagerPrev {
	height: 23px;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: left;
	top: 0;
}
p.PagerPrev a {
	background: url(../../../../_img/btn_nextprev.png) right 0 no-repeat;
	display: inline-block;
	height: 17px;
	line-height: 17px;
 	padding: 3px 10px 3px 17px;
 	text-decoration: none;
}
p.PagerPrev a span {
	background: url(../../../../_img/btn_nextprev.png) left 0 no-repeat;
	height: 0;
	margin: 0;
	left: 0;
	overflow: hidden;
	padding: 20px 0 0 0;
	position: absolute;
	top:0;
	width: 15px;
}
p.PagerNext {
	height: 23px;
	margin: 0;
	text-align: right;
	top: 0; 
	position: absolute;
	right: 0;
}
p.PagerNext a {
	background: url(../../../../_img/btn_nextprev.png) left -23px no-repeat;
	display: inline-block;
	height: 17px;
	line-height: 17px;
 	padding: 3px 17px 3px 10px;
 	text-decoration: none;
}
p.PagerNext a span {
	background: url(../../../../_img/btn_nextprev.png) right -23px no-repeat;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 23px 0 0 0;
	position: absolute;
	right: -1px;
	top:0; 
	width: 15px;
}
/* トップ読み込み用 --------------------------------------------------------*/
/* トップ読み込みテーブル */
dl#Indicator_topinc {
	line-height: 16px;
	margin: 0;
}
dl#Indicator_topinc dt {
	float:left;
}
dl#Indicator_topinc dd {
	margin: 0 0 5px 10em;
}