body {
	font-size: 9pt;
              color: #606060;
	line-height: 13pt;
}

body {
    scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color:#BEBEBE;
	scrollbar-3dlight-color:#BEBEBE;
	scrollbar-darkshadow-color:#BEBEBE;
	scrollbar-track-color: #FFFFFF;
}

a{text-decoration:none;}

a:link {
	color: #606060;
	text-decoration:none;              
}

a:visited {
	color: #606060;
              text-decoration:none;
}

a:active {
	color: #606060;
	text-decoration:none;
}

a:hover {
             color: #459e03;
             background-color:#FFFFFF;
             text-decoration:overline underline;
             position : relative;top:1px;left:1px;
}

a:active {
    behavior: expression(
        this.target =
            (this.target !=  '_blank') ?
                this.target : '_self'
    );
}

table,th,td {
              color: #606060;
              font-size: 9pt;
              line-height: 14pt;
}

a:active {
    behavior: expression(
        this.target =
            (this.target !=  '_blank') ?
                this.target : '_self'
    );
}

/* ----- 画像 -------------------------------------- */
.crop{
	width:250px;
	height:150px;
	overflow:hidden;  /* これが重要 */
	border:0px solid #630;
	display:inline-block;
	_display:inline;
	}
.crop img{
	/*margin:-20px -15px -40px -55px;/* 位置コントロール */
	hspace:10;
	vspace:5;
	align:left;
	}
   
/* ----- 画像 -------------------------------------- */
p.turn1 {
	word-break: break-all;
	}
