
body {
	background-color: #FFFFFF;
	font-family: helvetica, sans-serif;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #808080;
}

.title-background {
	z-index: 0;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 96px;
	background-color: #FFFFFF;
}

.title-background img {
	position: absolute;
	left: 224px;
}

.title {
	z-index: 1;
	position: absolute;
	top: 48px;
	left: 252px;
	color: #FFFFFF;
	font-size: 48px;
	white-space: nowrap;
}

.logo-bg {
	z-index: 2;
	position: fixed;
	left: 0px;
	width: 100%;
	height: 64px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.logo-bg-first {
	top: 0px;
	background-position: 0 0;
	width: 320px;
}

.logo-bg-second {
	top: 64px;
	background-position: -64px 0;
	width: 256px;
}

.logo-bg-third {
	top: 128px;
	background-position: -128px 0;
	width: 192px;
}

.logo-bg-fourth {
	top: 192px;
	background-position: -192px 0;
	width: 128px;
}

.logo-bg-fifth {
	top: 256px;
	background-position: -256px 0;
	width: 64px;
}

.logo {
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 32px;
	font-size: 26px;
	font-family: bitstream vera sans mono, sans-serif;
}

.top {
	position: absolute;
	top: 112px;
	left: 0px;
}

div.menu {
	position: fixed;
	left: 16px;
	z-index: 3;
	min-height: 192px;
}

.menu-box {
	margin: 4px 0px;
	min-width: 128px;
	border-radius: 8px;
	padding: 8px;
}

.menu-box a {
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

.menu-box a.menu {
	font-size: 14px;
	font-weight: bold;
}

.menu-box a.submenu {
	font-size: 12px;
	white-space: nowrap;
}

.body {
	font-size: 12px;
	z-index: 0;
	margin: 16px 32px 32px 224px;
}

.left-column {
	display: table-cell;
}

.right-column {
	display: table-cell;
	width: 320px;
	padding-left: 8px;
}

.item {
	min-width: 312px;
	margin-bottom: 8px;
	padding: 5px;
}

.item-color {
	background-color: #FFFFFF;
}

.right-column .item {
	font-size: 12px;
	line-height: 20px;
}

.right-column .item img {
	float: left;
	margin-right: 16px;
	border: 1px solid #AAAAAA;
}

.right-column .item .date {
	color: #AAAAAA;
	font-size: 10px;
	line-height: 12px;
}

@media (max-width: 896px) {
	.title {
		top: 64px;
		left: 236px;
		font-size: 32px;
	}

	.body {
		margin: 16px;
	}

	.logo-bg {
		position: absolute;
	}

	.logo {
		position: absolute;
	}

	div.menu {
		position: relative;
		display: inline-block;
	}
}

@media (max-width: 704px) {
	.title {
		font-size: 0;
	}

	.body {
		margin: 4px;
	}

	.left-column {
		display: inline-block;
	}

	.right-column {
		display: inline-block;
		width: 100%;
		padding-left: 0px;
	}

	.item {
		min-width: 0px;
	}
}

.box {
	padding: 0px;
	background-color: #000000;
}

.box-header {
	margin-bottom: 1px;
	padding: 4px;
	font-size: 20px;
	font-weight: bold;
}

.box-header a:link {
	color: #000000;
}

.box-header a:hover {
	text-decoration: none;
}

.box-header a:visited {
	color: #000000;
}

.box-header .date {
	position: relative;
	left: 32px;
	color: #AAAAAA;
	font-size: 12px;
}

.box-content {
	padding: 2px 4px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.box-content p {
	clear: both;
	margin: 0 0 20px;
}

.box-content p:last-child {
	margin: 0;
}

.box-content img {
	float: left;
	margin: 4px 8px 4px 2px;
	max-width: 288px;
}

.box-comment {
	position: relative;
	margin-top: 1px;
	margin-left: 16px;
	padding: 4px;
	background-color: #CCCCCC;
	font-size: 12px;
	line-height: 16px;
}

.box-comment .date {
	color: #AAAAAA;
	font-size: 10px;
}

.table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	border-spacing: 1px;
}

.table td {
	padding: 4px;
}

.table-header {
	background-color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}

.table-plain {
	background-color: #FFFFFF;
	font-size: 12px;
}

.table-blue {
	background-color: #DDDDFF;
	font-size: 10px;
	font-weight: bold;
	color: #0000AA;
	text-align: center;
}

.table-green {
	background-color: #F4FBF2;
	font-size: 10px;
	font-weight: bold;
	color: #36692D;
	text-align: center;
}

.table-purple {
	background-color: #EEDDFF;
	font-size: 10px;
	font-weight: bold;
	color: #440099;
	text-align: center;
}

.table-commentinfo {
	width: 128px;
	background-color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}

.table-affirmative {
	background-color: #C0FFC0;
}

.table-negative {
	background-color: #FFC0C0;
}

.feature {
	position: relative;
	font-weight: normal;
}

.feature:first-letter {
	font-weight: bold;
}

img.right-image {
	float: right;
	z-index: 3;
}

a.rss {
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 28px;
	padding-bottom: 8px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
