| | 29 | |
|---|
| | 30 | div#header |
|---|
| | 31 | { |
|---|
| | 32 | margin-left: auto; |
|---|
| | 33 | margin-right: auto; |
|---|
| | 34 | text-align: left; |
|---|
| | 35 | width: 780px; |
|---|
| | 36 | height: 46px; |
|---|
| | 37 | } |
|---|
| | 38 | |
|---|
| | 39 | div#header ul, div#footer ul |
|---|
| | 40 | { |
|---|
| | 41 | list-style: none; |
|---|
| | 42 | display:inline; |
|---|
| | 43 | float:right; |
|---|
| | 44 | } |
|---|
| | 45 | |
|---|
| | 46 | div#header li, div#footer li, div#header form |
|---|
| | 47 | { |
|---|
| | 48 | display: inline; |
|---|
| | 49 | list-style: none; |
|---|
| | 50 | } |
|---|
| | 51 | |
|---|
| | 52 | div#header li |
|---|
| | 53 | { |
|---|
| | 54 | padding: 0 7px; |
|---|
| | 55 | font-weight: bold; |
|---|
| | 56 | border-right: solid 1px #0066CC; |
|---|
| | 57 | } |
|---|
| | 58 | |
|---|
| | 59 | div#header li.last |
|---|
| | 60 | { |
|---|
| | 61 | border-right: none; |
|---|
| | 62 | } |
|---|
| | 63 | |
|---|
| | 64 | div#header .last input |
|---|
| | 65 | { |
|---|
| | 66 | border: solid 1px gray; |
|---|
| | 67 | width:70px; |
|---|
| | 68 | background-color: #F4F4F4; |
|---|
| | 69 | vertical-align:sub; |
|---|
| | 70 | margin-top:7px; |
|---|
| | 71 | } |
|---|
| | 72 | |
|---|
| | 73 | div#header .last input:focus, div#header .last input:hover |
|---|
| | 74 | { |
|---|
| | 75 | background-color: white; |
|---|
| | 76 | } |
|---|
| | 77 | |
|---|
| | 78 | div#header li :link, div#header li :visited |
|---|
| | 79 | { |
|---|
| | 80 | color:#0066CC; |
|---|
| | 81 | } |
|---|
| | 82 | |
|---|
| | 83 | div#content_main |
|---|
| | 84 | { |
|---|
| | 85 | background-color:white; |
|---|
| | 86 | } |
|---|
| | 87 | |
|---|
| | 88 | div#content_main h1 |
|---|
| | 89 | { |
|---|
| | 90 | padding: 5px; |
|---|
| | 91 | font-size:14px; |
|---|
| | 92 | margin-bottom:10px; |
|---|
| | 93 | color: #B59D7A; |
|---|
| | 94 | border-bottom: 1px solid #B59D7A; |
|---|
| | 95 | } |
|---|
| | 96 | |
|---|
| | 97 | div#content_main h2 |
|---|
| | 98 | { |
|---|
| | 99 | font-size:14px; |
|---|
| | 100 | } |
|---|
| | 101 | |
|---|
| | 102 | div#content_main .interested_block |
|---|
| | 103 | { |
|---|
| | 104 | float:left; |
|---|
| | 105 | padding:4px 10px 10px 0; |
|---|
| | 106 | width:60px; |
|---|
| | 107 | } |
|---|
| | 108 | |
|---|
| | 109 | div#content_main .interested_mark |
|---|
| | 110 | { |
|---|
| | 111 | font-size: 2em; |
|---|
| | 112 | font-weight: bold; |
|---|
| | 113 | width: 30px; |
|---|
| | 114 | height: 30px; |
|---|
| | 115 | background-color: #FFE56F; |
|---|
| | 116 | border: 1px solid #ddd; |
|---|
| | 117 | text-align: center; |
|---|
| | 118 | margin-left:10px; |
|---|
| | 119 | } |
|---|
| | 120 | |
|---|
| | 121 | div#content_main .question_body |
|---|
| | 122 | { |
|---|
| | 123 | margin-top:6px; |
|---|
| | 124 | } |
|---|
| | 125 | |
|---|
| | 126 | div#content_main hr |
|---|
| | 127 | { |
|---|
| | 128 | background-color:white; |
|---|
| | 129 | border:none; |
|---|
| | 130 | border-top:solid 1px #B59D7A; |
|---|
| | 131 | clear:both; |
|---|
| | 132 | margin-bottom:10px; |
|---|
| | 133 | } |
|---|
| | 134 | |
|---|
| | 135 | div#footer |
|---|
| | 136 | { |
|---|
| | 137 | padding-top: 5px; |
|---|
| | 138 | margin-left: auto; |
|---|
| | 139 | margin-right: auto; |
|---|
| | 140 | text-align: left; |
|---|
| | 141 | width: 780px; |
|---|
| | 142 | background-color: #bbb; |
|---|
| | 143 | } |
|---|