/* ### デフォルトスタイルのリセット ### */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

ul, ol{
	list-style: none;
}

table{
	border-spacing: 0;
	empty-cells: show;
}


/* ### レイアウト ### */
body{
	margin: 24px 10px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

#container{
	width: 960px;
	margin: auto;
}

#header{
	margin: 0 0 50px;
}

#content{
	width: 600px;
	float: left;
	margin: 0 0 50px;
}

#sidebar{
	width: 300px;
	float: right;
	margin: 0 0 50px;
}

#footer{
	clear: both;
}





/* ### ヘッダー ### */

/* サイト名 */
#site{
	float: left;
}

#site h1{
	margin: 0;
	line-height: 1;
}

/* アイコンメニュー */
#iconmenu{
	float: right;
	text-align: right;
}

#iconmenu ul{
	margin: 0;
	padding: 3px 0 0;
}

#iconmenu li{
	display: inline;
	list-style-type: none;
}

#iconmenu img{
	border: none;
}

/* ヘッダー画像 */
#headerimg img{
	vertical-align: bottom;
}

/* ナビゲーションメニュー */
#nav{
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	border-top: solid 1px #ffffff;
	background-color: #000000;
}

#nav ul{
	margin: 0;
	padding: 0;
}

#nav li{
	list-style-type: none;
	float: left;
}

#nav li a{
	display: block;
	width: 120px;
	padding: 6px 0;
	border-right: solid 1px #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#nav li a:hover{
	background-color: #0097d8;
}

#nav li b{
	display: block;
	width: 120px;
	padding: 6px 0;
	border-right: solid 1px #ffffff;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #0097d8;
}



/* ### コンテンツ ### */

/* 投稿日 */
.date{
	float: left;
	background-color: #537685;
	padding: 5px 15px 8px;
	margin: 0 10px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.date span{
	display: block;
	font-size: 20px;
	line-height: 1;
}


/* タイトル */
.post h2{
	font-size: 22px;
	border-bottom: solid 1px #aaaaaa;
	margin: 6px 0 15px;
	padding: 0 0 3px;
}

/* サムネイル画像 */
.post p img{
	float: left;
	margin-right: 10px;
	clear:left;
}

/* 本文 */
.post p{
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	clear: left;
}

/* 単独のページ？ */

#content h2{
	font-size: 22px;
	border-bottom: solid 1px #aaaaaa;
	margin: 0 0 6px;
	padding: 0 0 3px;
}
#content p{
	line-height: 1.6;
}


/* 続きを読むボタン */
.post .more{
	background-image : url(more_gray.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	padding-right: 30px;
	color: #888888;
	clear: none;
}

/* リンク */
.post{
	border: solid 1px #aaaaaa;
	margin-bottom: 20px;
}

.post a{
	display: block;
	padding: 10px;
	overflow: hidden;
	color: #000000;
	text-decoration: none;
}

.post a:hover{
	background-color: #dddddd;
	background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -o-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dddddd 100%);
	background: linear-gradient(#ffffff 0%, #dddddd 100%);
}



/* ### サイドバー ### */

/* メニュー */
.menu{
	margin-bottom: 50px;
}

.menu h3{
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #66c1e8;
	margin: 0 0 5px;
}

.menu ul{
	margin: 0;
	padding: 0;
	border-top: solid 1px #aaaaaa;
}

.menu li{
	margin-bottom: 0;
	list-style-type: none;
	border-bottom: solid 1px #aaaaaa;
}

.menu li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	padding: 10px 0 10px 20px;
	background-image : url(listmark.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.menu li a:hover{
	background-color: #b4f0ff;
}


/* サイドバーのメニューからの展開 */
.menu_2{
	margin-bottom: 50px;
}

.menu_2 h3{
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #66c1e8;
	margin: 0 0 5px;
}

.menu_2 ul{
	margin: 0;
	padding: 0;
	border-top: solid 1px #aaaaaa;
}

.menu_2 li{
	margin-bottom: 0;
	list-style-type: none;
	border-bottom: solid 1px #aaaaaa;
}

.menu_2 li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	padding: 10px 0 10px 20px;
	background-image : url(listmark.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.menu_2 li a:hover{
	background-color: #669999;
}




/* ### フッター ### */

#footer{
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
	padding: 10px 10px 20px;
}

#footer p{
	margin: 0;
	font-size: 12px;
}

#footer small{
	font-size: 12px;
	font-weight: bold;
	display: block;
}



