@charset "utf-8";

/*--------------------------------------------------
privacy
--------------------------------------------------*/

#privacy h2{
margin-bottom:12px;
}

#privacy p.timestamp{
text-align:right;
}

#privacy dl{
margin-left:10px;
margin-bottom:25px;
}

#privacy dl > dt{
font-weight:bold;
margin:10px 0;
}

#privacy dt{
font-weight:bold;
margin:10px 0;
}

#privacy dl > dd{
background:url(../img/bg_border_dot_01.gif) 0 bottom repeat-x;
margin-top:10px;
padding-bottom:11px;
}

#privacy dd{
background:url(../img/bg_border_dot_01.gif) 0 bottom repeat-x;
margin-top:10px;
padding-bottom:11px;
}

#privacy dl.define{
margin:0;
}
#privacy dl.define dt{
font-weight:normal;
margin:0;
}
#privacy dl.define dd{
background:none;
margin:0;
padding:0;
}