@charset "utf-8";
/* CSS Document */

/* ブラウザスタイル初期化 */
*{
margin: 0;
padding: 0;
text-decoration: none;
font-size: 100%;
font-weight: normal;
/*font-style: normal;*/
line-height: 1em;
}

h1, h2, h3, h4, h5, h6, hr, div, p, span, strong, em, a, img, br, form, input, select, fieldset, ul, ol, li, dl, dt, dd, table, tbody, tr, th, td{
margin: 0; padding: 0; border: 0;
text-decoration: none;
font-size: 100%;
/*font-style: normal;*/
font-weight: normal;
line-height: 1em;
}

a:link, a:visited{
text-decoration: none;
color: blue;
}

a:hover{
text-decoration: underline;
color: red;
}

/* body */
body{
margin: 0; padding: 0; border: 0;
background: url(/DEntomology/EntomologyDesignImg/bg034_08.gif);
font-family: Arial, Helvetica, sans-serif;
}
/* body */