
/* 全体の装飾 */

*{
font-size: 9pt; 
font-family: 'ＭＳ ゴシック',Osaka,sans-serif; 
color: #8B4513; 
margin: 0; 
padding: 0; 
}

BODY{ 
margin: 0px;
padding: 0px 0px 0px 100px;
text-align: center; 
background: #fff;
}

BODY,P,TD{ 
line-height:14pt; 
}


BR{
letter-spacing:normal;
}



/* リンク */

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;
}

/* タイトル */

h1{
color: #993333; 
font-size: 160%; 
font-weight: bold; 

background:url(image/icon.gif) no-repeat -3px bottom;
padding-left:20px;
margin:15px


}

/* 見出し */

h2    { 
width: 100%; 
height: 49px; 
padding-top: 15px; 
padding-left: 80px; 
color: #B22222; 
font-size: 12pt; 
font-weight: bold;
background: url("image/midashi.gif");  
word-spacing: 3px; 


text-align: left;
}

h3    { 
color: #D2691F; 
font-size:12pt; 
font-weight: bold; 
margin: 0 0 10px 0; 
letter-spacing: 0.5em; 
word-spacing: 3px;  
}




/* 構成 */

TD.left{ width: 3px; height: 100%; background-image: url(image/left.gif); background-repeat: repeat-y; background-position: 100% 0%;}
TD.right{ width: 3px; height: 100%; background-image: url(image/right.gif); background-repeat: repeat-y; background-position: 0% 100%;}

DIV.text{
background-color:#fff;
width: 385px;
marign: 0; padding: 0;
text-align: left; 
}


td#over
{
background:url(image/over.gif) no-repeat;
padding-top:146px
}

td p {
background:url(image/bottom.gif) no-repeat -3px bottom;
padding-bottom:250px;padding-left:20px;
marign: 0;

}

