@charset "Shift_JIS";

img {
	font-size: 0;
	border: none;
	vertical-align: bottom;
}

#alert {
	width: 620px;
	background: #cccccc;
}
#alert iframe {
	width: 608px;
	height: 15px;
	margin: 3px;
	border: #eeeeee solid 3px;
	overflow: hidden;
}

#chart_area {
	width: 624px;
	margin-right: -4px;
}
#chart_area .chart_box {
	position: relative;
	float: left;
	width: 150px;
	margin :20px 6px 0 0;
	background: url(/gaikaex/mark/imgs/bg_mark_chart.gif) no-repeat 0 0;
	border-bottom: 1px solid #cccccc;
}
#chart_area .chart_box .pair {
	padding: 9px 0 9px 6px;
	color: #729923;
	line-height: 100%;
	font-weight: bold;
}
#chart_area .chart_box .reload {
	position: absolute;
	top: 7px;
	right: 6px;
	width: 39px;
	height: 16px;
}
#chart_area .chart_box .reload a {
	display: block;
	width: 39px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/gaikaex/mark/imgs/btn_mark_chart_reload.gif) no-repeat 0 0;
}
#chart_area .chart_box .reload a:hover {
	background: url(/gaikaex/mark/imgs/btn_mark_chart_reload.gif) no-repeat 0 -16px;
}
#chart_area .chart_box .chart {
	margin: 0 6px 0 4px;
  text-align: center;
}

