/* ### 基本的なレイアウト ### */

#container	{width: 620px;}

#content	{margin-bottom: 0px;}

#content2	{margin-bottom: 0px;}

#site	{width: 170px;}

#nav	{width: 450px;}


/* ### コンテンツ部分の記事のレイアウト ### */
.post	{width: 306px;
	 margin-right: 8px;
	 margin-bottom: 8px;}

.post:nth-child(even)	{margin-right: 0;}

.post2	{width: 620px;
	 margin-right: 8px;
	 margin-bottom: 8px;}


/* ### 小さいコンテンツ部分の記事のレイアウト ### */

#content3	{overflow: hidden;}

.post3	{float: left;
	width: 149px;
	margin-right: 8px;
	margin-bottom: 8px;}

.post3:last-child	{margin-right: 0;}

#content4	{overflow: hidden;}

.post4	{float: left;
	width: 149px;
	margin-right: 8px;
	margin-bottom: 8px;}

.post4:last-child	{margin-right: 0;}

.post3 + .post3 + .post3 + .post3 	{margin-right: 0;}

.post4 + .post4 + .post4 + .post4 	{margin-right: 0;}

.post0	{float: none;
	width: 620px;
	margin-right: 0;
	margin-bottom: 8px;}

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

/* 記事 */
.post img	{width: 306px;}

.post2 img	{width: 620px;}

.post3 img	{width: 149px;}

.post4 img	{width: 149px;}

.post h2	{font-size: 16px;}

.post p	{font-size: 12px;}

.post .more_s	{font-size: 12px;}

.post2 h2	{font-size: 16px;}

.post2 p	{font-size: 12px;}

.post2 .more_s	{font-size: 12px;}


/* 続きを読むボタン */

.post2 .more_s	{float: right;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 94% 50%;
	padding: 3px 5px 3px 10px;
	margin: 0;}

.post2 .more_m	{float: right;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 94% 50%;
	padding: 3px 5px 3px 5px;
	margin: 0;}


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

/* ナビゲーションメニュー */
#nav	{float: right;
	font-size: 25px;
	font-family: 'Georgia', Helvetica, Arial, sans-serif;
	padding-top: 30px;}

#nav ul	{margin: 0;
	padding: 0;}

#nav li	{list-style-type: none;
	float: left;}

#nav li a	{display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	border-bottom: solid 5px transparent;
	color: #000000;}

#nav li a:hover	{border-bottom-color: #000000;}


/* ### ヘッダー記事 ### */
#headerpost	{position: relative;}

#headerpost img	{float: none;}

#headerpost #lead	{float: none;
	left: 0;
	bottom: 0;
	
	width: auto;
	padding: 10px 20px;
	margin: 0;}

#headerpost h2	{font-size: 16px;
	margin: 10px 0 10px 0;}

#headerpost p	{font-size: 12px;
	margin: 0 0 20px 0;}

#headerpost .date	{float: left;
	margin: 0;}

#headerpost .more	{float: right;
	margin: -12px 15px 0px 0;}


/* 背景 */
#headerpost	{background-color: #333333;
	background: -webkit-gradient(linear,left top, left bottom, from(#000000), to(#555555));
	background: -webkit-linear-gradient(#000000 0%, #555555 100%);
	background: -moz-linear-gradient(#000000 0%, #555555 100%);
	background: -o-linear-gradient(#000000 0%, #555555 100%);
	background: -ms-linear-gradient(#000000 0%, #555555 100%);
	background: linear-gradient(#000000 0%, #555555 100%);
	overflow: hidden;}