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

/*CSSインクルード*/
@import "common.css";
@import "nav.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 {
	padding-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 h4 {
	padding: 1px 3px;
	margin-bottom: 5px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #999;
	}

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

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

/*ニュース日付*/

/*本文*/
h5 {
	margin-top: 15px;
}

.pd_10 {
	padding: 0px 10px 0px 10px; 
}

.pd_20 {
	padding: 0px 10px 0px 20px; 
}

.pd_20b {
	padding: 0px 10px 0px 20px;
	font-weight:bold; 
}

.detail {
	text-align:right; 
	border:none;
}

.decimal {
	list-style-type:decimal;
	font-size:90%;
	padding-left:30px;
}
	.decimal li{
	margin:5px 0px;
	}

.decimal_b {
	list-style-type:decimal;
	font-weight:bold;
	font-size:90%;
	padding-left:30px;
}
	.decimal_b li{
	margin-bottom:15px;
	}

.circle {
	list-style-type:circle;
	padding-left:30px;
}
	.circle li{
	margin:5px 0px;
	}