@charset "UTF-8";
/* ------------------------------------------
Since: 2009-02-26
Version: 1.0
Auther: TAKASHI MIYAZAWA(visual and echo japan)
------------------------------------------*/

/* IE7でpadding指定 */  
*:first-child+html body {   
	padding-left: 1px;   
}   
  
/* IE6以下でpadding指定 */  
*html body {   
	padding-left: 1px;
}  

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul{
	list-style: none;
}
ul:after,li:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}