/* ### 基本的なレイアウト ### */
body	{margin: 24px 10px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}

a:hover img 	{ filter: alpha(opacity=70); opacity: 0.70  }

#container	{width: 960px;
	margin: auto;}

#header	{margin-bottom: 10px;}

#headerpost	{margin-bottom: 30px;}

#content	{margin-bottom: 30px;}

.fb-like{
	float: right;
	padding-bottom: 50px;
}

#container .form {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

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

#content	{overflow: hidden;}

.post	{float: left;
	width: 216px;
	margin-right: 32px;
	margin-bottom: 25px;}

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

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




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

/* サムネイル画像 */
.post img	{width: 216px;
	height: auto;
	vertical-align: bottom;
	border: none;}

/* 記事のタイトルと文章 */
.post h2	{font-size: 16px;
	margin: 5px 0 0;}

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

/* 投稿日 */
.post .date	{float: left;
	margin: 0;}

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

/* リンク */
.post a	{color: #000000;
	text-decoration: none;
	display: block;
	overflow: hidden;}

.post a:hover	{background-color: #cfffb2;}



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

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

#site h1	{margin: 0;}

#site img	{vertical-align: bottom;}


/* ナビゲーションメニュー */
#nav	{float: right;
	font-size: 22px;
	font-family: 'Maven Pro', 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;
	color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

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

#header	{overflow: hidden;}





/* ### ヘッダー記事 ### */

/* ヘッダー記事画像 */
#headerimg img	{vertical-align: bottom;}

/* 記事の画像 */
#headerpost img	{float: left;
	vertical-align: bottom;}

/* 記事のタイトルや文章 */
#headerpost #lead	{float: left;
	width: 300px;
	color: #ffffff;
	margin-left: 25px;
	overflow: hidden;}

#headerpost h2	{margin: 20px 0;}

#headerpost .more	{font-size: 18px;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	text-align: right;}

#headerpost .more a	{color: #ffffff;
	background-image: url(img/more.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 10px 40px 10px 0;
	text-decoration: none;}

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




/* ### フッター ### */

#footer	{font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
	padding: 10px 10px 20px;
	clear: both;
	}


/* サイト名 */
#footer p	{float: left;
	margin: 0;}
	
#footer p span	{
	font-size: 10px;
	}


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

#iconmenu ul	{margin: 0;
	padding: 3px 0 0;}

#iconmenu li	{display: inline;
	list-style-type: none;}

#iconmenu img	{border: none;}


/* サブメニュー */
#submenu	{clear: both;}

#submenu ul	{margin: 10px 0;
	padding: 3px 0 0;
	font-size: 12px;}

#submenu li	{display: inline;
	list-style-type: none;}

#submenu a	{color: #ff1e97;
	font-weight: nomal;
	border-right: solid 1px #ffffff;
	padding-right: 6px;
	margin-right: 3px;
	text-decoration: none;}

#submenu a:hover	{color: #fc6eba;
}

#submenu li:last-child a	{border: none;}

#submenu li + li + li a	{border: none;}


/* コピーライト */
small	{font-size: 11px;
	display: block;}



