/********* ■共通設定 *********/
*      { margin: 0; padding: 0; }
body   { background: #fff url('/images/body_back.gif') center top repeat-y; 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: 0px auto; width: 779px; }

/********* ■ヘッダ部分の設定 *********/
#header {  }

/********* ■本文部分の設定 *********/
#contents {  }
	/********* ●上部パン屑ナビ＆検索窓の設定 *********/
	#search { margin: 2px 0px 4px; }
		/********* ▼パン屑ナビの設定 *********/
		#breadcrum { float: left; margin: 0px 0px 4px 2px; padding-top: 4px; width: 500px; font-size: 90%; }
		#breadcrumTOP { float: left; margin: 0px 0px 4px 2px; padding-top: 4px; width: 440px; font-size: 90%; }
		/********* ▼英語サイトへのリンクボタン *********/
		#btnEnglish { float: left; margin: 0px 0px 4px 2px; padding-top: 2px; width: 54px; font-size: 90%; }
		/********* ▼検索窓の設定 *********/
		#sitesearch { float: right; width: 270px; text-align: right; }
			/********* ★検索窓のテキストボックスの設定 *********/
			#sitesearchText { width: 10em; }
			/********* ★検索窓のサブミットボタンの設定 *********/
			#sitesearchSubmit { margin: 0px 10px; height: 20px; }
	/********* ●本文の設定 *********/
	#main { float: right; padding-bottom: 10px; width: 612px; background: url('/images/main_back.gif') repeat-y; }
		/********* ▼見出しの設定 *********/
		h1 { border-bottom: solid 7px #096; padding-bottom: 7px; padding-left: 27px; font-size: 120%; }
		.noUnder { border: none; padding-bottom: 0; }
		h2 { margin: 15px 27px 10px; padding-left: 20px; background: url('/images/h2.gif') left center no-repeat; font-size: 100%; color: #096; }
		.subtitle { margin: 20px 0px 10px 27px; border-top: solid 1px #ccc; border-bottom: solid 2px #ccc; padding: 5px 0px 3px; width: 460px; font-size: 95%; }
		/********* ▼ナビゲーション・バーの設定 *********/
		.navibar { margin: 7px 0px 15px; padding: 3px 0px 0px 27px; background: #096; }
		/********* ▼段落の設定 *********/
		.para { margin: 10px 0px 10px 27px; width: 460px; line-height: 1.5; }
		/********* ▼段落の設定（少し長め） *********/
		.paralong { margin: 10px 0px 10px 27px; width: 500px; line-height: 1.5; }
		/********* ▼テーブル設定 *********/
		table { border-collapse: collapse; border: solid 1px #333; margin: 0px 0px 20px 27px; width: 570px; }
		th    { border: solid 1px #333; border-bottom-width: 2px; padding: 6px; font-weight: normal; background: #c1e6ce; line-height: 1.5; }
		td    { border: solid 1px #333; padding: 8px; line-height: 1.5; }
		/********* ▼ページのトップへ戻るの設定 *********/
		.pagetop { margin: 15px 15px 20px 27px; border-bottom: solid 1px #096; font-size: 80%; text-align: right; }
		/********* ▼PDFダウンロードの設定 *********/
		.pdfdownload { margin-left: 1em; padding: 2px 0px 2px 20px; background: url('/images/pdf.gif') left center no-repeat; }
		/********* ▼XLSダウンロードの設定 *********/
		.xlsdownload { margin-left: 1em; padding: 2px 0px 2px 20px; background: url('/images/excel.gif') left center no-repeat; }
		/********* ▼XLSダウンロードの設定 *********/
		.docdownload { margin-left: 1em; padding: 2px 0px 2px 20px; background: url('/images/word.gif') left center no-repeat; }
		/********* ▼EXEダウンロードの設定 *********/
		.exedownload { margin-left: 1em; padding: 2px 0px 2px 20px; background: url('/images/download.gif') left center no-repeat; }
		/********* ▼囲みリンクの設定 *********/
		.outset { border: solid 1px #666; -moz-border-radius: 3px; padding: 2px 4px; }
		/********* ▼「JWNETサポート」リンクボタンの設定 *********/
		.toSupport { margin: -32px 10px 16px; text-align: right; }
		.toSupportBar { margin: -16px 10px -2px; text-align: right; }
	/********* ●ナビゲーションの設定 *********/
	#navi { float: left; width: 167px; }
		/********* ▼ナビリスト全体の設定 *********/
		#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: 1.3; }
		a.adobereaderLink:link    { color: #000; text-decoration: none; }
		a.adobereaderLink:visited { color: #000; text-decoration: none; }
		a.adobereaderLink:active  { color: #f60; text-decoration: none; }
		a.adobereaderLink:hover   { color: #f60; text-decoration: none; }

/********* ■下部ナビゲーション部分の設定 *********/
#subnavi { float: left; width: 779px; height: 22px; text-align: right; font-size: 90%; }

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

