#textindex{ text-align:left; /*センタリングIEバグ回避用*/ width:20%; /*タイトル部分の幅*/ background-color:#eef; /*全体の背景色*/ float:left; /*メニュー位置設定*/ font-weight: 0.8em; /*文字の太さ*/ font-size: 0.8em; /*文字の太さ*/ } #textmain{ text-align:left; /*センタリングIEバグ回避用*/ width:75%; /*タイトル部分の幅*/ background-color:#fff; /*全体の背景色*/ float:right; /*メインコンテンツ位置設定*/ font-weight: 0.8em; /*文字の太さ*/ } .container { overflow: hidden; } .container:after { content: ""; display: block; clear: both; height: 1px; overflow: hidden; } /*\*/ * html .container { height: 1em; overflow: visible; } /**/ .selftable{ width:95%; /*タイトル部分の幅*/ border-collapse: separate; /* 枠線の表示方法(重ねない) */ border-width:3px; /* 枠線の太さ */ border-style: solid; /* 枠線のスタイル */ border-color:#999; /* 枠線の色(上・右・下・左) */ } .selftable td{ border-width:1px; /* 枠線の太さ */ border-style: solid; /* 枠線のスタイル */ border-color:#ccc; /* 枠線の色(上・右・下・左) */ color:#444; /*文字色の設定*/ font-size: 1em; /*文字サイズ。 Internet Explorerの文字のサイズ−中、Firefoxの文字サイズ−標準サイズに合わせてあります。*/ line-height: 1.6; /*行間の設定 1を切ると重なる 単位はつけない*/ }