
/* 全体の装飾 */

*{
font-size: 10pt;
line-height: 20px;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#663300;

}

BODY,P,TD{line-height:14pt;}

BODY{
background-image: url(image/back.gif);
text-align: center; 
margin: 0; 
padding: 0; 
}

BR{letter-spacing:normal;}


/* リンク */

A{
  text-decoration : none;color : #00ff00;
}
A:HOVER{
  color :#00ff00;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  bottom : 1pt;
}

/* 構成 */

div#main{
width: 446px; 
padding: 0 37px 0 30px; 
margin: 0;
text-align: left;
vertical-align: top; 
}

div.text{
width: 379px; 
margin: 20px 0 10px 0; 
padding: 0 10px 0 10px;
text-align: left;
vertical-align: top; 
}

div.menu-layout{
width: 600px; 
height: 210px; 
margin: 0; 
padding: 0; 
text-align: right; 
}

div.menu-layout2{
width: 150px; 
height: 210px;
padding: 10px 10px 0 0; 
margin: 0; 
}

/* タイトル */

h1{
color: #663300; font-size: 14pt; font-weight: bold; 
letter-spacing: 0.3em; 
word-spacing: 3px; 
margin: 10px 0 0 0;
padding: 0; 
}

/* 見出し */

h2    { 
width:379px; height:37px; padding-top:10px; padding-left:40px;  margin: 0; 
color:#663300; font-size: 11pt; font-weight: bold;
background:url("image/midashi.gif") no-repeat 0% 50%; 
word-spacing: 3px;
letter-spacing: 0.3em;

}

h3    { 
color: #cc6600; font-size:10pt; font-weight:bold;  text-indent : 1em;
margin: 0 0 15px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px; 

}

/* メニュー関係 */

div#MENU	{ padding:0; margin: 0; word-spacing: 3px; line-height: 1em; }
    
#MENU   a{ 
font-weight: bold; 
text-decoration: none; 
color:#009900; 
font-size:11pt; }

#MENU   a:hover{
background-image: url(image/menuback.gif); 
text-decoration : none;
cursor : default;
visibility : visible;
float : none;
clear : none;
position : relative;
left: 0; bottom: 0; right: 0; top: 0;
}

p.m{ 
text-align: left; 
margin: 0 0 5px 0;
}
p.m2{ 
text-align: left; 
margin: 0 0 5px 20px;
}

/* 画像関係 */
img{border: none; margin: 0;}

/* テキストエリア */

textarea,input {

background-color: #F5F5DC; 
background-attachment: fixed; 
font-size: 10pt;
color: #663300;
font-family: 'MS UI Gothic';
background-color: #F5F5DC;
border-top: 2px dashed #F5F5DC;
border-bottom: 2px dashed #F5F5DC;
border-left: 2px dashed #F5F5DC;
border-right: 2px dashed #F5F5DC;

scrollbar-arrow-color: #cc3300;
scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #F5F5DC;
scrollbar-3dlight-color :#F5F5DC;
scrollbar-track-color: #F5F5DC;
scrollbar-darkshadow-color: #F5F5DC;
scrollbar-shadow-color: #F5F5DC; 
}

