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

#container	{width: 300px;}

#content	{margin-bottom: 0px;}

#site	{width: 90px;}

#nav	{width: 210px;}


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

.post2	{float: none;
	width: 300px;
	margin-right: 0;
	margin-bottom: 8px;}

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

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

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

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

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

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

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

.post2 img	{width: 300px;}

.post3 img	{width: 69px;}

.post4 img	{width: 69px;}

.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;}


/* 続きを読むボタン */
.post .more_s	{float: right;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	background-color: #000000;
	background-image: url(img/more_small.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	padding: 3px 10px 3px 10px;
	margin: 0;}

.post2 .more_s	{float: right;
	color: #ffffff;
	font-size: 12px;
	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: 12px;
	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-bottom: 8px;}


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

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

#site img	{vertical-align: bottom;}


/* ナビゲーションメニュー */

#nav	{float: right;
	font-size: 19px;
	font-family: 'Georgia', Helvetica, Arial, sans-serif;
	padding-top: 6px;}

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

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

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

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


/* ### ヘッダー記事 ### */
#headerpost img	{float: none;
	width: 300px;
	height: auto;}

#headerpost #lead	{float: none;
	width: auto;
	padding: 10px 10px;
	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;}