@charset "Shift_JIS";

/* ----------------------------------------------------------------
    Structure
----------------------------------------------------------------- */
body{
color:#000;
background:#fff;
}


/* ----------------------------------------------------------------
    Text Module
----------------------------------------------------------------- */
p{
margin:0 0 19px;
font-size:10pt;
}


/* ----------------------------------------------------------------
    Hypertext Module
----------------------------------------------------------------- */
a{
color:#000 !important;
text-decoration:none;
}


/* ----------------------------------------------------------------
    List Module
----------------------------------------------------------------- */
li,
dt,
dd{
margin:0 0 2px;
font-size:10pt;
}

li p,
li li,
li dt,
li dd,
dd p,
dd li,
dd dt,
dd dd{
font-size:10pt;
}


/* ----------------------------------------------------------------
    Table Module
----------------------------------------------------------------- */
table{
border-color:#666;
}

th,
td{
border-color:#666;
font-size:10pt;
}

td p,
td li,
td dt,
td dd{
font-size:10pt
}

thead th{
background:none;
}

tbody th{
background:none;
}