/* CSS Document */

/*-- ブロック --*/
body,div,p,pre,form,fieldset,iframe,q,blockquote {
	margin: 0;
	padding: 0;
}

/*-- インライン --*/
span,address {
	margin: 0;
	padding: 0;
}

/*-- 見出し --*/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*-- リスト --*/
dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
}

/*-- 表 --*/
table,thead,tbody,tfoot,tr,th,td {
	margin: 0;
	padding: 0;
}

/*-- input --*/
input,textarea {
	margin: 0;
	padding: 0;
}

/*-- ボーダー --*/
fieldset,img{
	border: none;
}
img {
	vertical-align: bottom;
}
table,thead,tbody,tfoot,tr,th,td {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

abbr,acronym {
	border: none;
}

/*-- 修飾 --*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content:'';
}

/*-- アンカー系 --*/
a {
	 text-decoration: none;
}