@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .news{
    background-position:0px -29px;
}
#gNav .news a{
    background-position:0px -29px;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main #sub_title_news {
	margin-top:15px;
	margin-left:15px;
	margin-bottom:20px;
}


/* #news_all
----------------------------------------------------------- */
#main #news_all {
	width:900px;
	margin-bottom:60px;
	margin-left:15px;
	float:left;
}

#main #news_all .news_box{
	float:left;
	width:900px;
	margin-bottom:10px;
}

#main #news_all .news_box .img{
	margin-right:20px;
	float:left;
}

#main #news_all .news_box .date{
	margin-bottom:15px;
	font-size:80%;
	color:#f78600;
}

#main #news_all .news_box .subject{
	margin-bottom:15px;
	font-weight:bold;
}

#main #news_all .news_box .msg{
	font-size:80%;
}

/* #news_details
----------------------------------------------------------- */
#main #news_details {
	width:900px;
	margin-bottom:60px;
	margin-left:15px;
	float:left;
}

#main #news_details .news_box .img{
	margin-right:20px;
	float:left;
}

#main #news_details .news_box .date{
	margin-bottom:15px;
	font-size:80%;
	color:#f78600;
}

#main #news_details .news_box .subject{
	margin-bottom:15px;
	font-weight:bold;
}

#main #news_details .news_box .msg{
	font-size:80%;
}

/* #navi
----------------------------------------------------------- */
#main #navi {
	text-align:right;
}
