@charset "utf-8";

/*
    リセットのcss    
===========================================*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,a,address,pre,
strong,em,caption,cite,code,dfn,var {
	margin: 0;
	padding: 0;
	
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}



img {
	border: 0;
	
	background-color: transparent;
	vertical-align: bottom;
}



table {
	border-collapse: collapse;
	cell-spacing: 0;
}



caption,th {
	text-align: left;
}



fieldset {
	border: 0;
}



ol,ul {
	list-style: none;
}



ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td {
	font-size: 100%;
}



q:before,q:after {
	content:'';
}



abbr,acronym {
	border: 0;
}


