@charset "utf-8";
/* CSS Document */

/*----------------------------------------

最新情報

-----------------------------------------*/

#news h2 {
	padding-bottom:20px;
}
/*	news-area
-----------------------------------------*/
#news .news-box {
	padding:0 10px 10px;
	margin-bottom:20px;
	width:635px;
	border-bottom:1px dotted #999999;
}

#news .news-box h3 {
	color:#48b300;
	font-weight:bold;
}



/*一覧ページ*/

#news .news-box dl dt {
	float:left;
	padding-bottom:5px;
}


#news .news-box dl dd {
	padding-left:80px;
	padding-bottom:5px;
}

#news .news-box dl dd a {
	text-decoration:underline;
}


/*記事ページ*/

#news .entry-ttl {
	padding:5px 10px;
	border-top:1px solid #6dc0e2;
	border-bottom:1px solid #6dc0e2;
}

#news .entry-ttl span{
	font-size:12px;
}

#news .entry-box {
	padding:20px 10px 10px;
	width:635px;
	border-bottom:1px dotted #999999;
}

/*アーカイブページ*/

















