#tumblr {
	width:592px;	/* ブロック横幅 */ 
	height:400px;　/* ブロック縦幅 */ 
	overflow: auto;   /* スクロール表示 */ 

	/* 上記でもスクロールが表示されない場合は、上記oveflow指定をhtmlのtumblr部分に直接書く（参考：埼玉国際） */
 
	padding:10px;
	font-size:14px;
	line-height:150%;
	margin-top:20px;
	border:1px #CCC solid;
}

#tumblr02 {
	width:208px;	/* ブロック横幅 */ 
	height:450px;　/* ブロック縦幅 */ 
	overflow: auto;   /* スクロール表示 */ 

	/* 上記でもスクロールが表示されない場合は、上記oveflow指定をhtmlのtumblr部分に直接書く（参考：埼玉国際） */
 
	padding:5px;
	font-size:14px;
	line-height:150%;
	margin-top:0px;
	border:1px #CCC solid;
}


#tumblr img{
	width:60%;	/* 画像あり投稿の場合のサムネイルサイズ */ 
}

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

#tumblr .post, #tumblr02 .pos{
	color:#3F4E74;
	font-weight:bold;	/* 日付とタイトル */ 
	list-style:none;
	text-align:left;
}

#tumblr a, #tumblr02 a{
	color:#3F4E74;	/* タイトル */ 
}

#tumblr .post_c{
	border-bottom:1px dotted;	/* 本文 */ 
	margin-bottom:15px;
}

#tumblr02 .post_c{
	border-bottom:1px dotted;	/* 本文 */ 
	font-size:12px;
	margin-bottom:15px;
	text-align:left;
}

#tumblr02 img, #tumblr02 .post_c img{
	width:80%;	/* 画像あり投稿の場合のサムネイルサイズ */ 
	margin-left:10%;
	margin-bottom:5px;
}

