/* リスト */
ul.ico01{
	list-style-image	: url(../img/ico01.gif);
	margin-top				: 0px;
	margin-bottom			: 0px;}

/* ブロック */
.blk_cl{
	clear	: both;}
.blk_l{
	float : left;}

/* 余白 */
.p2_tb{
	padding-top		: 2px;}
	padding-bottom: 2px;
.m0_tb{
	margin-top		: 0px;
	margin-bottom	: 0px;}
.p20{
	margin				: 20px;}

/* フォント */
.f80{
	font-size	:	80%;}


/* 枠線 */
.line_all{
	border				: 1px solid #cccccc;}
.line_t{
	border-top		: 1px solid #cccccc;}
.line_d_b{
	border-bottom	: 1px dotted #cccccc;}

/* 幅 */
.w70{
	width		: 70px;}

/* 投稿版の時間 */
.time{
	padding-left	:	10px;
	font-size			: 80%;
	color					: green;}


