#tumblr {
	width:100%;	/* ブロック横幅 */ 
	height:500px;　/* ブロック縦幅 */ 
	overflow: auto;   /* スクロール表示 */ 
	padding:0 0 20px 0px;
	text-align:left;
}


#tumblr img{
	width:410px;	/* 画像あり投稿の場合のサムネイルサイズ */ 
	margin: 10px auto;
}

#tumblr strong{
	color:red;	/* tumblr側で太字にした場合に、サイト側で何色にするかの設定 */ 
}

#tumblr .post{
	color:#255B55;
	font-size:15px;
	font-weight:bold;	/* 日付とタイトル */ 
	list-style:none;
	padding:20px 0 0 0;
}

#tumblr a{
	color:#255B55;	/* タイトル */ 
}

#tumblr .post_c{
	border-bottom:1px dotted;	/* 本文 */ 
	padding:10px 0;
	line-height:190%;
}

#tumblr_news {
	width:80%;
	margin:0.1em auto;
}

#tumblr_news a {
	font-size:120%; border-radius: 7px; font-weight:normal;
	display:block;
}

#tumblr_news a, #tumblr_news a:link, #tumblr_news a:visited { background-color:#0E2374; color:#fff; }
#tumblr_news ae:hover { background-color:#0936C4; color:#fff; }

