@charset "shift_jis";
/*フィールドノート用*/

body{
  text-align : center;
  color : #000000; 
  background: url(../fieldnote/bg.jpg);
}
/*白地に黒文字の指定*/

h1{
  text-align : center;
  color : #000099;
}
/*見出しの設定*/

hr{
  color : #cccccc;
  height: 2px;
}
/*水平線の設定*/

p{
  margin: 1em;
  padding: 0;
  color : #000000;
}
.c1 {
  color : #ff0000; 
  font: bold 0.8em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*赤文字、太字、小さめ、行間標準*/

.c2 {
  color : #ff0000; 
  font: bold 1.5em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*赤文字、太字、大きい、タイトル用*/

.c3 {
  color : #000099; 
  font: italic 1em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*青文字、標準サイズ、日付用*/

.c4 {
  color : #000000; 
  font: 0.8em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*黒文字、小さめ、行間標準*/

.c5 {
  color : #000000; 
  font: italic 0.7em "Comic Sans MS","ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*黒文字、小さい、イタリック、フォント変更*/


.c6 {
  color : #000099; 
  font: bold 1em/1.5 "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*青文字、太字、標準サイズ*/

.c7 {
  color : #000000; 
  font: 0.8em/1.5 "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*黒文字、標準サイズ、行間広め*/

.c8 {
  color : #ff0000; 
  font: bold 2em "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
/*赤文字、太字、大きい、タイトル用*/

a:link    {text-decoration:underline; color:#000099 ;}
a:visited {text-decoration:underline; color:#000099 ;}
a:active  {text-decoration:underline; color:#ff0000 ;}
a:hover   {text-decoration:underline; color:#ff0000 ; position:relative; top:1; left:1;}
/*これはリンクの指定だから変更せずに*/


th{
  color : #000000;
}
/*Table Header テーブルのヘッダ部分のセルの内容を記述*/

td{
  color : #000000;
}
/*Table Data テーブルのセルの内容を記述*/