@charset "EUC-JP";

html, body, div, input, select, tr, td, p, ul, li, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.0;
}

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

td {
	empty-cells: show;
}

li {
	list-style-type: none;
	display: inline-block;
}

img {
	border-style: none;
}

.content {
	min-height: 100%;
	min-width: 700px;
}

.fix12 {
	font-size: 12px;
}