@charset "utf-8";
/* CSS Document */

/* 初期化 */
body,
div,form,
h1,h2,h3,h4,h5,h6,p,address,pre,
dl,dt,dd,ul,ol,li, fieldset, frameset, iframe {
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font-style:normal;
}
body {
	background:#fff;
	color:#505050;
	font:12px/1.6 "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
html* body {/*Safari + IE5.5-6*/
	font-size:11px;
}
* html body {/*IE5.5-6*/
	font-size:75%;
}
*:first-child+html body {/*IE7*/
	font-size:75%;
}
hr {
	display:none;
}
h1,h2,h3,h4,h5,h6,dt,th,
strong,em {
	font-style:normal;
	font-weight:bold;
}
li {
	list-style:none;
}
img {
	margin:0;
	padding:0;
	border:none;
}
table {
	border-collapse:collapse;
}
a {
	color:#3333cc;
	text-decoration:underline;
}
a:visited {
	color:#800080;
}
a:hover,
a:active {
	color:#6666FF;
}
a:hover {
	text-decoration:none;
}
input {
	font-family:"ＭＳ Ｐゴシック",sans-serif;
}
blockquote {
	margin-top: 0;
	margin-bottom: 0;
}
