/* ------------------------------
 最新ニュース部分
------------------------------ */
div.news { border-bottom: 1px dotted #b2b2b2;
	   _zoom: 1;
	   overflow: hidden;
	   padding:  7px 0 19px 0;
	   margin: 0 30px 13px 38px;}
	div.main_title { width: 640px;
		         height: 200px;
		     	 _zoom: 1;
		         overflow: hidden;
		         position: relative;}
		div.main_title img { position: absolute;
				     top: 0px;
				     left: 0px;}
		div.main_title a { border: none;
				   display: block;
				   width: 640px;
				   height: 200px;
				   position: absolute;
				   top: 0px;
		      		   text-decoration: none;
				   background: url(../img/top/news_none.gif);
				   left: 0px;}
			div.main_title a:hover { background: url(../img/top/news_over.gif) left top;
		  		    		 text-decoration: none;}
			div.main_title a:visited {text-decoration: none;}
	div.news h2 span { color: #ffffff;
		      background: #000000;
		      width: 260px;
		      padding: 20px;
		      font-size: 25px;
		      text-shadow: 2px 3px 0px black;
		      position: absolute;
		      top: 20px;
		      left: 0px;
		      background: url(../img/top/title_back.png);
		      text-decoration: none;
		      /cursor: pointer;}
	p.date { color: #99FFFF;
		 font-size: 46px;
		 font-family: "Georgia",serif;
		 line-height: 36px;
		 float: left;
		 margin-left: -2px;
		 margin-top: -9px;
		 width: 126px;}
	p.naiyou { padding-top: 18px;
		   line-height: 1.7;
		   margin-left: 126px;}
		p.naiyou span { font-weight: bold;}
		p.naiyou a { color: #009999;}