
/* 全体の装飾 */

*{
font-size: 10pt;
font-family: 'ＭＳ ゴシック',Osaka,sans-serif;
color: #42426F;

}

BODY{
margin: 0; padding: 0; 
background-image: url("image/back.gif"); 
background-position: 100% 0%; 
background-repeat : no-repeat; 
background-attachment: fixed; 
}

BODY,P,TD{line-height:16pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 14px 0;}


/* リンク */

a{
  text-decoration: none; color: #009900; 
  border-bottom:1px dashed #009900; 
}
a:HOVER{
  color :#009900;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 1pt;

}

/* 構成 */

div.text{
width: 400px; 
text-align: left; 
vertical-align: top; 
margin: 0 0 20px 0;
padding: 0;
}

/* 画像関係 */

img{border: none; margin: 0;}


/*メニュー関係*/

div#MENU	{ padding:0; margin:0; line-height: 1em; word-spacing:0px;}
    #MENU   a	{ font-weight: bold; text-decoration: none; color: #CC3333; font-size: 7pt; }
    #MENU   a:hover	{ border-bottom: 1px dashed #DAA520; }

/* タイトル */

h1{
font-family:"Times New Roman",Time,Serif; 
color: #B22222; font-size: 15pt; font-weight: bold; 
letter-spacing: 0.5em; 
word-spacing: 3px; 
margin: 20px 0 20px 0; 
padding : 0; 
}

/* 見出し */

h2    { 
width: 414px; height: 63px; padding-top: 20px; padding-left: 40px;  margin: 0; 
color: #8B0000; font-size: 13pt; font-weight: bold; 
font-family:"Times New Roman",Time,Serif; 
background:url("image/midashi.gif") no-repeat 0% 50%; 
text-align: left;  
word-spacing: 3px;
letter-spacing: 0.2em;

}

h3    { 
color: #4682B4; font-size:11pt; font-weight:bold;  text-indent : 1em;
margin: 15px 0 10px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px; 

}

/* テキストエリア */

textarea,input {

font-size: 9pt;
color: #4682B4;
font-family: 'MS UI Gothic';
background-color: #fff;
border-top:1px dashed #CC0033;
border-bottom:1px dashed #CC0033;
border-left: 1px dashed #CC0033;
border-right: 1px dashed #CC0033;

scrollbar-arrow-color: #666;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color :#fff;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-shadow-color:#fff; 
}