@charset "utf-8";

/*------------------------------------------------

 * style name    : reset.css
 * author        : Manabu Sakai
 * last modified : 2009-02-17

------------------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, table, th, tr, td,
ul, ol, li, dl, dt, dd, form, fieldset, legend,
hr, span, a, img, strong, em, ins, del, cite,
abbr, acronym, sup, sub, dfn, code, var, samp, kbd, object {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background-color: #fff;
	color: #000;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, strong {
	font-style: normal;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	cursor: help;
}

img {
	border: 0;
	vertical-align: bottom;
}

object, embed {
	vertical-align: bottom;
}

hr {
	display: none;
}

select, option {
	color: #666;
}

a {
	color: #06c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
