@charset "shift_jis";

/*
Site Name: あんずホームページ
File Name: reset.css
Description: リセット用CSS 
*/

/*----------------------------------------------------------
reset
----------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
}


h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em; 
}

blockquote, p, pre, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;


	}
	
	
br {
	margin: 0;
	padding: 0;
	}


