body{
	text-align:justify;
	/* font-family:'メイリオ', 'Meiryo', sans-serif; */
	font-size: large;
}
h1{
	letter-spacing: -0.1em;
	line-height:125%;

}

a.search{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #dcdcdc;
}

p{
	line-height:175%;
}
p:first-letter {
	font-weight: bold;
/*	color: red; */
}
.photo {
	color: navy;
	margin: 10px;
	font-size: 75%;
	line-height:150%;

}

blockquote.twitter-tweet {
	background: url('/images/blockquote-twitter.gif') no-repeat;
	margin: auto;
}


blockquote {
	background: url('/images/blockquote2.gif') no-repeat;
	font-size: 85%;
	background-position: 10px 10px;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #EEEEEE;
	line-height:175%;
}
cite{
	display: block; 
	text-align: right;
}

time,update{
	display: block; 
	text-align: right;
}


@media screen and (min-width:800px) {
	#wrapper{
	width: 640px; /*PC用*/
	margin: auto;
	}
}

