/* 全体設定 */
	BODY {
		color: #666666;
		background: #ffffff;
		text-align: center;
		//font-size: 14px;
	}
	
	/* 全体の幅 */
	#body_width {
		margin-left: auto;
		margin-right: auto;
		width: 750px;
		text-align: left;
	}
	
	/* リンク文字設定 */
	a {
		color: #339933;
		text-decoration: none;
	}
	a:link {
		color: #339933;
		background: none;
	}
	a:visited {
		color: #339933;
		background: none;
	}
	a:active {
		color: #339933;
		background: none;
	}
	a:hover {
		position:relative; top:1px; left:1px;
		color: #999933;
		background: none;
	}

/* バナー */
	#banner {
		color: #007537;
		background: url("../../banner/pagebnnr.gif") no-repeat bottom right;
		border-bottom: solid #669966 3px;
		border-left: solid #669966 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	#str_header {
		color: #32A428;
	}
	#banner h1 {
		font: bold 26px Verdana;
		padding-left: 5px;
		margin: 0px 0px 0px 0px;
	}
	#banner h2 {
		font: bold 14px Verdana;
		padding-left: 5px;
		margin: 0px 0px 0px 0px;
	}

/* セクション */
	.section_title {
		width: 100%;
		background: #006633;
		padding-left: 3px;
		padding-top: 1px;
		margin-bottom: 10px;
		border-bottom: solid #339966 2px;
		border-left: solid #339966 5px;
		font: 11pt Verdana;
		color: #FFFFFF;
	}
	
	.section_title_mini {
		width: 100%;
		background: #339966;
		padding-left: 3px;
		padding-top: 1px;
		margin-bottom: 10px;
		border-bottom: solid #66cc99 2px;
		border-left: solid #66cc99 5px;
		font: 11pt Verdana;
		color: #FFFFFF;
	}
	
	.section_documents {
		margin-left: 20px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.section_documents BLOCKQUOTE {
		//font-family: Verdana;
		padding: 3px 5px 3px 5px;
		border: dashed #216700 2px;
	}
	
	.section_documents PRE {
		margin: 0px 0px 0px 0px;
	}
	
	.section_comment {
		color: #999999;
	}
	
	.table_header {
		background: #ccff99;
	}
	
	.table_footer {
		background: #99cc66;
	}

/* フッタ */
	#footer HR {
		margin: 5px 0px 5px 0px;
	}
	#footer TABLE {
		font-size: 12px;
	}
