
/* 全体の装飾 */

*{
font-size: 10pt;
font-family: 'ＭＳ ゴシック',Osaka,sans-serif;
color: #333;
}

BODY,P,TD{
line-height:14pt;
}

BODY{
margin: 0; 
padding: 0; 
text-align: center;
}

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;
left: 1pt;
}

/* 構成*/

div.text{
width: 440px; 
padding: 0; 
margin: 20px 0 40px 0;
}

/* メニュー関係*/

div#MENU	{ 
padding: 0; 
margin: 0; 
word-spacing: 5px;
}

    #MENU   a	{ 
font-weight: bold; 
text-decoration: none; 
color: #00FF00; 
font-size: 10pt; 
height: 20px;
}

    #MENU   a:hover	{ 
color: #009900; 
background: url(image/menu.gif) no-repeat 50% 0%; 
height: 20px;
}

span#on{
font-weight: bold; 
text-decoration: none; 
color: #996600; 
background: url(image/menu.gif) no-repeat 50% 0%; 
height: 20px;
}

/* タイトル */

h1{
color:#003366; 
font-size:14pt; 
font-weight:bold; 
letter-spacing: 0.5em;
}

/* 見出し */

h2    { 
width: 440px; 
height: 39px; 
padding-top:10px; 
padding-left: 60px; 
margin: 0 0 0 0; 
color:#003366; 
font-size: 14pt; 
font-weight:bold;
background:url("image/midashi.gif") no-repeat 0% 50%; 

}

h3    { 
color: #CC3300; 
font-size: 11pt; 
font-weight: bold; 
letter-spacing: 0.5em;
text-decoration : underline;
text-indent : 1em;
margin: 10px 0 20px 0;


}



/* 画像関係 */

img{
border: none; 
margin: 0;
}


/* テキストエリア */

textarea,input {

font-size: 9pt;
color: #333;
font-family: 'MS UI Gothic';
background-color: #fff;
border-top: 1px solid #003366;
border-bottom: 1px solid #003366;
border-left: 1px solid #003366;
border-right: 1px solid #003366;

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; 
}

