/************************************** 
リファラーつまり参照用のクラス定義です。
どこでも使える簡単なセレクタを増やしていきます。
カスケード指定しないでください。
 **************************************/
 


/* IE6回り込み時のバグ回避 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* デザイン調整用リファレンスセレクタ 
（レファレンス用に定義、一時的な調整に使用） */


/* 文中画像の回り込み */
.img-right {
	float: right;
	margin:0px 0px 10px 10px;
}
.img-left {
	float: left;
	margin:0px 10px 10px 0px;
}

.img-border {
	border:solid 1px #666666;
}

.img-border02 {
	border:solid 4px #CCCCCC;
}

.img-border03 {
	border:solid 4px #FFFFFF;
}

