/*文字コード設定
@charset "SHIFT_JIS";*/

/*CSSインクルード*/
@import "common.css";
@import "nav_eng.css";

/*SEO word*/
#pagecomment {
	border: none;
	font-size: 90%;
	line-height: 110%;
	margin-bottom: 10px;
	font-weight: normal;
	}

/*ヘッダ*/
#header {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #666666;
	margin-bottom: 10px;
	}
	#header span {
		margin-left: 5px;
		}

/*メインイメージ*/
#mainimage {
	height: 140px;
	text-indent: -9999px;
	background-position:center bottom;
	background-repeat: no-repeat;
	}

/*コンテンツエリア*/
#contents {
	width:490px;
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	float: left;
	/*background: yellow;*/
	}

/*ナビエリア*/
#navi {
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
	float: right;
	/*background: red;*/
	}

/*記事単位*/
#contents div.section {
	margin-bottom: 10px;
	}

/*見出し*/
#contents div.section h3 {
	padding: 3px;
	margin-bottom: 5px;
	border-left-style: double;
	border-left-width: 3px;
	border-left-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

/*記事本文*/
#contents div.section p {
	line-height: 150%;
	}

/*画像*/
#contents div.section img {
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	}

/*リスト*/
#contents div.section ul {
	/*margin-left: 20px;*/
	list-style-position: inside;
	}
	#contents div.section ul li {
		/*padding-left: 20px;*/
		}

/*ニュース日付*/
/*本文*/
