@charset	"UTF-8";

/* ---------------------------------------------------------------------------------------------- */
/* 詳細設定                                                                                       */
/* ---------------------------------------------------------------------------------------------- */

html
	{
	scrollbar-base-color:		#cc9966;
	scrollbar-track-color:		#cc9966;
	scrollbar-arrow-color:		#cc9966;
	scrollbar-3dlight-color:	#cc9966;
	scrollbar-darkshadow-color:	#cc9966;
	}

	html body
		{
		scrollbar-base-color:		#cc9966;
		scrollbar-track-color:		#cc9966;
		scrollbar-arrow-color:		#cc9966;
		scrollbar-3dlight-color:	#cc9966;
		scrollbar-darkshadow-color:	#cc9966;
		}

		html body div
			{
			}

			/* ------- */
			/* wrapper */
			/* ------- */

			html body div#wrapper
				{
				}

				html body div#wrapper div
					{
					}

					/* -------------- */
					/* wrapper | body */
					/* -------------- */

					html body div#wrapper div#body
						{
						}

						html body div#wrapper div#body div
							{
							}

							/* ------------------------- */
							/* wrapper | body | contents */
							/* ------------------------- */

							html body div#wrapper div#body div#contents
								{
								}

								html body div#wrapper div#body div#contents div
									{
									}

									/* ----------------------------------- */
									/* wrapper | body | contents | section */
									/* ----------------------------------- */

									html body div#wrapper div#body div#contents div.section
										{
										}

										html body div#wrapper div#body div#contents div.section p,
										html body div#wrapper div#body div#contents div.section dl
											{
											margin:	0px 0px 1em 0px;
											}

										html body div#wrapper div#body div#contents div.section ul,
											{
											}

										html body div#wrapper div#body div#contents div.section h3
											{
											margin:		30px 0px 15px 0px;
											font-family:	Arial,"MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",sans-serif;
											font-size:	13px;
											font-weight:	bold;
											border-style:	none none dashed none;
											border-width:	1px;
											border-color:	#999999;
											}

										html body div#wrapper div#body div#contents div.section h2
											{
											margin:		15px 0px 20px 0px;
											font-family:	Arial,"MS P Gothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",sans-serif;
											font-size:	14px;
											border-style:	dashed none none none;
											border-width:	1px;
											border-color:	#999999;
											}

											html body div#wrapper div#body div#contents div.section ul li
												{
												margin:		0px 0px 1em 0px;
												padding:	0px 0px 0px 15px;
												background:	url(../../../binary/css/screen/section/about/html-body-div-div_wrapper-div-div_body-div-div_contents-div-div_section-ul-li.gif) 0px 5px no-repeat transparent;
												}

