@charset "UTF-8";
/* CSS Document */




/*  Styles for expanding articles */

.post { 
	margin-left:30px;
	margin-bottom:2px;
	}
	
.post a {
	display:block;
	width:430px;
	border-top:1px solid #edb9ba;
	color:#c4161c;
	text-decoration:none;
	padding:5px 5px 5px 10px;
	}
	
.post_current {
	margin-left:30px;
	margin-bottom:2px;
	}
	
.post_current a {
	display:block;
	width:430px;
	background:#c4161c;
	color:#fff;
	text-decoration:none;
	padding:5px 5px 5px 10px;
	}	
		
.postplus {
	margin-left:30px;
	}
	
.postplus ul {
	width:430px;
	padding:5px 5px 5px 10px;
	}
	
.postplus li {
	padding-bottom:5px;
	}
	
.postplus a { 
	text-decoration:underline;
	}
	
.postplus b, .postplus strong {
	font-weight:normal;
	color:#004a8f;
	}
