@import "common.css";/* 共通スタイル */
@import "index.css";/* index.html専用 */
@import "clearfix.css";
img{
	margin:0;
	padding:0;
	border:none;
}
#wrapper #main table{
	 border:none;
}
#wrapper #main table img{
	 border:none;
}
#wrapper #main table tr td table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border:none;
}

