

/* 全体の装飾 */

*{
font-size: 9pt;
font-family: 'ＭＳ ゴシック',Osaka,sans-serif;
color: #663300;

}

BODY,P,TD{
line-height:14pt;
}

BODY{ 
margin: 0; 
padding: 0; 
text-align: center; 
background-image: url(image/back.gif); 
}

BR{letter-spacing:normal;}

P {margin: 0 0 15px 0;}

/* リンク */

A{
 text-decoration: none;color: #009900;
}
A:HOVER{
color: #009900;
text-decoration: none;
cursor: default;
visibility: visible;
float: none;
clear: none;
position: relative;
top: 1pt;
}

/* 構成 */

div.text{
width: 448px; 
text-align: left;
margin: 20px 0 40px 0;
padding: 0;
}

/* タイトル */

h1{
color: #663300; 
font-size: 16pt; 
font-weight: bold; 
letter-spacing: 0.5em; 
word-spacing: 3px;
}

/* 見出し */

h2    { 
width: 448px; 
height: 46px; 
padding-top: 17px; 
padding-left: 60px; 
margin: 0 0 0 0; 
color: #663300; 
font-size: 14pt; 
font-weight: bold;
background: url("image/midashi.gif") no-repeat 0% 50%; 
word-spacing: 1px;
}

h3    { 
margin: 10px 0 20px 0; 
padding: 0;
color: #996600; 
font-size: 11pt; 
font-weight: bold;
letter-spacing: 0.5em; 
word-spacing: 3px;
text-indent: 1em; 
}

/* メニュー関係 */

div#MENU	{ 
padding: 0; 
margin: 0; 
word-spacing: 3px;
}
    #MENU   a	{ 
height: 20px;
font-weight: bold; 
text-decoration: none; 
color: #993300;
 font-size: 10pt; 
}
    #MENU   a:hover	{ 
height: 20px;
background : url(image/on.gif) no-repeat 50% 0%;
}

span#on	{ 
height: 20px;
font-weight: bold; 
color: #CC3300;
text-decoration: none; 
background : url(image/on2.gif) no-repeat 0% 0%; 
font-size: 10pt;  
}


/* 画像関係 */
img{
border: none; 
margin: 0;
}

/* テキストエリア */
textarea,input {

font-size: 9pt;
color: #333;
font-family: 'MS UI Gothic';
background-color:# fff;
border-top: 1px dashed #663300;
border-bottom: 1px dashed #663300;
border-left: 1px dashed #663300;
border-right: 1px dashed #663300;

scrollbar-arrow-color: #bbb;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #fff;
scrollbar-track-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-shadow-color: #fff; 
}

