
BODY{
  background-color : white;
  background-image : url(../../image/usa.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : 50% 100%;
  scrollbar-base-color: white;
  scrollbar-face-color: white;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: white;
  scrollbar-arrow-color: #E36D4A;
  scrollbar-3dlight-color: #E36D4A;
  scrollbar-darkshadow-color: #E36D4A;
}
H3{
  width : 500;
  font-size : 12pt;
  font-family : "ＭＳ Ｐ明朝";
  font-weight : bold;
  color : white;
  background-color : #E36D4A;
  letter-spacing : 1pt;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 5px;
}
.CC{
  width : 500;
  font-size : 10pt;
  color : gray;
  text-align : left;
  line-height : 130%;
}
.CT{
  width : 500;
  font-size : 10pt;
  padding : 5px;
  color : #E36D4A;
  text-align : left;
  border-bottom : 2pt dotted #E36D4A;}
BLOCKQUOTE{
  width : 400;
  font-size : 10pt;
  line-height : 130%;
  color : gray;
  text-align : left;
  border : 1px dotted gray;
  padding : 5px;
}
.HOME{
  font-size : 10pt;
  font-family : "MS UI Gothic";
  padding : 2px;
  background-color : #E36D4A;
  text-align : center;
  border : double #E36D4A 3px;}

A:link,A:visited{
  color :#E36D4A ;
  background : none;
  text-decoration : none;}

A:hover,A:active{
  color : white;
  background : #E36D4A;}
