body {
	background-color: #F6FBFE;
	color: #000000;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif,"Hiragino Kaku Gothic Pro";
	font-size: 12px;
	padding: 4px;
}

img {
	border: 0;
}

#container {
	width: 600px;
	margin-left: 100px;
/*	margin:0pt auto;*/
}

.title {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	padding-bottom: 3px;
	 margin-bottom: 20px;
}

#intro {
  border: thin #cccccc dotted;
  background-color: #f1f8fa;
  width: 600px;
  padding: 5px;
  margin-bottom: 20px;
}

.xfolkentry {
	margin-bottom: 30px;
	padding-right: 10px;
}

.entrytitle {
  font-size: 1.2em;
}

.entrytitle a{
  color: #4d6169;
  text-decoration: none;
  font-size: 16px;
}
.entrytitle a:hover{
  color: #4d6169;
  text-decoration: underline;
  font-size: 16px;
}

.entrytitle img{
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: middle;
}

.entryurl {
  margin-left: 20px;
  padding-left: 3px;
  font-size: 0.8em;
}

.entryurl a:link,
.entryurl a:visited{
  color: #999999;
  text-decoration: none;
  font-size: 10px;
}
.entryurl a:hover{
  color: #999999;
  text-decoration: underline;
  font-size: 10px;
}

.entryurl img{
	height: 12px;
	vertical-align: middle;
}

.star {
  border: thin #cccccc dotted;
  background-color: #f1f8fa;
  width: 550px;
  margin-left: 60px;
  margin-top: 5px;
  padding: 5px;
}

.user {
  font-size: 1.0em;
  color: #666666;
}
.user a{
  color: #666666;
  text-decoration: none;
}
.user img{
	width: 18px;
	height: 18px;
	margin-right: 2px;
	vertical-align: middle;
}

.comment {
  font-size: 1.0em;
  margin-left: 20px;
  margin-top: 2px;
  color: #666666;
}

.comment a{
	text-decoration: none;
	color: #5555EE;
}

.navilink {
	text-align: right;
}

