/* --------------------------------------------------------------- */
/*  Style Sheet
/*  last update 2007.3.10
/*  common/base.css
/*  Copyright(C) Rootstock.net
/*¡¡Created by Masashi Kijima
/* --------------------------------------------------------------- */

/* ºÆÄêµÁ
--------------------------------------------------- */
html,form, dl, dd, dt, ul, li{margin:0; padding:0;}

body {
margin: 0 auto;
padding: 0;
font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "MS P¥´¥·¥Ã¥¯","Century Gothic", "Arial", "Helvetica", "Geneva","sans-serif", "verdana", "trebuchet ms";
font-size: 0.8em;
color: #000000;
background-color: #ffffff;
}
a img { border: 0; }

h1, h2, h3, h4, h5, h6, p, dt, dd{
font-weight: normal;
margin:0;
padding:0;
font-size:1em;
line-height:150%;
}
li{list-style:none;}

span.invis{
display:none;
}

a:link { color: #900000; text-decoration:underline;}
a:visited { color: #630000; text-decoration:underline;}
a:hover { color: #ffffff; background-color:#900000;}
a:active{color:#f03000; text-decoration:underline;}
