/* 全体の文字設定とか */
BODY {
  color : #000066;
  background-image : url(wall_b13a.gif);
  font-family : "MS UI Gothic";
  font-size : 12px;
  cursor :  auto;
  scrollbar-face-color: white;
  scrollbar-highlight-color: gray;
  scrollbar-shadow-color: #336699;
  scrollbar-3dlight-color: white;
  scrollbar-arrow-color: blue;
  scrollbar-track-color: white;
  scrollbar-darkshadow-color: white;
  line-height : 1.2%;
}
A{
  color : gray;
  text-decoration : none;
  font-weight : 400;
  cursor : pointer;
}
/* リンクの装飾 */
A:LINK{
  text-decoration:none;
  color : #0000ff;
  cursor : pointer;
}
A:VISITED{
  text-decoration:none;
  color:#336699;
  cursor : pointer;
}
A:ACTIVE{
  text-decoration : none;
  color : #cc0000;
  cursor : pointer;
}
A:HOVER{
  text-decoration: none;
  color : #cc0000;
  cursor : pointer;
}
/* 以下、微調整など */
.w{
  color:#000066;
  font-size : 14px;
  font-weight : bold;
  font-family:"MS UI Gothic",Osaka;
}
.z{
  color:#ffffff;
}
.p{
  font-size:9pt;
  font-family:"MS UI Gothic",Osaka;
}
.x{
  font-size:8pt;
  font-family:"MS UI Gothic",Osaka;
}
.m{
  font-size:9pt;
  font-family:"MS UI Gothic",Osaka;
  line-height:130%;
}
.t{
  border-bottom:1px solid #737373;
}
.g{
  color:#3f3f3f;
}
.r{
  color:#1f1f1f;
}
.s{
  color:#0f0f0f;
}
.j{
  color:#728189;
}
TABLE{
  
  font-family : "MS UI Gothic";
  font-weight : 400;
  color : #000066;
  line-height : 1.25;
  font-size : 12px;
  padding-top : 0px;
  padding-left : 1px;
  padding-right : 0px;
  padding-bottom : 0px;
  
  
  
}
#bg{
	background-image : url(contents_bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#br{
	background-image : url(contents_bg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
#text_right{
	width:auto;
	height:auto;
	margin:8px 2px 0px 8px;
	text-align:left;
}

