@charset "UTF-8";
/* CSS Document */

html{
height: 100%;
}

body{
background:#FFF2E9;
text-align:left;
margin:0;
padding:0;
height: 100%;
}
dt,dd{
padding:0;
}


/*--- news ---*/

#news{
position:relative;
top:0;
left:0;
margin-top:0;
width:655px;
height: 100%;
}
#news dt{
background:url(../images/header_news.jpg) no-repeat left top;
height:30px;
width:655px;
line-height:30px;
color:#ffffff;
padding:0;
padding-left:17px;
}
#news dt img{
display:block;
}
#news dt a{
position:absolute;
top:6px;
left:553px;
z-index:10;
}
#news dd{
box-sizing: border-box;
height: calc(100% - 30px);
padding:0.2em 0 0;
overflow:auto;
border: 1px solid #900;
border-top: none;
}
#news dd ul{
list-style:none;
margin-left:0;
padding-left:0;
font-size:80%;
}
#news dd ul li{
border-bottom:1px solid #cccccc;
padding:2px 0.5em 2px 7em;
/*cursor: pointer;*/
}
#news dd ul li span.date{
color:#990000;
float:left;
width:6.5em;
margin-left:-6.5em;
}
#news dd ul li span.text{
display:block;
}

#news dd ul li{
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

#news dd ul li:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



