@CHARSET "UTF-8";
/* 編集ニュース */

#DailyNewsBody {
	font-size:14px;
	line-height: 1.2;
	padding:3px;
	height:508px;
	overflow: auto;
	width:249px;
	border:2px solid #e9536b;
}
#DailyNewsBody p{
	margin:5px;
}
#DailyNewsBody ul{
	margin-left:20px;
	list-style: disc;
	margin-bottom:5px;
}
#DailyNewsBody big{
	font-size: larger;
}

#DailyNewsBody h1,h2,h3{
	font-size: larger;
	border-left:12px solid #e9536b;
	border-bottom:1px solid #e9536b;
	padding:2px;
}

.DailyNewsTitle{
	background-color: #e9536b;
	
	padding:2px;
	padding-top:5px;
	/*background:transparent url(../images/DailyNewsTitle2.gif) left top repeat-x;*/
	background:transparent url(../images/DailyNewsPhotoBG.png);
}

#DailyNewsPhoto {
	background:transparent url(../images/DailyNewsPhotoBG.png);
}
