﻿@charset "utf-8";
@import "ncv-base.css";




h2.h2earthquake{
	margin:20px 0 0 0 !important;
	padding:0 !important;
	font-size:1.3em !important;
	height:40px;
	color:#336633 !important;
	background-image:url(../jishin/img/bg_earthh2.gif) !important;
	border-style: none;
}

ul.earthquakeList{
	margin:10px 10px 5px 50px;
}

ul.earthquakeList li{
	margin:0px 0px 5px 0px;
	list-style-type: disc;
}

.earth_priceTable{
	margin:10px 10px 5px 30px;
	width:550px;
	border:1px solid #808080;
	_font-size: 90%;
}

.earth_priceTable th{
	padding:5px;
	width:250px;
	background-color:#F0F0F0;
	border:1px solid #808080;
}

.earth_priceTable td{
	padding:5px;
	font-family:monospace;
	text-align:right;
	background-color:#ffffff;
	border:1px solid #808080;
}

.earth_priceTable td span.price{
	font-weight:bold;
	color:#009900;
}

