@charset "UTF-8";

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

title: livedoor profile blogparts start CSS
author: hamashun
day: 2008-01-20

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


/* =1 default style reset
-------------------------------------------------------- */
html,body,div,h1,p,a,img,ul,li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}



/* =2 link style
-------------------------------------------------------- */
a:link {
	color: #0000ee;
}

a:visited {
	color: #0000ee;
}

a:hover {
	color: #ff0000;
}



/* =2 etc...
-------------------------------------------------------- */
body {
	background: #f4f7f7;
	color: #333;
	font-size: 100%;
	text-align: center;/* for ie */
}

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