.style1 {
	color: #FF0000;
	font-weight: bold;
}
.red {color:#EE4035;}

/*トップお知らせ*/
#oshirase {
	width:95%;
	margin:0 5px 5px 10px;
	border:1px solid #EE4035;
	border-radius: 5px;
   	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:0}
	
#oshirase dl {
	width:95%px;
	margin:10px;
}
#oshirase dt {
	margin:0;
	font-size:14px;
	color:#EE4035;
	font-weight:bold;
	border-bottom:1px dashed #EE4035;}	
#oshirase dd {
	margin:5px 0 0 0;
	font-size:14px;
	color:#666;
	line-height:24px;}	