/* CSS Document */
/* ----------------------------------------------------------------
		general setting 
------------------------------------------------------------------*/


/* ----------------------------------------------------------------
		header
------------------------------------------------------------------*/
#headerBg { height:147px; background-image:url(/img/bg_header_page.jpg); }
#header { margin:0 auto; width:820px; height:147px; background-image:url(img/main.jpg); }
#header.backNumber { background-image:url(img/main_backnumber.jpg); }
#header h2 { text-indent:-9999px; }

/* ----------------------------------------------------------------
		content and side
------------------------------------------------------------------*/
#contentBg { margin:0; }
.entry { margin:10px 0 0 0; width:560px; border-bottom:1px dotted #000066; }
.entry p.date { margin:0 0 -10px 0; font-size:0.9em; color:#000066; text-align:right; }
.entry .title { padding:0 0 0 15px; background-image:url(/img/list_footer.jpg); background-repeat:no-repeat; background-position:0 1px; color:#000066; font-size:1.1em; }
.entry img { margin:10px 0; padding:3px; border:1px solid #ccc; }
.borderNone { border:none; }