body {
 margin: 0;
 padding: 0;
}

body,  x:-moz-any-link, x:default  {
 margin          : -11px 0 0 0;
}



.diaryBg {
 background      : url("../images/bg_diary.gif") no-repeat ;
 height          : 101px;
 margin          : 0;
 width           : 130px;
}

h3.diaryDate {
 width           : 128px;
 margin-bottom   : 5px;
 font-size       : 11px;
 font-weight     : bold;
 color           : #FF6600;
}

dl.diaryContents {
 width           : 128px;
 margin          : 0;
}

dl.diaryContents dt {
 margin-bottom   : 2px;
 font-size       : 12px;
 font-weight     : bold;
 color           : #CC3434;
 line-height     : 160%;
}

dl.diaryContents dt a:link {
 color           : #CC3434;
 text-decoration : none;
}

dl.diaryContents dt a:visited {
 color           : #CC3434;
 text-decoration : none;
}

dl.diaryContents dt a:hover {
 color           : #CC3434;
 text-decoration : underline;
}

dl.diaryContents dd {
 font-size       : 12px;
 font-weight     : normal;
 color           : #000000;
 line-height     : 160%;
 width           : 128px;
 margin          : 0;
}

dl.diaryContents dd a:link {
 color           : #000000;
 text-decoration : none;
}

dl.diaryContents dd a:visited {
 color           : #000000;
 text-decoration : none;
}

dl.diaryContents dd a:hover {
 color           : #000000;
 text-decoration : underline;
}
