@charset "utf-8";

/*----------------------------------------------------
 * 
 * メインコンテンツ
 * 
 *----------------------------------------------------*/
/* 企業理念 */
#main_content .philosophy{
	height:200px;
	background:url(./image/philosophy_symbol_bg.jpg) no-repeat;
	background-position: 23px 51px;
	padding:50px 32px 0 190px;
}
	#main_content .philosophy span{
		font-size:13px;
		line-height:1.7em;
		color:#333;
	}
		
/* ニューストピックス */
#main_content .news_topics_content{
	padding:30px 32px;
}
	.news_topics_content{
		background:url(./image/news_topics_bg.gif) repeat-x #FFF;
	}
	.news_topics_content li{
		padding:5px 0;
	}
		.news_topics_content .news_date{
			float:left;
			background:url(./image/icon_list_style.gif) no-repeat 2px 4px;
			width:124px;
			padding-left:16px;
		}
		
		.news_topics_content .news_text{
			text-align:left;
			margin-left:140px;
		}


	
	
	
	
	
	
	