@charset "Shift_JIS";

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	border:0px;
	border-collapse: collapse;
}
img {
	padding:0px;
	margin:0px;
	border:0px;
	border-collapse: collapse;
}
ul {
	list-style: none;
	border-collapse: collapse;
}
li {
	list-style: none;
	border-collapse: collapse;
}
body {
	border-collapse: collapse;
}
textarea {
	font-size: 100%;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* for Dreamweaver */
.clearfix {overflow:hidden;}
/* end Dreamweaver */