/*bodyの設定*/
body { background-color: #ffffff; color: #000000; margin-top: 0px; margin-bottom: 0px;}

/*ナビゲーション・メニュー・サブメニューのリンクの設定*/
div A:hover { color: blue; text-decoration:none; background-color: #99FFFF; }
div A:link { color: blue; text-decoration:none; }
div A:visited { color: purple; text-decoration:none; }
div A:active { color: green; text-decoration:none; }
div A: { text-decoration:none; }

/*メインコンテンツのリンクの設定*/
span A:hover { color:blue; text-decoration:underline; background-color: #99CCFF; }
span A:link { color: blue; text-decoration:underline; }
span A:visited { color: purple; text-decoration:underline; }
span A:active { color: green; text-decoration:underline; }
span A: { text-decoration:none; }

/*メインコンテンツストロングのリンクの設定*/
span strong A:hover { color:blue; text-decoration:none; background-color: #99CCFF; }
span strong A:link { color: blue; text-decoration:none; }
span strong A:visited { color: purple; text-decoration:none; }
span strong A:active { color: green; text-decoration:none; }
span strong A: { text-decoration:none; }

/*メインコンテンツエンファサイズのリンクの設定*/
span em A:hover { color:blue; text-decoration:none; background-color: #99CCFF; }
span em A:link { color: blue; text-decoration:none; }
span em A:visited { color: purple; text-decoration:none; }
span em A:active { color: green; text-decoration:none; }
span em A: { text-decoration:none; }

/*スクロールバーの色を00CC99にします*/
body { scrollbar-face-color:#00CC99;scrollbar-track-color:#ffffff;scrollbar-arrow-color:#00CC99; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#ffffff;scrollbar-3dlight-color:#ffffff;scrollbar-darkshadow-color:#ffffff;}

/*トップコメントテーブルのh1の設定*/
h1 { color: navy; background-color: #00CC99; font-size: 125%;　margin-bottom:2px; }

/*コンテンツテーブルのh2の設定*/
h2 { color: navy; background-color: #FFFFCC; font-size: 110%; border-top: 3px solid #99FFCC; border-bottom: 3px solid #99FFCC; padding: 5px; margin-bottom:5px; }

/*strongを見出しとした設定*/
strong { color: navy; background-color: #FFFFCC; font-size: 110%; border-top: 3px solid #99FFCC; border-bottom: 3px solid #99FFCC; padding: 5px; width:100%}

ul li ul li { background-color: #FFFFCC; margin: 2px; padding: 2px; list-style-position: inside; }

/*pを見出しとした設定*/
p { }

/*アウトテーブルをouttableというクラスで設定*/
table.outtable { background-color: #00CC99; width: 750px; }

/*トップコメントテーブルをtopcommenttableというクラスで設定*/
table.topcommenttable { background-color: #00CC99; color: navy; }

/*ナビゲーションテーブルをnavigationtableというクラスで設定*/
table.navigationtable { background-color: #ffffff; border; 2px solid #00CC99; border-collapse: separate; table-layout: auto; width: 100%; height: 150%; empty-cells:show; font-size: 100%; line-height: 150%; }

/*コンテンツテーブルをcontentstableというクラスで設定*/
table.contentstable { background-color: #00CC99; height: 100%; }

/*メニューとロゴテーブルをmenuandlogotableというクラスで設定*/
table.menuandlogotable { background-color: #00CC99; width: 100%; height: 100%; }

/*メニューテーブルをmenutableというクラスで設定*/
table.menutable { background-color: #ffffff; border; 2px solid #00CC99; border-collapse: separate; table-layout: auto; width: 100%; empty-cells:show; line-height: 150%; }

/*ロゴテーブルlogotableというクラスで設定　(現在は使っていないが使用すればメニューの下にロゴなどを入れられる)*/
table.logotable { background-color: #00CC99; }

/*サブメニューとメインコンテンツテーブルをsubmenueandmaincontentstableというクラスで設定*/
table.submenuandmaincontentstable { background-color: #00CC99; }

/*サブメニューテーブルをsubmenutableというクラスで設定*/
table.submenutable { background-color: #ffffff; border; 2px solid #00CC99; border-collapse: separate; table-layout: auto; width: 100%; height: 100%; empty-cells:show; line-height: 150%; }

/*メインコンテンツテーブルをmaincontentstableというクラスで設定*/
table.maincontentstable { background-color: #ffffff; border-collapse: collapse; table-layout: auto;width: 100%; height: 100%; empty-cells:show; line-height: 150%; padding: 10px; }

/*サイトパステーブルをsitepathtableというクラスで設定*/
table.sitepathtable { background-color: #00CC99; color: navy; font-size: 100%; line-height: 150%;}

/*フッターテーブルをfootertableというクラスで設定*/
table.footertable { background-color: #00CC99; font-size: 80%; line-height: 150%;}
