/*======================================================*/
/*							*/
/*	独創回路	（スタイルシート定義内容）	*/
/*		  http://www.dokusou.jp/		*/
/*  Copyright  2000-2006 newton , All rights reserved.  */
/*							*/
/*						Ver 2.0	*/
/*======================================================*/

	/*テーマカラー：ライトグリーン		*/
	/* R:144 G:238 B:144 [H:120 S:39 B:93]	*/
	/*TOP-photo:グレー,G+69,明るさ+160	*/

/*======================================================*/
/*             　　メインスタイル定義内容               */
/* [S1]        　　　　　　　　　　　→（基本初期設定） */
/*======================================================*/
A:LINK.w {
	color: white;
}
A:VISITED.w {
	color: white;
}
A:HOVER.w {
	color: white;
}
A:ACTIVE.w {
	color: white;
}

A:LINK {
	/*ロイヤルブルー*/
	color: #4169e1;
	text-decoration: underline;
}

A:VISITED {
	color: #4169e1;
	/*アクセス済みリンクは下線なし↓*/
	text-decoration: none;
}

A:HOVER	{
	color: red;
	text-decoration: underline;
}

A:ACTIVE {
	color : #FF0000 ;
	text-decoration : underline ;
}


BODY {
	background-color: #ddffdd;
	/* R:221 G:255 B:221	*/
	scrollbar-face-color:#00CC00;
	scrollbar-track-color:#60ff60;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#60ff60;
	scrollbar-highlight-color:#A6FFA6;
	scrollbar-shadow-color:#004000;
	scrollbar-darkshadow-color:#00D200;
	font: normal normal 10.5pt 'ＭＳ Ｐゴシック',sans-serif;
	color: black;
	margin: 10px;	/*デフォルトより少し詰めておく*/
}


TD {
	font: normal normal 10.5pt 'ＭＳ Ｐゴシック',sans-serif;
}




/*トップページ専用メインウインドウ*/
TD.top_main {
	background-color: #c8ffc8;	/*予備[#8cff8c]*/
	width: 800px;
	padding : 0px;
	font: normal normal 10.5pt/120% 'ＭＳ Ｐゴシック',sans-serif;
	border-left:  1px green outset;
	border-right:  1px green outset;
}

/*======================================================*/
/*        　　	　　メインウインドウの設定        	*/
/* [S2]  　　 　　					*/
/*======================================================*/

TABLE.base {
	width:800px;
	height:100%;
	table-layout:fixed;	/*表示の高速化*/
	border:0;
	border-spacing:0;

}

/*ページタイトル表示設定*/
TD.title {
	width: 800px;
	height: 70px;
	background-image: url(system/pgtitle.gif);
	padding: 0px 0px 3px 0px;
}

TD.pgtitle {
	font: normal bold 14pt 'ＭＳ Ｐゴシック',sans-serif;
	padding: 0px 0px 1px 0px;	/*システム画像とのズレを調整*/
	color: white;
}

TD.comment {
	font: normal normal 8pt 'ＭＳ Ｐゴシック',sans-serif;
	padding: 0px 0px 1px 0px;	/*システム画像とのズレを調整*/
	color: white;
}


TD.top_title {
	width: 800px;
	height: 63px;
	background-image: url(system/toptitle.gif);
	padding: 0px 0px 3px 0px;
}

/*ここまでタイトル設定*/

/*ページ下部のナビゲーションバー*/
TD.navi {
	width: 800px;
	height: 25px;
	background-image: url(system/navi_bar.gif);
}

/*幅800pxというだけの設定*/
TABLE.t {
	width: 800px;
}

/*メインウインドウの章タイトル*/
TD.window_title {
	padding: 0px 18px 2px 18px;
	background-image: url(system/window_title.png);
	width: 800px;
	height: 22px;
	font: normal bold 10.5pt 'ＭＳ Ｐゴシック',sans-serif;
	color: white;

}

/*メインウインドウ*/
TD.window_main {
	background-color: #c8ffc8;	/*予備[#8cff8c]*/
	width: 800px;
	padding : 6px;
	font: normal normal 10.5pt/120% 'ＭＳ Ｐゴシック',sans-serif;
	border-bottom: 1px green outset;
	border-left:  1px green outset;
	border-right:  1px green outset;
}

/*独立　小ウインドウ*/
TD.subwin_main {
	background-color: #c8ffc8;	/*予備[#8cff8c]*/
	width: 700px;
	padding : 6px;
	font: normal normal 10.5pt/120% 'ＭＳ Ｐゴシック',sans-serif;
	border-top: 1px #c8ffc8 outset;
	border-bottom: 1px green outset;
	border-left:  1px #c8ffc8 outset;
	border-right:  1px green outset;
}


/*リストウインドウ*/
TABLE.list {
	width:640px;
	table-layout:fixed;	/*表示の高速化*/
	border-collapse: collapse;
	border: 1px #009900 solid;
}

TD.list {
	border-collapse: collapse;
	border: 1px #009900 solid;
	padding : 4px;
	font: normal normal 10.5pt/100% 'ＭＳ Ｐゴシック',sans-serif;
}

/*プログラム紹介ウインドウ*/
TABLE.plist {
	width:600px;
	table-layout:fixed;	/*表示の高速化*/
	border-collapse: collapse;
	border: 2px #009900 solid;
	padding : 4px;
}

TD.plist {
	border-collapse: collapse;
	border: 1px #009900 solid;
	padding : 4px;
	font: normal normal 10.5pt/100% 'ＭＳ Ｐゴシック',sans-serif;
}

/*======================================================*/
/*        　　文字の強調・配置　typeでレベル分け        */
/* [S3]  　　 　　→（主にシステムウインドウ内の設定用）*/
/*======================================================*/


/*　強調する文字の色設定1　*/
SPAN.type1 {
	color: yellow;
}

SPAN.type2 {
	color: red;
}


/*======================================================*/
/*           スタイルの定義内容は以上で終了             */
/*======================================================*/

