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

/* バナー */
	#banner {
		color: #999999;
		background: url("/banner/pagebnnr.gif") no-repeat bottom right;
		border-bottom: solid #666666 3px;
		border-left: solid #666666 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	#str_header {
		color: #9999cc;
	}
	#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: #E6E6E6;
		padding-left: 3px;
		padding-top: 1px;
		margin-bottom: 10px;
		border-bottom: solid #999999 2px;
		border-left: solid #999999 5px;
		font: 11pt Verdana;
	}
	
	.section_title_mini {
		width: 100%;
		background: #E6E6FF;
		padding-left: 3px;
		padding-top: 1px;
		margin-bottom: 10px;
		border-bottom: solid #9999DD 2px;
		border-left: solid #9999DD 5px;
		font: 11pt Verdana;
	}
	
	.section_documents {
		margin-left: 20px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.section_documents BLOCKQUOTE {
		border: dashed #482400 2px;
		//font-family: Verdana;
		padding: 3px 5px 3px 5px;
	}
	
	.section_documents PRE {
		margin: 0px 0px 0px 0px;
	}
	
	.section_comment {
		color: #999999;
	}

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

/* 検索結果 */
	strong.keyword {
		color: #009933;
	}
	p.example {
		text-indent: 1em;
		color: #009933;
		font-weight: bold;
		font-family: monospace;
	}
	code {
		color: #009933;
		font-family: monospace;
	}
	code.example {
		color: #009933;
		font-weight: bold;
		font-family: monospace;
	}
	code.operator {
		color: #009933;
		font-family: monospace;
		font-weight: bold;
	}
