@charset "Shift_Jis";

/* 全体の装飾 */

*{
font-size:9pt;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#333300;

}

BODY,P,TD{line-height:16pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 14px 0;}


/* リンク */

A{
  text-decoration : none;color : #990000;
}
A:HOVER{
  color :#990000;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 1pt;
}



/* 装飾文字 */

font.title{
color:#333300; font-size:15pt; font-weight:bold; font-family:"Times New Roman",Time,Serif; 
}
font.midashi{
color:#336600; font-size:13pt; font-weight:bold; font-weight:bold; font-family:"Times New Roman",Time,Serif; 
}

/* メニュー関係 */

P.menu{margin: 0 0 7px 0;}
P.menu2{margin: 0 0 7px 25px;}

font.menu{
color:#333300; font-size:13pt; font-weight:bold; font-family:"Times New Roman",Time,Serif; 
}


/* 画像関係 */
img{border:none; margin:0;}

