/* ------------------------------------------------------------ */
/*
* 
* 吹き出し
* 
*/
/* ------------------------------------------------------------ */
.toolTip .data
{
	line-height: 1.0;
	margin-top: 3px;
	padding: 3px;
	height:6em;
}

.toolTip .data p
{
	line-height: 1.0;
	font-size: 12px;
	margin-left:5px;
	margin-top:5px;
}

.toolTip
{
	width:200px;
}

.stationName
{
	font-size : 14px;
	font-weight: bold;
	border-bottom: 1px solid;
	height : 20px;
}

/* ------------------------------------------------------------ */
/*
* 
* コントロール
* 
*/
/* ------------------------------------------------------------ */
input[type=checkbox] 
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-color: white;
}

/* ------------------------------------------------------------ */
/*
* 
* 測定値一覧表
* 
*/
/* ------------------------------------------------------------ */
.tblheader_dose 
{
	border-collapse: collapse;
	color:#FFF;
	font-size:12px;
	background: #228b22;
	line-height:1.1em;
}

.ObsTable {
	width:580px;
	table-layout:fixed;
}

.StationName, #n1 {
	width:200px;
	vertical-align:middle;
	padding:6px;
}

.NowValue, #v1 {
	width:66px;
	vertical-align:middle;
	padding:6px;
}

.LastYearAverage, #v2 {
	width:65px;
	vertical-align:middle;
	line-height:1.1em;
	padding:6px;
}

.FluctuationMax, #v3 {
	width:66px;
	padding:6px;
}

.FluctuationMin, #v4 {
	width:66px;
	padding:6px;
}

/* ------------------------------------------------------------ */
/*
* 
* 局者名ラベル
* 
*/
/* ------------------------------------------------------------ */
.StationNameLableBase {
	background-color:transparent;
	display: inline-block;
	height:25px;
	text-align:center;
}

.StationNameLable {
	color:#fbfff1;
	background-color:#228b22;
	width:100%;
	vertical-align:middle;
	font-size:14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fbfff1;  
	
}

/*----------------------------*/
/* フッター部
/*----------------------------*/
footer #address
{
	padding: 15px 25px;
	margin-bottom: 0px;
	text-align: right;
	font-size: small;
	background-color: #d6ebd6;
}

footer strong
{
	font-size: 15px;
}

footer #credit
{
	margin-top: 5px;
	font-size: small;
	text-align: center;
	padding: 10px;
}