/*content css */

#newslist{}
	#newslist .item{background:url(../img/element/dark_box/bg.png); padding:5px; padding-right:15px; margin-bottom:10px;}
		#newslist .item img{float:left;}
		#newslist .item .desc{float:right; width:370px; padding-bottom:10px;}
			#newslist .item .desc .ttl{font-weight:bold; margin-right:5px; text-transform:uppercase;}
			#newslist .item .desc .date{font-weight:bold; color:#fff;}
			#newslist .item .desc .info{display:block; text-align:justify; line-height:12px; color:#fff; padding-top:5px; padding-bottom:20px;}

#body.a_model h2, #body.a_model h3{display:none;}

#home_intro_txt{padding-bottom:290px;}