@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     アーカイブ、エントリーの設定
 File name:      blog.css
 Last update:    2009.01.28
----------------------------------------------------------- */




/*----------------------------------------------------
	entry
----------------------------------------------------*/



/* common --------------------------------------- */
.topics h2{
	margin-bottom:10px;
}
.topics h3{
	background-image:url(/common/images/titleBorder.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	font-size:100%;
	padding-bottom:3px;
}
.topics .date{
	font-size:75%;
}
.topics .entry{
	border-bottom:1px dotted #999;
	margin-bottom:2em;
}

.topics .entry_content{
	font-size:81%;
}
