
/* 全体の装飾 */

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

}

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

BODY#menu{
margin: 0 0 0 0; 
padding: 0; }

BODY#main{
margin: 10px 0 5px 0; 
padding: 0; 
background-image : url(back.gif); 
background-repeat: no-repeat;
background-attachment : fixed; 
background-position: right top
}

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;
}

/* 構成 */

div#main{
width: 450px; 
text-align: right; 
vertical-align: top; 
margin: 0;
padding: 0;
}

div.text{
width: 420px; 
text-align: left; 
vertical-align: top; 
margin: 0 0 20px 0;
padding: 0;
}



/* タイトル */

h1{
font-family:"Times New Roman",Time,Serif; 
color: #660000; font-size: 15pt; font-weight: bold; 
letter-spacing: 0.1em; 
word-spacing: 3px; 
margin: 0 0 10px 0; 
padding : 0; 
}

/* 見出し */

h2    { 
width: 450px; height: 57px; padding-top: 20px; padding-left: 50px;  margin: 0; 
color: #003300; font-size: 13pt; font-weight: bold; 
font-family:"Times New Roman",Time,Serif; 
background:url("midashi.gif") no-repeat 0% 50%; 
text-align: left; 
word-spacing: 3px;
letter-spacing: 0.2em;

}

h3    { 
color: #666600; font-size:11pt; font-weight:bold;  text-indent : 1em;
margin: 15px 0 15px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px; 

}


/* メニュー */

div#MENU	{ padding: 0; margin: 0; line-height: 2em;}
    #MENU   a	{ font-weight: bold; text-decoration: none; color: #333300; font-size: 10pt; }
    #MENU   a:hover	{ color: #669900; text-decoration: none; }

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


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


/* テキストエリア */
textarea,input {

font-size:9pt;
color: #666600;
font-family:'MS UI Gothic';
background-color:#fff;
border-top:1px solid #333;
border-bottom:1px solid #333;
border-left:1px solid #333;
border-right:1px solid #333;

scrollbar-arrow-color:#333;
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-track-color:#fff;
scrollbar-darkshadow-color:#fff;
scrollbar-shadow-color:#fff; 
}


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

