@charset "utf-8";

/* ------------------------------------------------------------

	fix.css

------------------------------------------------------------ */
#main dl.profInfo dd{
font-size:75%;
}

*html #feature #pre{
display:block;
width:37px;
height:37px;
overflow:hidden;
padding:0;
margin:0;
text-indent:-9999px;
background:url(../img/bg_slide_prev.gif) no-repeat left top;
}

*html #feature #pre:hover{
background:url(../img/bg_slide_prev.gif) no-repeat left bottom;
}

*html #feature #pre img{
display:none;
}

*html #feature #nex{
display:block;
width:37px;
height:37px;
overflow:hidden;
padding:0;
margin:0;
text-indent:-9999px;
background:url(../img/bg_slide_next.gif) no-repeat left top;
}

*html #feature #nex:hover{
background:url(../img/bg_slide_next.gif) no-repeat left bottom;
}

*html #feature #nex img{
display:none;
}


@media print{

body{
zoom:75%;
}

html:lang(ja) body{
zoom:1;
}

}