@charset"shift_jis";

/* CSS Document */

body{
	font-size:13px;
	font-family: sans-serif,Verdana,Arial;
	text-align:center;
	line-height:150%;
	color:#000;
	}

* html body {
	font-family:'ＭＳ Ｐゴシック',sans-serif,serif;
	font-size:81.25%;
	}

*:first-child+html body {
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif,serif;
	font-size:81.25%;
	}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{
	font-size:100%;
	}
table{
	border-collapse:collapse;
	}
img{
	vertical-align:bottom;
	line-height:100%;
	}

/* Link */

a{
	color:#ffffff;
	text-decoration:none;
	}
	
a:link{
	color:#ffffff;
	text-decoration:none;
	}
	
a:visited{
	color:#ffffff;
	text-decoration:none;
	}
	
a:hover{
	color:#ffffff;
	text-decoration:underline;
	}

