@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}
li{
	list-style-type:none;
}
a img{
	border:0px;
}

/* 20110406クラスあり修正版 */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}