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

/*ナビゲーション・メニュー・サブメニューのリンクの設定*/
div A:hover { color: blue; text-decoration:none; background-color: #CCFFFF; }
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: #CCFFFF; }
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: #CCFFFF; }
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: #CCFFFF; }
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; }

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

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

/*コンテンツテーブルのh2の設定*/
h2 { color: navy; background-color: #6666ff; font-size: 120%;　margin-bottom:2px; margin-top:2px; }

h3 { color: navy; background-color: #FFFFCC; font-size: 110%; padding: 5px; width:100%}

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

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

/*トップコメントテーブルのpを見出しとした設定*/
p.top { margin-bottom:2px; margin-top:2px; }

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

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

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

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

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

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

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

/*サブメニューテーブルをsubmenutableというクラスで設定*/
table.submenutable { background-color: #ffffff; border; 2px solid #6666ff; 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: #6666ff; color: navy; font-size: 100%; line-height: 150%;}

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