/* 【ページ全体】マージン、背景色 */
BODY {
  margin: 0px 0px 0px 0px;
  background-color:#ffffff;
  text-align:center ;
  font-family : "MS UI Gothic";
}
/* 【ページ全体】フォントサイズ、禁則処理(IEのみ) */
TD{
  font-size :x-small;
  line-break:strict;
  line-height : 160%;
}
/* 【ページ全体】リンクカラー */
A:link 		{
  color:#0000ef;
}
A:ACTIVE 	{
  color:#ff0000;
  text-decoration : none;
}
A:VISITED {
  color : blue;
  text-decoration : none;
}
A:HOVER 	{
  color : blue;
  text-decoration : underline;
}
/* 【アイコン等】テキストライン中央、右に余白 */
.img{
  vertical-align:middle;
  margin-right:5px ;
}
/* 【ヘッダー会社名】フォント(サイズ、太さ、カラー) */
.title{
  font-size:90%;
  font-weight:bold;
  color:#ffffff ;
}
/* 【ヘッダー・フッター】標準フォント(サイズ、カラー)、背景色、右寄せ */
.headfoot{
  font-size:80%;
  color:#ffffff;
  background-color:#0d0875;
  text-align:right ;
}
/* 【ヘッダー】 細くて薄い色の帯カラー*/
.headline {
  background-color:#1e6bd3 ;
}
/* 【ヘッダー・フッター】リンクカラー */
A.headfoot:link 		{
  color:#ffffff;
  text-decoration:none ;
}
A.headfoot:active 	{
  color:#ffffff;
  text-decoration:none ;
}
A.headfoot:visited 	{
  color:#ffffff;
  text-decoration:none ;
}
A.headfoot:hover 		{
  color:#ff0000;
}
/* 【グローバルナビゲーション】フォント(サイズ、太さ、カラー) */
.gn{
  font-size:80%;
  font-weight:bold;
  color:#666666 ;
}
/* 【サブタイトル左四角】背景色、表(幅、高さ、セル内余白) */
.stitle01{
  background-color:#666666;
  width:10px;
  height:30px;
  padding:0px ;
}
/* 【サブタイトル】背景色、フォント(サイズ、太さ、インデント、カラー)、ボーダー(スタイル、太さ、カラー) */
.stitle{
  background-color:#eeeeee;
  font-size:120%;
  font-weight:bold;
  text-indent:5px;
  color:#ff6600;
  border-style:solid;
  border-width:1px;
  border-color:#666666 ;
}

