﻿@charset "utf-8";

*{
margin: 0;
padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 2px;
	background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
}

ul, ol {
	list-style-position: inside;
	text-indent: 1em;
}

li {
				line-height: 1.5em;
				color: #000080;
}

/*
div {
	border: solid 1px;
}

p {
	border: solid 1px;
}
*/