@charset "shift_jis";
/*------------------------------------------------------------
	ãƒ?ƒ•ã‚©ãƒ«ãƒˆã‚¹ã‚¿ã‚¤ãƒ«
------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-family: MS PGothic,"?­?³ ?°ã‚´ã‚·ãƒ?‚¯", Osaka, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3";
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {

}
