
/* 全体の装飾 */

*{
font-size: 10pt;
font-family: 'ＭＳ ゴシック',Osaka,sans-serif;
color: #CCCC99;

}

BODY{ 
margin: 0 0 0 0;
padding: 0px;
text-align: center; 
background: #669999;
}

BODY,P,TD{line-height:14pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 50px 0;}

/* リンク */

A{
text-decoration : none; 
color: #00ff00; 
}
A:HOVER{
  color: #009900;
  text-decoration : none;
}

/* 構成 */

div.text{
background-image: url(image/mainback.gif); 
width: 100%; 
text-align: left; 
vertical-align: top; 
margin: 10px 0 10px 100px; 
padding: 0; 
}

div#bottom{
background-image: url(image/back3.gif); 
width: 100%; 
height: 32px;
margin: 0;
padding: 0; 
}


/* タイトル */

h1{
color: #fff; 
font-size: 16pt; 
font-weight: bold; 
word-spacing: 3px; 
letter-spacing: 0.2em; 
}

/* 見出し */

h2    { 
width: 100%; 
height: 60px; 
padding-top: 20px; 
padding-left: 50px; 
color: #FFFAF0; 
font-size: 15pt; 
font-weight: bold;
background: url("image/midashi.gif");  
word-spacing: 3px; 
letter-spacing: 0.2em; 
text-align: left;
}

h3    { 
height: 30px; 
color: #DCDCDC; 
font-size:12pt; 
font-weight:bold; 
padding-left: 30px; 
padding-top: 5px; 
margin: 0 0 30px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px;  
background: url("image/midashi2.gif") no-repeat;  
background-position: 0% 0%; 
}

/* メニュー関係 */


div#MENU{
width: 100%; 
}

#MENU ul{ 
list-style: none; 
padding: 0 20px 0 0;
}

#MENU li{ 
list-style-type: none; 
display: inline; 
margin-left: 0.5em; 
}

#MENU li a{
width: 120px;  /* メニューの数に応じて、リンクの幅を調整してください （因みにこのままだと７つまでメニューが表示され、全角6文字までの文字が表示可能です。それぞれその数を越えるとデザインが崩れます。）*/
height: 30px; 
text-align: right; 
font-weight: bold; 
text-decoration: none; 
color: #EEE8AA; 
font-size: 10pt; 
background: url("image/menu1.gif") no-repeat; 
background-position: 0% 0%; 
}

#MENU li a:hover{ 
width: 120px; /* 上記のメニューの幅を変えたらこちらのwidth(横幅)も上と同じ数値にして下さい。 */
height: 30px; 
text-align: right; 
background: url("image/menu2.gif") no-repeat; 
background-position: 0% 0%; 
color: #D2B48C; 
font-size: 10pt; 
}





/* 画像関係 */
img{border:none; margin:0;}


/* テキストエリア */

textarea,input {

font-size: 9pt;
color: #FFFAFA;
font-family: 'MS UI Gothic';
background-color: #669999;
border-top:1px dashed #CC9966;
border-bottom:1px dashed #CC9966;
border-left: 1px dashed #CC9966;
border-right: 1px dashed #CC9966;

scrollbar-arrow-color: #E0FFFF;
scrollbar-face-color: #669999;
scrollbar-highlight-color: #669999;
scrollbar-3dlight-color: #669999;
scrollbar-track-color: #669999;
scrollbar-darkshadow-color: #669999;
scrollbar-shadow-color: #669999; 
}