/* ===================================================================
 reset
=================================================================== */
html {
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, img {
	margin:0;
	padding:0;
	line-height:1.6em;
	font-weight:normal;
	font-family: Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;

    *font-size:medium;
    *font:small;
	font-size: 100%;
	color: #464646;
}
/* IE6 and IE7 Hack */
* html body {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
*:first-child+html body {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse:collapse;
	border-spacing:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
ol, ul {
	list-style:none;
}
a img {
	border:0;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
a {
	color: #53b5ec;
}
a:hover, a.selected {
	text-decoration:none;
}
p,ul,ol,li,dl,table {
	font-size: 12px;
}
