/*=======================================================
 * Style for BODY
 *=======================================================*/
BODY {
  background-color: #DAE2E3;
  background-image: url("images/shima.gif");
}
/*=======================================================
 * Style for TABLE text
 *=======================================================*/
table {
  font-size : 12px;
  color: #555555;
  font-weight: normal;
  line-height: 20px;
}
/*=======================================================
 * Style for scrollbar
 *=======================================================

BODY {
  SCROLLBAR-FACE-COLOR: #ffffff;
  SCROLLBAR-HIGHLIGHT-COLOR: #CC3333;
  SCROLLBAR-SHADOW-COLOR: #CC3333;
  SCROLLBAR-3DLIGHT-COLOR: #ffffff;
  SCROLLBAR-ARROW-COLOR: #CC3333;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
*/

/*=======================================================
 * Style for link
 *=======================================================*/
a:link{
  text-decoration:underline;
  color:#6666CC;
}
a:visited{
  text-decoration:underline;
  color:#6666CC;
}
a:active{
  text-decoration:none;
  color:#6666CC;
}
a:hover {
  text-decoration:none;
  color:#FF3366;
}
/*IE$B@lMQ(B*/



/*=======================================================
 * Style for Font
 *=======================================================*/
.text12pxr     {
  color: #ff0000;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px ;
}
.text12pxw     {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px ;
}
.copy          {
  color: #ffffff;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px ;
}
.copy2          {
  color: #333333;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px ;
}
.bg_ritou{
  background-image : url(images/bg_ritou.gif);
  background-repeat : no-repeat;
  background-position : 25px 175px;
}
}
H1{
  font-size : 8pt;
  line-height : 10pt;
  color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.txt_white{
  color : white;
}
HR{
  border-bottom-color : #cccccc;
}
