* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

p {
	margin: 0x;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

ul,ol,li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside; 
	list-style-type: none;
}

img {
	border: none;
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-weight: bold;
	font-style: normal;
}

/* ieで画像の下に余白ができる問題回避 */
img {vertical-align: bottom;}