123456789101112131415161718192021222324252627282930 |
- @charset "utf-8";
-
- /* template start */
- div.column_1 {
- position: relative;
- width: 330px;
-
- }
- div.column_2 {
- position: absolute;
- width: 330px;
- top: 0px;
- left: 330px;
-
- }
-
- table.column_borader {
- width: 330px;
- border-top: 1px solid #000000;
- border-left: 1px solid #000000;
- border-spacing:0px;
- }
- table.column_borader tr th,table.column_borader tr td {
- border-bottom: 1px solid #000000;
- border-right: 1px solid #000000;
- }
- table.column_borader tr th {
- background: #ccffcc;
- }
- /* template end */
|