
/* 全体の装飾 */

*{
font-size: 10pt;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#B87333;

}

BODY{
margin: 0;
padding: 0;

}

BODY,P,TD{line-height:14pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 15px 0;}

/* スクロールバー */

body{
scrollbar-face-color: #BDB76B;
scrollbar-highlight-color: #FFFFCC;
scrollbar-shadow-color: #FFFFCC;
scrollbar-3dlight-color: #FFFFCC; 
scrollbar-arrow-color: #BDB76B;
scrollbar-track-color: #FFFFCC;
scrollbar-darkshadow-color: #FFFFCC;}

/* リンク */

A{
  text-decoration : none;color : #808000;
}
A:HOVER{
  color :#FFD700;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 0pt;
}

/* レイアウト */

div.base {  width: 100%; height: 100%;}

div.base-main {
  text-align: left;
  width: 100%; height: 100%;
  background-image:url(image/back.gif); 
  background-repeat:repeat-y;
  background-position:100% 0%;
  padding: 10px 10px;
  margin: 0 0;

}

table.style {
  width: 100%; height: 100%;
  background-image:url(image/border.gif); 
  background-repeat:repeat-y;
  background-position:0% 100%;
  padding: 0 0;
  margin: 0 0;

}

table.style2 {
  width: 100%; height: 100%;
  background-image:url(image/border2.gif); 
  background-repeat:repeat-y;
  background-position:100% 0%;
  padding: 0 0;
  margin: 0 0;

}

div.text{
width: 443px; 
text-align: left; 
vertical-align: top; 
margin: 15px 0 20px 0;
padding: 0;
background-image: url(image/line.gif); 
background-repeat: no-repeat;
background-position: 0% 100%;
}

/* メニュー関係 */

div#MENU	{ padding:0; margin:0; word-spacing:5px;}
    #MENU   a	{ font-family : "Times New Roman",Time,Serif; font-weight:bold; text-decoration:none; color:#996600; font-size:13pt; }
    #MENU   a:hover	{ border-bottom:1px dashed #800000; }

/* タイトル */

h1    { 
width:450px; height:70px; padding-top:15px; padding-right:30px; margin:0; 
color:#B8860B; font-size:16pt; font-weight:bold; text-align :  right; font-family:"Times New Roman",Time,Serif; 
background:url("image/title.gif") no-repeat 0% 50%; 
word-spacing: 3px;
letter-spacing: 0.2em;
}

/* 見出し */

}
h2    { 
width: 443px; height:44px; padding-top:20px; padding-left: 55px; margin: 0; 
color: #8B0000; font-size: 13pt; font-family:"Times New Roman",Time,Serif; 
background:url("image/midashi.gif") no-repeat 0% 50%; 
word-spacing: 3px;
letter-spacing: 0.2em;

}

h3    { 
color: #6B8E23; font-size:11pt; font-weight:bold;  text-indent : 1em;
margin: 0 0 15px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px; 

}


/* 画像関係 */
img{border:none; margin:0;}


/* テキストエリア */

textarea,input {

font-size:9pt;
color: #B8860B
;
font-family:'MS UI Gothic';
background-color: #FFFFCC;
border-top:1px solid #5C4033;
border-bottom:1px solid #5C4033;
border-left:1px solid #5C4033;
border-right:1px solid #5C4033;

scrollbar-arrow-color: #556B2F;
scrollbar-face-color: #FFFFCC;
scrollbar-highlight-color: #FFFFCC;
scrollbar-3dlight-color: #FFFFCC;
scrollbar-track-color: #FFFFCC;
scrollbar-darkshadow-color: #FFFFCC;
scrollbar-shadow-color: #FFFFCC; 
}

