@charset "utf-8";
/* CSS Document */


/*　お知らせ　*/

.information  {
background-image:url(/static_htmls/images/icon_infomation.png);
background-repeat:no-repeat;

}

.addfunction {
background-image:url(/static_htmls/images/icon_addfunction.png);
background-repeat:no-repeat;
}

.renew {
background-image:url(/static_htmls/images/icon_renew.png);
background-repeat:no-repeat;
}

#news ul {
margin:0;
padding:0;
list-style:none;
}

#news li {
padding:0px 20px 20px 60px;
list-style-type: none;
}


#news .title {
	color:#363636;
	background-color:#eeeeee;
	background-image:none;
	border:0;
	margin:0;
	padding:5px 10px;
	font-weight:bold;
}

#news .content {
	padding:5px;
}

#bbsInfo .title {
	color:#363636;
	background-color:#eeeeee;
	background-image:none;
	border:0;
	margin:0;
	padding:5px 10px;
	font-weight:bold;
}

#bbsInfo .content {
 padding:5px 8px; 
 font-size:90%; 
 color:#666666;
}

