﻿

.post
	{
		
                width:370px;
                height:400px;
		padding:20px;
		background-image:url(images/haikei.png);
		background-repeat:no-repeat;
		color:white;
	}
	.post .entry blockquote
	{
		
		background-image:url(images/quote.gif);
		background-repeat:no-repeat;
		padding-left:65px;
		color:#525251;
	}



/***そのまま適用***/
	.post h3
	{
	color:#666633;
	font-size:100%;
	display:block;
	padding-bottom:20px;
	padding-right:50px;
	background-image:url(images/post-line.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
	position:relative;
	top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}



.navigation .alignleft a
{
	background-image:url(images/btn_prev.jpg);
	position:relative;
	left:-14px;
}

.navigation .alignright a
{
	background-image:url(images/btn_next.jpg);
	display:inline;
	margin-left:5px;
	clear:right;
	position:relative;
	left:32px;
}

.div.navigation a
{
	color:white;
}


/*entryへの適用*/
.post .entry
	{
		padding:-5px;
		
	}
	
	.post .entry img
	{
		border:2px solid #CCCCCC;
		margin-right:5px;
		margin-left:60px;
		margin-top:-5px;
		margin-bottom:0px;
	}
	
	.post p
	{
		line-height:130%;
		margin-right:13px;
		margin-top:-5px;
		margin-bottom:10px;
		
	}
	
	.post .entry strong, b
	{
		font-weight:bold;
		
	}
	
	.post .entry em
	{
		font-style:italic;
	}
	
	.post .entry ol
	{
	list-style:decimal;
	list-style-position:inside;
	margin-top:5px;
	}
	
	.post .entry ol li
	{
		padding-bottom:5px;
	}
	
	.post .entry ul
	{
		list-style:disc;
		list-style-position:inside;
		margin-top:5px;
	}
	
	.post .entry blockquote
	{
		
		background-image:url(images/quote.gif);
		background-repeat:no-repeat;
		padding-left:65px;
		color:#525251;
	}
	
	.post .entry blockquote blockquote
	{
		padding:10px 65px ;
	}


/***個別ページの上記リンク部分***/
.bar{
	background-image:url("images/m-bar.png");
	background-position:left;
	height:31px;
	width:250px;
	font-size:110%;
	font-family: Vrinda, Verdana, Tahoma, Sans-Serif, Serif, "Courier New", Aria;
}

.bar p{
	width: 200px;
	margin-left: 40px;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 7px;
}
