@charset "UTF-8";

/*カテゴリ設定
**************************************************************************/
.category_list ul {
	margin:0px 0px 0px 18px;
	padding:0px;
}
.category_list li {
	list-style-image:url(../common_image/news_mark.gif);
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:0.5em;
}
.ccategory_date {
	padding-left:10px;
	font-size:12px;
	padding-right:1em;
}

/*エントリー設定
**************************************************************************/
.entry_con h3 {
	margin-top:10px;
	padding:3px 0px;
}
.entry_body {
	margin:10px 0px;
	line-height:1.5;
	padding:0px;
}
.entry_body_more {
	margin:0px 0px 10px;
	border-bottom:1px dotted #CCCCCC;
	line-height:1.5;
}

/*ニュース関連設定
**************************************************************************/
#news_midashi h2 {
	font-size:130%;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 15px;
}
/*カテゴリ・エントリータイトル背景*/
.news_midashi-title {
	background:url(../news/image/news_title_back.gif) repeat-y 0px 0px;
	width:500px;
	display:block;
	border: 1px solid #CCCCCC;
	color:#90C304;
	padding-bottom:3px;
}
/*エントリー日付*/
.news_midashi-entry_date {
	color:#3333FF;
	margin-bottom:5px;
	display:block;
}

