@charset "UTF-8";

	* {margin: 0; padding: 0;}
	html,body{height: 100%;}
	
	body{font-size:12px; color:#fff;}
	
	ul, ol, dl {list-style-type: none;}
	
	img, a img {border: 0;}

	.txt10{font-size:10px;}
	.txt11{font-size:11px;}
	.ctr{text-lign:center;}
	.left{text-align:left;}
	.right{text-align:right;}
	.strike{text-decoration:line-through;}

	.round{border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -uu-border-radius: 4px;}

	
	
/*--------------------------------------------------
	Float:Clear
---------------------------------------------------*/

	/*floatの回り込み解除*/
	.clearfix:after {
		content: ".";  /* 新しい要素を作る */
		display: block;  /* ブロックレベル要素に */
		clear: both;
		height: 0;
		line-height:0; 
		visibility: hidden;
	}

	.clearfix {
		min-height: 1px;
		clear:both;
	}
	
	* html .clearfix {
		height: 1px;
		/*¥*//*/
		height: auto;
		overflow: hidden;
		/**/
	}	