
/* 全体の装飾 */

*{
font-size:9pt;
font-family:'MS UI Gothic',Osaka,sans-serif;
color:#666666;

}

BODY{
text-align: center;
margin: 0; padding: 0;
background-image: url(back.gif); 
background-repeat: repeat-x; 
background-position: 0% 100%; 
background-attachment :fixed; 
}

BODY,P,TD{line-height:14pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 15px 0;}




/* リンク */

A{
  text-decoration : none;color : #669966;
}  

A:HOVER{
  color :#99CCCC;
  text-decoration : none;
}


/* レイアウト */

div.text{
width: 394px; 
margin: 20px 0 20px 0; 
padding: 0;
text-align: left;
vertical-align: top; 
}


/* タイトル */

h1{
color: #669999; font-size: 13pt; font-weight: bold; 
letter-spacing: 0.1em; 
word-spacing: 3px; 
}

/* 見出し */

h2    { 
width: 394px; height: 50px; padding-top: 12px; padding-left: 10px;  margin: 0; 
color: #669999; font-size: 10pt; font-weight: bold;
background: url("midashi.gif") no-repeat 0% 50%; 
word-spacing: 2px;
letter-spacing: 0.3em;

}

h3    { 
color: #669966; font-size:10pt; font-weight:bold;  text-indent : 1em;
margin: 0 0 15px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px; 

}


/* 画像関係 */

img{border:none; margin:0;}

/* メニュー関係 */

div#MENU	{ padding:0; margin: 0; word-spacing: 3px;}
    #MENU   a	{ font-weight:bold; text-decoration:none; color:#669966; font-size:10pt; }
    #MENU   a:hover	{ border-bottom:1px solid #FFCC00; }


/* テキストエリア */

textarea,input {

background-color:#fff;
background-attachment:fixed; 
font-size: 10pt;
color: #669999;
font-family: 'MS UI Gothic';
background-color: #fff;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;

scrollbar-arrow-color: #669966;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color :#fff;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-shadow-color:#fff; 
}



