@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll;
}

body {
	color: #333;
	font: 75% meiryo, verdana;
	line-height: 1.5;
	margin:0;
	padding:0;
}

/* for IE6 */
* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
}

img,a img {
	border:none;
}

*:first-child+html img,*:first-child+html a img{
	display:block;
}

em, strong,th {
	font-style:normal;
	font-weight:normal;
}

th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

form
button, fieldset, form, input, label, legend, select, textarea {
	font-family:meiryo, verdana;
	font-size:100%;
	vertical-align:baseline;
}

/*
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
*/
