.main_content_wrapper {
	background: #fff;
}

#content	{width: 630px;
	float: left;
	}

#sidebar	{width: 274px;
	float: left;
	margin-right:0px;}

#footer	{clear: both;}

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

/* 投稿日 */
.date	{float: left;
	background-color: #00B3F5;
	padding: 5px 15px 8px;
	margin: 0 18px 5px 0;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;}

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


/* タイトル */
.post h2	{font-size: 18px;
	border-bottom: solid 1px #ccc;
	margin: 3px 0 22px;
	padding: 0 0 3px;}

/* サムネイル画像 */
.post p img	{float: left;
	margin-right: 18px;
	clear:left;}

/* 本文 */
.post p	{font-size: 13px;
	line-height: 1.5;
	margin: 0;
	clear: left;}

/* 続きを読むボタン */
.post .more	{
	background-image: url(../News-images/more_gray.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: right;
	padding-right: 28px;
	color: #888888;
	clear: none;
	height:24px;
	padding-top:6px;}

/* リンク */
.post	{/*border: solid 1px #aaaaaa;*/
margin-top:24px;
	margin-bottom: 20px;
	}

.post a	{display: block;
	padding: 15px;
	overflow: hidden;
	color: #333;
	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%);
	text-decoration:none;
	color:#333;
	}


/* ### サイドバー ### */


/* メニュー */
.menu	{background-color: #fff;
	padding: 15px 25px 15px 0px;
	margin-bottom: 15px;}
	
	.menu a:hover { text-decoration:none; color:#333 }

.menu h3	{font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #666;
	margin: 15px 12px 15px;
	padding:0;}

.menu ul	{margin: 0;
	padding: 0;
	border-top: solid 1px #ccc;
	}

.menu li	{margin-bottom: 0;
	list-style-type: none;
	border-bottom: solid 1px #ccc;
	background:#FFF;
	}

.menu li a	{display: block;
	font-size: 13px;
	line-height: 1.3;
	text-decoration: none;
	color: #666;
	padding: 10px 0;
	padding:10px 10px;}

.menu li a:hover	{ background-color: #EFEFEF; }

#pagecount { text-align:center; padding: 10px 0 35px; line-height:1.8; }


#news-content { float:left; margin-top:20px; line-height:1.5; font-size:13px; }



/*中尺寸css*/
@media only screen and (min-width:600px) and (max-width:979px) {



#content	{float:none;
	width: 95%;}

#content-inner	{margin-left: 330px;}


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

/* サムネイル画像 */
.post img	{max-width: 35%;
	height: auto;}

}

/*小尺寸css*/
@media only screen and (max-width:599px) {

#content	{width: 100%;
	float: none;}

#sidebar	{width: 100%;
	float: none;
	display:none;
	}

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

/* 投稿日 */
.date	{font-size: 12px;
	padding: 3px 5px;}

.date span	{font-size: 12px;}

/* タイトル */
.post { margin:0 25px; }
.post h2	{font-size: 18px;}

/* サムネイル画像 */
.post img	{max-width: 35%;
	height: auto;}

.main_content_wrapper {
	background: none; /*將新聞頁的背景隱藏*/
}



}