@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　右列コンテンツ
--------------------------------------*/

/* 共通 */
#right-contents{
	width:32%;
	background-color:#FFFFFF;
	float:left;
	padding: 2px;
	position: relative;
}

/* 海外主要為替 */
#right-contents #overseasExchange .line{
	float:left;
	margin:5px;
}

#right-contents #overseasExchange .name{
	font-size:14px;
	width:70%;
}

#right-contents #overseasExchange .price{
	font-weight: bold;
	font-size:12px;
	text-align:right;
}

#right-contents #overseasExchange .date{
	text-align:right;
	font-size:12px;
}

#right-contents #overseasExchange .chartBox{
	padding: 7px 0px 10px;
	text-align: center;
	border-bottom : 1px solid #CCCCCC;
}

/* 業種別・市場別検索 */
#right-contents #bizType .box{
	width:48%;
	float:left;
	padding:2px;
	font-size:13px;
}

#right-contents #bizType .bizTypeParent{
	padding-bottom:4px;
	width:150px;
}

#right-contents #bizType .bizTypeChild{
	padding-left:30px;
	width:110px;

}

#right-contents #marketType #market .box{
	width:90%;
	padding:2px;
	font-size:12px;
}

/* CME日経225先物（終値）*/
#right-contents #Nikkei225 .annotation{
	font-size:12px;
	font-weight:normal;
}
#right-contents #Nikkei225 table{
	background-color:#CCCCCC;
	text-align:center;
	width:100%;
}

#right-contents #Nikkei225 th{
	background-color:#E0EBFE;
	color:#000000;
	font-weight:normal;
	padding:4px;
}

#right-contents #Nikkei225 td{
	background-color:#FFFFFF;
	font-weight:normal;
	padding:4px;
}

/* COMEX 金 */
#right-contents #comexGold .annotation{
	font-size:12px;
	font-weight:normal;
}

#right-contents #comexGold table{
	background-color:#CCCCCC;
	text-align:center;
	width:100%;
}

#right-contents #comexGold th{
	background-color:#E0EBFE;
	color:#000000;
	font-weight:normal;
	padding:4px;
}

#right-contents #comexGold td{
	background-color:#FFFFFF;
	padding:4px;
}

/* NYMEX 原油 */
#right-contents #nymexOil .annotation{
	font-size:12px;
	font-weight:normal;
}
#right-contents #nymexOil table{
	background-color:#CCCCCC;
	text-align:center;
	width:100%;
}

#right-contents #nymexOil th{
	background-color:#E0EBFE;
	color:#000000;
	font-weight:normal;
	padding:4px;
}

#right-contents #nymexOil td{
	background-color:#FFFFFF;
	padding:4px;
}

#right-contents #pickup #link .box{
	padding:2px;
	font-size:12px;
}
