@charset "UTF-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, address,ul, ol, li, dl, dd, table, th, td, dt, fieldest {
	margin:0;
	padding:0;
}

img {
	border: none;
}
/* CSS Document */
li {
		display: block;
		list-style-type:none;
}
address {
	font-style: normal;
	padding-top: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
strong {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
}
a {
	overflow:hidden;
	text-decoration: none;
	color: #333333;
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}

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