
/* -------------------- NEWS CONTENT -  TEXT -----------------------------*/
#news { 
   float: left;  
   width: 256px;
   text-align: left;
}
#news .ntext01{
clear:both;
padding:10px 0 10px;
border-bottom: 1px solid #ccc;
}
#news .ntext02{
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}
#news .next{
	text-align: right;
	padding: 20px 10px 20px 0;
}
/* news1 */
/* --------------------------------------------------- */
#news1 {
   margin: 20px auto 20px;
   padding: 0;
   text-align: center;
   width: 600px;
   border: solid 1px #D4D4D4;
}
#news1 .text01{
   background-color: #d9cba4;
   border-bottom: dotted 1px #D4D4D4;
   padding: 10px 0 10px;
   text-align: center;
   margin-bottom: 20px;
}
#news1 .image01{
   padding-bottom: 20px;
   text-align: center;
}
#news1 .text02{
   text-align: left;
   margin: 0 20px 20px 80px;
}
#news1 .close{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* clearfix */
/* --------------------------------------------------- */
.clearfix:after {
  content: ".";  /* EvǤE老E*/
  display: block;  /* ֥åE٥Eǣ*/
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}