/* リンク画面 */
/* リンク要素 */
.linkElement{font-size:8pt;color:blue;text-indent:0pt}
/* リンクオブジェクト */
.linkElement A:link{color:blue;text-decoration:none;} 
/* 既訪のリンク */
.linkElement A:visited{color:blue;text-decoration:none;} 
/* 読み込み中のリンク */
.linkElement A:active{color:blue;text-decoration:none;} 
/* ポイント時のリンク */
.linkElement A:hover{background-color:yellow;color:red;text-decoration:none;} 

/* リンク要素その２(小さい文字:インデント付き) */
.linkElement2{font-size:8pt;color:blue;text-indent:0pt}
/* リンクオブジェクト */
.linkElement2 A:link{color:blue;text-decoration:none;} 
/* 既訪のリンク */
.linkElement2 A:visited{color:blue;text-decoration:none;} 
/* 読み込み中のリンク */
.linkElement2 A:active{color:blue;text-decoration:none;} 
/* ポイント時のリンク */
.linkElement2 A:hover{background-color:yellow;color:red;text-decoration:none;} 

/* リンクのタイトル([画面選択]) */
.linkTitle{font-size:8pt;color:black;font-weight:bold}
/* リンクのタイトル([10分]とか[1時間]) */
.linkTitle2{font-size:8pt;color:black;font-weight:normal}

/* 発令文画面のタイトル */
.messageTitle{font-size:8pt;color:black;font-weight:bold}
/* 発令文 */
.message{}
/*.message{font-size:10pt;color:red}*/

/* 各コンテンツの画面 */
/* 各画面のタイトル */
.title{font-size:16pt;font-weight:normal;text-align:center}
/* 項目名 */
.item{font-size:8pt}
/* 単位 */
.unit{font-size:8pt}
/* 観測時刻 */
.dispTime{font-size:8pt}
/* 局名 */
.station{font-size:8pt}
/* 文章１(タイトルと部品の間の文章) */
.sentence1{font-size:8pt;color:red}
/* 文章２(凡例の文章) */
.sentence2{font-size:8pt;font-weight:bold}
/* 文章３(部品の下の文章) */
.sentence3{font-size:8pt;color:blue}

/* 雨量一覧表画面 */
/* 項目名 */
.chartItem{font-size:8pt}
/* 単位 */
.chartUnit{font-size:8pt}
/* 観測時刻 */
.chartDispTime{font-size:8pt}
/* 局名 */
.chartStation{font-size:8pt}
/* データ(色指定はコンテンツ生成部品の方でやるので､こっちでは指定しない) */
.chartData{font-size:8pt}

/* 表の表示 罫線の間にあいだを開けない(省スペースのため) */
.collapse{border-collapse:collapse}
