/* ### レイアウト ### */
#container	{max-width: 960px;
	margin: auto;}

#header	{margin: 0 0 50px;}

#content	{width: 62.5%;
	float: left;}

#sidebar	{width: 31.25%;
	float: right;}

#footer	{clear: both;}


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

/* サイト名 */
#site	{float: left;}

/* アイコンメニュー */
#iconmenu	{float: right;
	position: static;}

/* ナビゲーションメニュー */
#nav li	{width: 120px;}



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

.date	{display: block;
	float: right;
	font-size: 16px;
	line-height: 1.2;
	padding: 8px 22px;
	border-radius: 55px / 48px;}

.date span	{display: block;
	font-size: 32px;
	line-height: 1;}

#content h2	{font-size: 28px;}



/* ### フッター ### */
#footer	{padding-bottom: 20px;}




