/********* ■共通設定 *********/
*      { margin: 0; padding: 0; }
body   { background: none; font-size: 90%; }
img    { border: none; }
strong { color: #096; }
strong.red { color: #f33; font-weight: normal; }
	/********* ●リンク設定 *********/
	a:link    { color: #06c; text-decoration: underline; }
	a:visited { color: #06c; text-decoration: underline; }
	a:active  { color: #f60; text-decoration: underline; }
	a:hover   { color: #f60; text-decoration: underline; }
	/********* ●リンク（緑色）設定 *********/
	a.anchorGreen:link    { color: #06c; text-decoration: none; }
	a.anchorGreen:visited { color: #06c; text-decoration: none; }
	a.anchorGreen:active  { color: #f60; text-decoration: none; }
	a.anchorGreen:hover   { color: #f60; text-decoration: none; }
	/********* ●リンク（灰色）設定 *********/
	a.anchorGray:link    { color: #666; text-decoration: none; }
	a.anchorGray:visited { color: #666; text-decoration: none; }
	a.anchorGray:active  { color: #f60; text-decoration: none; }
	a.anchorGray:hover   { color: #f60; text-decoration: none; }

/********* ■HTML全体を囲む設定 *********/
#htmlAll { margin-left: 0; width: 100%; background: #fff; }

/********* ■ヘッダ部分の設定 *********/
#header { display: none; }

/********* ■本文部分の設定 *********/
#contents {  }
	/********* ●上部パン屑ナビ＆検索窓の設定 *********/
	#search { margin: 2px 0px 4px; }
		/********* ▼パン屑ナビの設定 *********/
		#breadcrum { float: none; margin: 0px 0px 15px 0px; padding-top: 4px; width: 100%; font-size: 90%; text-align: left; }
		/********* ▼検索窓の設定 *********/
		#sitesearch { display: none; }
			/********* ★検索窓のテキストボックスの設定 *********/
			#sitesearchText { width: 10em; }
			/********* ★検索窓のサブミットボタンの設定 *********/
			#sitesearchSubmit { margin: 0px 10px; height: 20px; }
	/********* ●本文の設定 *********/
	#main { float: none; width: 100%; }
		/********* ▼見出しの設定 *********/
		h1 { text-indent: 20px; font-size: 120%; }
		.underline { border-bottom: solid 7px #096; padding-bottom: 7px; }
		h2 { margin: 10px 20px; padding-left: 20px; background: url('/images/h2.gif') left center no-repeat; font-size: 100%; color: #096; }
		/********* ▼ナビゲーション・バーの設定 *********/
		.navibar { margin: 7px 0px 15px; padding: 3px 0px 0px 20px; background: #096; }
		/********* ▼段落の設定 *********/
		.para { margin: 10px 18px 10px 20px; line-height: 150%; }
		/********* ▼ページのトップへ戻るの設定 *********/
		.pagetop { display: none; }
		/********* ▼PDFダウンロードの設定 *********/
		.pdfdownload { margin-left: 1em; padding: 2px 0px 2px 20px; background: url('/images/pdf.gif') left center no-repeat; }
		/********* ▼囲みリンクの設定 *********/
		.outset { border: solid 1px #666; -moz-border-radius: 3px; padding: 2px 4px; }
	/********* ●ナビゲーションの設定 *********/
	#navi { display: none; }
		/********* ▼ナビリスト全体の設定 *********/
		#naviList { margin-left: 2px; list-style: none; }
		/********* ▼ナビリスト個別の設定 *********/
		.naviListAnchor { margin-bottom: 3px; }
		/********* ▼AdobeReaderの設定 *********/
		#adobereader { margin: 5px 5px 0px 0px; padding: 6px; background: #eee; font-size: 75%; line-height: 130%; }
		a.adobereaderLink:link    { color: #000; text-decoration: none; }
		a.adobereaderLink:visited { color: #000; text-decoration: none; }
		a.adobereaderLink:active  { color: #096; text-decoration: none; }
		a.adobereaderLink:hover   { color: #096; text-decoration: none; }

/********* ■下部ナビゲーション部分の設定 *********/
#subnavi { display: none; }

/********* ■フッタ部分の設定 *********/
#footer { float: none; border-top: solid 2px #096; padding: 0.3em 0px 15px; width: 100%; text-align: right; background: #fff; }


