@import url('http://fonts.googleapis.com/css?family=Reenie+Beanie');
a{
	color: #c00;
}
#logo{
	position: absolute;
	width: 60%;
	left: 20%;
	top: 20px;
	font: bold 32px 'Reenie Beanie', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	line-height: 22px;
	border-bottom: 1px #000 solid;
}
#logo small{
	font-size: 22px;
}

#content{
	position: absolute;
	width: 60%;
	left: 20%;
	top: 80px;
	font: normal 12px 'Trebuchet MS', Helvetica, sans-serif;
}
.item{
	margin-top: 20px;
	border: 1px #f8f8f8 solid;
	background-color: #f8f8f8;
	padding: 0px 20px 15px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.text{
	font: normal 18px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	padding-bottom: 10px;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 5px;
	clear: right;
	text-align: justify;
}
.data{
	float: right;
	padding-top: 8px;
	font-size: 11px;
	color: #999;
	line-height: 8px;
}
.com_num{
	float: left;
}
.com_add{
	text-align: center;
}
.com_items{
	display: none;
}
.com{
	padding-top: 10px;
	border-top: 1px #ccc dashed;
	margin-top: 5px;
}
.com span{
	float: right;
	padding-left: 20px;
	font-size: 10px;
	color: #999;
}

#twitter{
	position: fixed;
	top: 10px;
	right: 10px;
}
#rss{
	position: fixed;
	top: 190px;
	right: 10px;
}
#yahu{
	position: fixed;
	top: 380px;
	right: 10px;
}

#comment{
	display: none;
	width: 400px;
	margin: 10px auto;
	line-height: 22px;
}
#comment table{
	width: 100%;
}
#comment td{
	padding: 5px 10px;
}
#comment fieldset{
	padding: 0px;
	font: normal 12px 'Trebuchet MS', Helvetica, sans-serif;
}
input[type="text"], textarea{
	border: 1px #666 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
}
input[type="submit"]{
	margin: 0px;
	padding: 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#chars{
	padding-left: 20px;
}