* {
	padding: 0px;
	margin: 0px;
}

body, td, th {
	font-size: 10px;
	color: #555555;
	font-family: Verdana, Osaka, 'MS P Gothic';
	font-weight: normal;
	line-height: 16px;
}

body {
	text-align: center;
	margin: 6px;
}

a:link, a:visited {
	color: #6688CC;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h2 {
	display: inline;
	font-size: 1.5em;
}

h2 a:link, h2 a:visited {
	color: #555555;
}

.pre {
	display: inline-block;
	width: 100%;
	background: #FFFFEE;
	border: 1px solid #EEEEAA;
	margin-left: 10px;
}

#all {
	display: block;
	position: relative;
	width: 720px;
	margin: auto;
}

#topBlock {
	background: #EEEEEE;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#entryBlock {
	border: 1px solid #CCCCCC;
	width: 514px;
	float: left;
}

.comment:target {
	background: #FFFFEE;
}

.entry, .comment {
	padding-top: 1em;
	text-align: center;
}

.entryTitle, .entryButtons, .commentTitle {
	text-align: left;
	margin-left: 120px;
	margin-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background: #EEEEEE;
}

.entryTime, .commentTime {
	float: right;
}

.entryContent, .commentContent {
	text-align: left;
	width: 458px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#menuBlock {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	width: 198px;
	height: 100%;
	float: right;
	text-align: left;
}

#menuList, #menuList ul {
	list-style: none;
	padding-left: 1.5em;
}

#menuList {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-recent-comment-light {
	border-bottom: 4px solid #999999;
}

input[type=text], input[type=password], input[type=submit], input[type=checkbox], input[type=button], textarea {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Osaka, 'MS P Gothic';
	font-size: 1em;
	background: #FFFFFF;
}

input[type=checkbox] {
	position: absolute;
}

#newEntry {
	margin-top: 6px;
	text-align: left;
}

#newEntryForm div {
	width: 512px;
	height: 220px;
	margin: 3px;
	margin-bottom: 0px;
}

#newEntryForm label {
	display: inline-block;
	width: 3em;
}

#newEntryForm textarea {
	display: inline-block;
	width: 466px;
	margin-right: 190px;
}

#newEntryHelp {
	float: right;
	padding-right: 6px;
	display: block;
	width: 190px;
}

#newComment {
	display: block;
	width: 100%;
}

.textForm {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 5px;
	text-align: left;
}

.textForm label {
	white-space: nowrap;
}

.textForm input[type=text], .textForm input[type=password], .textForm input[type=button], .textForm textarea {
	background: #FFFFFF;
	font-family: Verdana, Osaka, 'MS P Gothic';
	border: none;
	border: 1px solid #CCCCCC;
}

.textForm input[type=text], .textForm input[type=password], .textForm textarea {
	display: block;
	width: 100%;
}

.textForm textarea {
	height: 6em;
}

#login {
	border: 1px solid #CCCCCC;
	margin: auto;
	margin-bottom: 6px;
	background: #EEEEEE;
	position: relative;
}

#loginForm {
	display: block;
	border: none;
	padding: 2px;
}

.clear {
	clear: both;
}
