@charset "UTF-8";

/* --------------------------------------------------------

title: livedoor profile userPage start CSS(COM)
author: hamashun

-------------------------------------------------------- */


/* =1 default style reset
-------------------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,dl,dt,dd,span {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}



/* =2 overwrite
-------------------------------------------------------- */
body {
	background: #fff;
	color: #333;
	font-size: 83%;
	text-align: center;/* for ie */
}

html>body {
	font-size: 13px;
}
