/* ### レイアウト ### */
#container	{width: 100%;}

#content	{width: 62.5%;}

#sidebar	{width: 31.25%;}

#blogTitle	{padding-top:25px;
	padding-left:30px;}

#blogTitle	img{}


/* ### ヘッダー ### */

#site h1	{display:block;
	font-size:12px;
	padding-left:30px;}

#site p	{display:block;
	font-size:12px;
	padding-left:30px;}

/* ヘッダー画像 */
#header	{width: 100%;
	/*height: 140px;*/
	background-size: 100% auto;}


/* ### コンテンツ ### */

/* サムネイル画像 */
.postBody img	{max-width: 35%;
	height: auto;}


/* ### サイドバー ### */

/* 画像 */
.pic img	{width:100%;}

