body {
	background-color: white;
	font-size: 0.9em;
	line-height: 1.8em;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border-right: 20px solid #696969;
	border-left: 20px solid #696969;
}

h1 {
	color: #696969;
	font-size: 2.0em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 30px;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	padding-left: 3px;
	border-bottom: 3px solid #eeeeee;
}

img.navigation {
	padding-left: 10px;
	border: 0px;
}

pre {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px 5px 15px 5px;
	background-color: #eeeeee;
	border: 1px dotted #003366;
	line-height: 100%;
	overflow: auto;
}

textarea {
	width: 100%
}

.date {
	color: #666;
	font-family: meiryo, tahoma, verdana, geneva, arial, helvetica,
		sans-serif;
	font-size: 1.2em;
	float: right;
	font-weight: normal;
}

div.sidebar {
	float: right;
	width: 20%;
}

div.contents {
	float: right;
	width: 80%;
}

div.contenar {
	width: 100%;
	margin: 0 auto;
}

div.view {
	padding: 30px;
}

a.category {
	font-size: 1.1em;
	text-decoration: none;
}

a.contentsTitle {
	text-decoration: none;
	color: black;
}

div.categoryList {
	float: right;
}

div.header {
	font-size: 2em;
}

a.top {
	text-decoration: none;
	margin-right: 20px;
}

a.top:hover {
	text-decoration: underline;
}

div.topLink {
	text-align: center;
}

br.clear {
	clear: both;
}

td.box {
	padding: 3em
}

table.contents {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

th.contents {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #330000;
	background-color: #696969;
	padding: 0.3em 1em;
	text-align: center;
}

td.contents {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 0.3em 1em;
}
