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

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

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

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

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

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

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

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

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

h3 { margin-bottom: 2px; }

/*アウトテーブルを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%; }

/*メインコンテンツテーブルを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: #ffffcc; border-collapse: collapse; border: 3px solid #99FFcc; font-size: 110%; line-height: 120%;  padding: 1px 10px; }

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

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