You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

340 lines
6.5 KiB

  1. @charset "UTF-8";
  2. * {
  3. /* border: 0; */
  4. font-family:'���C���I',Meiryo,'�l�r �o�S�V�b�N',sans-serif;
  5. font-weight: normal;
  6. font-style: normal;
  7. font-size: 12px;
  8. line-height: 1.3em;
  9. }
  10. img {
  11. vertical-align: bottom;
  12. }
  13. a { color: #bfbfbf; outline: medium none;text-decoration: none;font-weight:bold;font-size:12px;}
  14. a:link { text-decoration: none; font-weight:bold;font-size:12px;}
  15. a:visited { text-decoration: none; font-weight:bold;font-size:12px;}
  16. a:hover { color: #fecd1e; text-decoration: none;font-weight:bold;font-size:12px; }
  17. a.instruction_list { color: #ffffff; text-decoration: none;font-weight:normal;font-size:12px;}
  18. a.instruction_list:link { text-decoration: none;font-weight:normal;font-size:12px;}
  19. a.instruction_list:visited { text-decoration: none; font-weight:normal;font-size:12px;}
  20. a.instruction_list:hover { color: #ffffff; text-decoration: none; font-weight:normal;font-size:12px;}
  21. table {
  22. border-collapse: collapse;
  23. }
  24. textarea {
  25. color:#d3d3d3;
  26. background-color:#000;
  27. border-color: #808080;
  28. }
  29. select {
  30. color:#d3d3d3;
  31. background-color:#000;
  32. border-color: #808080;
  33. font-size:14px;
  34. }
  35. input[type=text] {
  36. color:#d3d3d3;
  37. background-color:#000;
  38. border-color: #808080;
  39. font-size:14px;
  40. }
  41. input[type=password] {
  42. color:#d3d3d3;
  43. background-color:#000;
  44. border-color: #808080;
  45. font-size:14px;
  46. }
  47. /***********************************************************************/
  48. /* TABLE */
  49. /***********************************************************************/
  50. .input_table {
  51. border-collapse: collapse;
  52. }
  53. /*
  54. .input_table tr {
  55. height: 38px;
  56. }
  57. */
  58. .input_table th {
  59. padding-top: 7px;
  60. }
  61. .input_table td {
  62. padding-top: 7px;
  63. }
  64. .input_table input[type="radio"] { vertical-align:middle; margin-left:10px;margin-top:-2px; margin-bottom:1px;}
  65. .testtest {
  66. background-color: #ffffff;
  67. }
  68. .h1color1 {
  69. border: solid red 1px;
  70. }
  71. /***********************************************************************/
  72. /***********************************************************************/
  73. body {
  74. /*background-image: url(../img/html_bg.png);*/
  75. background-repeat: repeat-x;
  76. padding: 0;
  77. margin: 0;
  78. color: #808080;
  79. background-color: #000;
  80. }
  81. #container {
  82. width: 80%;
  83. /*
  84. margin-left: auto;
  85. margin-right: auto;
  86. */
  87. }
  88. /***********************************************************/
  89. /* HEADER */
  90. /***********************************************************/
  91. #header {
  92. width: 100%;
  93. height: 32px;
  94. margin: 0;
  95. padding: 0;
  96. background-color: #000;
  97. color:#808080;
  98. border-bottom: 1px solid #404040;
  99. background-repeat: repeat;
  100. background-attachment: scroll;
  101. }
  102. #header h1 {
  103. broder: 0;
  104. margin: 0;
  105. padding: 0;
  106. float: left;
  107. text-align: center;
  108. }
  109. /***********************************************************/
  110. /* body */
  111. /***********************************************************/
  112. #main {
  113. width: 100%;
  114. margin-top: 10px ;
  115. }
  116. .left {
  117. width: 130px;
  118. padding-right: 10px;
  119. padding-left: 10px;
  120. background-color:#2a2935;
  121. }
  122. .right {
  123. vartical-align: top;
  124. padding-right: 10px;
  125. min-height: 800px;
  126. }
  127. .lbox {
  128. background-color: #2a2935;
  129. border-radius: 10px;
  130. padding: 10px;
  131. }
  132. .rbox {
  133. background-color: #000;
  134. }
  135. #main .sub_page {
  136. width: 100%;
  137. padding: 0 0 0 6px;
  138. }
  139. #main_title {
  140. font-weight: bold;
  141. border-bottom: 1px dotted #404040;
  142. }
  143. #footer {
  144. width: 100%;
  145. height: 32px;
  146. margin: 0;
  147. padding: 0;
  148. background-color: #000;
  149. color:#808080;
  150. border-top: 1px solid #202020;
  151. background-repeat: repeat;
  152. background-attachment: scroll;
  153. }
  154. #foot_line {
  155. font-weight: bold;
  156. border-bottom: 1px solid #404040;
  157. }
  158. a.del {
  159. color: #ff0033;
  160. margin-left: 10px;
  161. }
  162. .success_div {
  163. padding: 0.8em;
  164. background-color:#348a9e;
  165. color:#fff;
  166. margin-bottom:10px;
  167. }
  168. .t_mail td {
  169. border: 1px solid #808080;
  170. padding: 5px 5px;
  171. }
  172. .disp_order_history {
  173. margin-left: 1px;
  174. width: 705px;
  175. min-height: 170px;
  176. max-height: 300px;
  177. overflow: auto;
  178. border: 1px solid #808080;
  179. }
  180. .t_list {
  181. color:#bfbfbf;
  182. border-radius: 10px;
  183. border-top: 1px solid #404040;
  184. border-bottom: 1px solid #404040;
  185. border-collapse: collapse;
  186. table-layout: fixed;
  187. }
  188. .t_list th {
  189. letter-spacing: 0.2em;
  190. background-color: #404040;
  191. color:#000000;
  192. font-size: 10px;
  193. border-bottom: 1px solid #404040;
  194. border-left: 1px solid #404040;
  195. border-right: 1px solid #404040;
  196. padding: 6px 5px;
  197. }
  198. .t_list td {
  199. border-left: 1px solid #404040;
  200. border-right: 1px solid #404040;
  201. padding: 5px 5px;
  202. color:#ffffff;
  203. }
  204. .t_list2 {
  205. color:#bfbfbf;
  206. border-radius: 10px;
  207. border-top: 1px solid #404040;
  208. border-bottom: 1px solid #404040;
  209. border-collapse: collapse;
  210. }
  211. .t_list2 th {
  212. letter-spacing: 0.2em;
  213. background-color: #404040;
  214. color:#000000;
  215. font-size: 10px;
  216. border-bottom: 1px solid #404040;
  217. border-left: 1px solid #404040;
  218. border-right: 1px solid #404040;
  219. padding: 6px 5px;
  220. }
  221. .t_list2 td {
  222. border-left: 1px solid #404040;
  223. border-right: 1px solid #404040;
  224. padding: 5px 5px;
  225. }
  226. .t_list_numtable {
  227. color:#bfbfbf;
  228. border-radius: 10px;
  229. border-top: 1px solid #404040;
  230. border-bottom: 1px solid #404040;
  231. border-collapse: collapse;
  232. }
  233. .t_list_numtable th {
  234. letter-spacing: 0.2em;
  235. background-color: #404040;
  236. color:#000000;
  237. font-size: 10px;
  238. /* background: url("../img/th_ptn.gif") repeat-x scroll center bottom transparent;*/
  239. border-bottom: 1px solid #404040;
  240. border-left: 1px solid #404040;
  241. border-right: 1px solid #404040;
  242. padding: 6px 5px;
  243. }
  244. .t_list_numtable td {
  245. border-left: 1px solid #404040;
  246. border-right: 1px solid #404040;
  247. padding: 5px 5px;
  248. white-space: nowrap;
  249. }
  250. .t_list_numtable td.blank {
  251. border-left: 0;
  252. border-right: 0;
  253. }
  254. /*button*/
  255. a.deleteButton {
  256. color: #ff0000;
  257. }
  258. /*background*/
  259. td.disp_status {
  260. border-left: 1px solid #404040;
  261. border-right: 1px solid #404040;
  262. color: #ffffff;
  263. font-weight:bold;
  264. }
  265. input.input_error {
  266. background-color: #c40000;
  267. }
  268. /*input file*/
  269. .file{border:1px solid #333333;color:#666666;background:#eeeeee;font:normal 12px Tahoma;height:18px}
  270. .excute_button {
  271. width:300px;
  272. font-size:24px;
  273. font-weight:bold;
  274. text-decoration:none;
  275. display:block;
  276. text-align:center;
  277. padding:8px 0 10px;
  278. color:#fff;
  279. background-color:#49a9d4;
  280. border-radius:5px;
  281. box-shadow:2px 2px #1a6ea0;
  282. }
  283. a.excute_button:hover { color: #ffffff; }