/*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; }

/*メインコンテンツ2tdのリンクの設定*/
span table.maincontentstable2 td A:hover { color:blue; text-decoration:none; background-color: #ccffff; }
span table.maincontentstable2 td A:link { color: blue; text-decoration:none; }
span table.maincontentstable2 td A:visited { color: purple; text-decoration:none; }
span table.maincontentstable2 td A:active { color: green; text-decoration:none; }
span table.maincontentstable2 td 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; }

/*スクロールバーの色を6666ffにします*/
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;}

/*olのスタイルを以下のように決定する*/
ol { list-style: inside; background-color: #F5FFFA; border: 3px solid #99ccff; margin: 1px; padding: 1px 1px 1px 0px;}

/*ulのスタイルを以下のように決定する*/
ul { list-style: inside; background-color: #ffffff; margin: 0px; padding: 0px 1px 1px 0px;}

/*liのスタイルを以下のように決定する*/
li { list-style: inside; background-color: #ffffff; margin: 1px; padding: 1px 1px 1px 5px;}

/*strongを見出しとした設定*/
strong { color: navy; background-color: #6666ff; font-size: 120%;　margin-bottom:2px; }

/*emを見出しとした設定*/
em { color: navy; background-color: #99ccff; font-size: 120%; border: 3px solid #99ccff; width: 100%; text-align: center; }

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

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

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

/*コンテンツテーブルのh2の設定*/
h2 { color: navy; background-color: #6666ff; font-size: 125%;　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%; }

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

/*メインコンテンツテーブル2をmaincontentstable2というクラスで設定*/
table.maincontentstable2 td { background-color: #ffffff; border-collapse: collapse; border: 3px solid #99ccff; font-size: 110%; line-height: 120%;  padding: 1px 10px; }

table.maincontentstable3 td { background-color: #ffffff; border-collapse: collapse; border: 3px solid #99ccff; height: 100%; empty-cells:show; line-height: 150%; }

/*サイトパステーブルを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%;}