/* CSS Document */
	

/*/////////////★テキスト★/////////////*/
.none{
	text-indent:-9999px;
	display:block;
	}

.date{
	font-weight:bold;
	}

.green{
	color:#7AC600;
	}
	
/*////////////////////////////////////////////////*/



/*/////////////★フロート★/////////////*/
.float_l{
	float:left;
	}
	
.float_r{
	float:right;
	}
	
.clear_b{
	clear:both;
	}
	
.clear_l{
	clear:left;
	}
	
.clear_r{
	clear:right;
	}				
	
/*////////////////////////////////////////////////*/


/*/////////////★点線x軸リピート★/////////////*/

.dot{
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	height:2px;
	}