
blockquote {
	padding-left:10px;
	padding-right:10px;
	color:#000;
    background:#fff;
    border-left: 1px dashed #999;
    border-right: 1px dashed #999;
	font-style: normal;
}
	
.clear {
	clear:both;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
/* ------------ Content ------------ */

#content {
	float: left;
	width: 500px;
	font-size:90%;
}

.post {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 100%;
	text-align: justify;
	color:#333;
        background:#fff;
        border:1px dashed #999;
}

.post h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Georgia, Sans-serif;
    font-size: 18px;
    text-transform:uppercase;
    padding: 10px 10px 0px 10px;
}

.post h2 a, .post h2 a:link, .post h2 a:hover, .post h2 a:visited  {
	color: #000077;
	background-color: transparent;
		text-decoration:none;				/* 下線など */

}

.post .date {
	font-size:11px;
    color: #777;
	padding-bottom: 2px;
        margin: 0px 10px 0px 10px;
	border-bottom: 1px dashed #999;
}

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	font: normal 11px Arial, Georgia, Sans-serif;
	text-align: right;
	height:34px;
}

.p_comments {
	height:25px;
	width:100px;
	line-height:26px;
	text-align:center;
	float:right;
	padding:0 5px 0 27px;
}

.p_comments img {
	padding-right: 3px;
    border:0;
}

.p_comments a:link,
.p_comments a:visited {
	color: #fff;
	background-color: transparent;
}


.post a:link,
.post a:visited {
	color: #ae0000;
	background-color: transparent;
}

.post a:hover {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	display:block;
	margin: 0 0;
	padding: 5px 25px;
}
	
.cover{
	margin: 0 0;
	background: url(images/content.png);
	background-repeat:repeat-y;
}

/* ------------ Post Navigation ------------ */

.navigation {
	height:10px;
	padding-top:10px;
}
	
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#000;
}
	
.navigation a:hover {
	color:#000;
}
/* ------------ Comments ------------ */

.comments {
	padding: 22px 32px 23px 32px;
	line-height:16px;
}
	
.comments ol {
	margin: 0 0 30px 0;
	padding: 10px 0px 0px 30px;
	font-weight: normal;
	color: #000;
}	

div.comments ol li {
	padding-bottom: 9px;
	
}

.comments form {
}
	
.comments textarea {
	width:400px;
	height:156px;
	background:#fff;
	color:#000;
	padding:10px;
	overflow:auto;
	font-family: Arial, Georgia, Sans-serif;
	font-size:14px;
}
	
#commentform {
	padding-left:23px;
}
	
#commentform input {
	padding-left:10px;
}
	
.comments input#submit {
	padding:0;
	width:72px;
}
	
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 0px;
	padding:0;
	font-weight:normal;
}
	
.comments ol li p {
	padding:0;
	margin:10px 0;
}
	
.comments ol li {
	padding-bottom: 9px;

}
