@charset "utf-8";

/*================================
ファイル名：page.css
説明：広報プレスリリースのスタイル

IE6.5以下にのみ適用するスタイルを ie.css
に記述しています。

作成者：ND&amp;I 徳田 ( tokuda@n-di.co.jp )
=================================*/

@import url("../share/default.css");
@import url("../share/common.css");


/* =========================================
*  NEWS
* ========================================= */

dl.news {
	padding: 1em 0 .5em;
	background: #FBFAF3;
}

	dl.news dt {
		float: left;
		width: 7em;
		text-align: right;
	}
	
	dl.news dd {
		margin-bottom: 9px;
		padding: 0 0 3px 8em;
		background: url(../../img/press/line_dot.gif) repeat-x left bottom;
	}
