.c { text-align: center; }
.r { text-align: right; }

.cl { clear: both; }

.flr {
	margin: 0 0 .66em .66em;
	float: right;
}


.more {
	clear: both;
	text-align: right;
}


.warn {
	color: #ff6666;
	font-weight: bolder;
}


.rcorner {
	position: relative;
	overflow: hidden;
}
.rcorner div.tl,
.rcorner div.tr,
.rcorner div.bl,
.rcorner div.br {
	position: absolute;
	width:  8px;  height:  8px;
	/*width: 12px;  height: 12px;*/
	/*width: 20px;  height: 20px;*/
	background-image: url(../../../img/sozai/rcorner.png);
	background-repeat: no-repeat;
}
.rcorner .tl { top:    0; left:  0; background-position: left top; }
.rcorner .tr { top:    0; right: 0; background-position: right top; }
.rcorner .bl { bottom: 0; left:  0; background-position: left bottom; }
.rcorner .br { bottom: 0; right: 0; background-position: right bottom; }



.rcorner-b {
	padding: 1px;
	position: relative;
	overflow: hidden;
	background: #aaaaaa;
}
.rcorner-b div.tl,
.rcorner-b div.tr,
.rcorner-b div.bl,
.rcorner-b div.br {
	position: absolute;
	width:  8px;  height:  8px;
	/*width: 12px;  height: 12px;*/
	/*width: 20px;  height: 20px;*/
	background-image: url(../../../img/sozai/rcorner-b.png);
	background-repeat: no-repeat;
}
.rcorner-b .tl { top:    0; left:  0; background-position: left top; }
.rcorner-b .tr { top:    0; right: 0; background-position: right top; }
.rcorner-b .bl { bottom: 0; left:  0; background-position: left bottom; }
.rcorner-b .br { bottom: 0; right: 0; background-position: right bottom; }


ul li .rcorner,
ul li .rcorner-b { height: 100%; }







/**
 *
 *  .newslist
 *
 **/
.newslist {
}

.newslist dl {
	margin: 0;
	padding: 0;
}

.newslist dl dt {
	margin: 0 2% 8px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 23%;
	font-size: 95%;
	text-align: center;
	font-weight: bolder;
	line-height: 130%;
}
.newslist dl dt a {
	margin: 0;
	padding: 12px 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	background: #51a2da;
}
.newslist dl dt a:hover {
	color: #ffffff;
}


.newslist dl dd {
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	width: 75%;
}

.newslist dl dd .title {
	margin: 0 0 .33em 0;
	border-bottom: 1px dotted #8dc448;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS Gothic", verdana, sans-serif;
	font-weight: bolder;
}

.newslist dl dd .title a {
	text-decoration: none;
	display: block;
}

.newslist dl dd .description {

}

