@charset "utf-8";


/* デフォルト
-------------------------------------------------- */

body div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	background-image: none;
}

h3 a, h4 a {
	background: none;
}

body{
	font-family: "MS PGothic",Osaka;
	color: #333;
}

ol li,
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

dl dt,
dl dd {
	margin: 0;
	padding: 0;
	background: none;
}

img {
	vertical-align: bottom;
}

sup {
	vertical-align: top;
}

#contents {
	background-image: none;
}

#footer ul li {
	float: left;
}
