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

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

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

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

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

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

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

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

/*liの中のbigで料金kakuyasuで使いました。*/
li big { background-color: #ffff66 ; padding: 5px ; }

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

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

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

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

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

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

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

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

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

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

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