/* CSS Document */

DIV{
    font-size : 10pt;
    margin-left : 10px;
  }
BODY{
  font-size : 10pt;
  margin-top : 0px;
  margin-bottom : 20px;
  margin-left : 0px;
  margin-right : 0px;
  	background-image: url("../images/koushin_02.gif");
    background-repeat:no-repeat;
	background-position:top;
background-attachment: fixed;

}
TD{
  font-size : 10pt;
}
A:LINK{
  text-decoration : underline;
}
A:VISITED{
  text-decoration : underline;
}
A:ACTIVE{
  text-decoration : underline;
}
A:HOVER{
  text-decoration : underline;
  color : "#FF0000";
  background : "#FFFFFF";
}

img{ border:0px;}

p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
line-height: 150%;
font-size:11px;
}



form{	display:inline;	left:0px;	top:0px;	height:20px;}

input,textarea{
font-family : "ＭＳ ゴシック", monospace;
font-size:12px;
}

.hr_b2 {
height: 1px;
border: 1px dotted #fff;
}

html{overflow-y: scroll;}
