1234567891011121314151617181920212223242526272829303132333435363738 |
- @charset "utf-8";
- /* CSS Document */
- html body {
- margin: 0px;
- font-size: 12px;
- }
- #lefter {
- width: 200px;
- float: left;
- }
- .left_tb_line {
- border-bottom: 1px #A9CCEA dotted;
- height: 20px;
- }
- .left_rightline {
- border-right: 1px #aaccee solid;
- }
- .left_tb_line a {
- color: #000000;
- text-decoration: none;
- }
- .left_tb_line a:hover {
- text-decoration: underline;
- }
- .left_tb {
- background-color: #f0f0f0;
- height: 22px;
- color: #07519a;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #3c78b5;
- }
|