* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #000000;
	background: #ffffff;
}

ul,ol,li {
	list-style: none;
}

h1,h2,h3,h4,h6,p,ul,ol,li,div,table,th,td,dl,dt,dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

a	{
	color: #3a9bdf;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

img	{
	border: none;
}

li img	{
	vertical-align: bottom;
}

* html .clearfix	{
	height: 1%;
}

*:first-child+html .clearfix {
	height: 1%;
}

.clearfix:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
