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

 .content {
	 padding-bottom:0px;
 }

 .content h1 {
	 margin-bottom:0px;
 }
 
  .news_scroll-center {

	z-index:7;
    border:none;
	background-color:#FFFFFF;
 	margin:0px auto 0px auto;
	width:940px; 
	height:auto;
	visibility:visible;
}


  .news_scroll-center h2{
	display:none;
	}


  .news_scroll-center .box {
	background-image:none;
	background-color:#FFFFFF;
    border: none;
	font-size:0.9em;
	width:840px;
	height:auto;
    overflow: visible;
    padding:10px;
	padding-bottom:20px;
 	margin:0px auto 0px auto;
}


  .news_scroll-center .box dl {
	font-size:1em;
	line-height:1.3em;
	padding: 0;
	height:auto;
	width:auto;

}

  .news_scroll-center .box dt {
	width:8em;
	clear: left;
    float: left;


}

  .news_scroll-center .box dd {
	margin-left:9em;
	margin-bottom:2em;
}

