@import url(head.css);
@import url(cont.css);
@import url(navi.css);
@import url(link.css);

p {
	position: relative;
}

body, td, th {
	font-family: FreeSans, Helvetica, Sans-Serif;
}

body, td, th, h2, h3, h4, h5, h6 {
	font-size: 13px;
	line-height: 16px;
}

h1 {
	font-size: 28px;
	line-height: 28px;
}

hr {
	height: 3px;
	width: 200px;
	color: red;
	background-color: red;
	border-style: none;
	margin: 1em 100% 1em 0px;
}

h2, h3, h4, h5, h6, p, pre, ul, ol, table {
	margin: 1em 0px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0px;
}

.right {
	float: right;
	margin-left: 1ex;
}

.left {
	float: left;
	margin-right: 1ex;
}

img {
	border-style: none;
}

b, strong {
	color: red;
}
