@charset "Shift_Jis";

/* 全体の装飾 */

*{
font-size:9pt;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#663300;

}

BODY,P,TD{line-height:14pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 15px 0;}

/* リンク */

A{
  text-decoration : none;color : #333333;
}
A:HOVER{
  color :#333333;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
}

/* 装飾文字 */

#title{
	color:#663300; font-size:16pt; font-weight:bold; 
}

/* 見出し */

h1    { 
width:448px; height:34px; padding-top:10px; padding-left:40px; margin:0; 
color:#663300; font-size:14pt; font-weight:bold;
background:url("image/midashi.gif") no-repeat 0% 50%; 

}

/* メニュー関係 */

div#MENU	{ padding:0; margin:0; word-spacing:3px;}
    #MENU   a	{ font-weight:bold; text-decoration:none; color:#330000; font-size:10pt; }
    #MENU   a:hover	{ border-bottom:2px dotted #5C4033; }


/* 画像関係 */
img{border:none; margin:0;}

