@charset "Shift_JIS";
/* トップページの「更新情報」および「編集部だより」（外部ファイル）で使用 */


/* 日付専用共通クラス */
p.info{
	font-size: small;
	line-height: 150%;
    margin: 0.2em 0px 0.2em;
}

/* 左側に寄せる日付 */
p.date{
	font-size: small;
	line-height: 130%;
	text-align:left;
	margin: 0.5em 0 0.2em;
}

/* 編集部だよりで使う右側に寄せる日付と筆者名 */
p.name-date{
	font-size: small;
	line-height: 130%;
	text-align: right;
	margin: 0em 0 0.5em;
}

