base.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .g-doc {
  2. width: 1000px;
  3. margin: 0 auto;
  4. text-align: left;
  5. line-height: 18px;
  6. font-size: 12px;
  7. color: #555;
  8. font-family: arial;
  9. }
  10. .g-banner {
  11. position: relative;
  12. width: 1000px;
  13. height: 90px;
  14. margin: 0 auto;
  15. }
  16. .g-banner .logo {
  17. position: absolute;
  18. left: 20px;
  19. top: 13px;
  20. width: 153px;
  21. height: 60px;
  22. z-index: 101;
  23. }
  24. .g-banner .logo .img {
  25. width: 153px;
  26. height: 60px;
  27. background: url(../image/logo.png) no-repeat 0 0;
  28. }
  29. .g-background {
  30. height: 350px;
  31. background: url(../image/sp.png) no-repeat 326px 0;
  32. }
  33. .g-content {
  34. padding: 150px;
  35. width: 800px;
  36. margin-left: 50px;
  37. font-size: 50pt;
  38. font-style: italic;
  39. }
  40. .g-link {
  41. height: 100px;
  42. margin-top: 30px;
  43. margin-left: 300px;
  44. font-size: 15pt;
  45. }
  46. .g-button {
  47. margin-top: 10px;
  48. text-align: center;
  49. }
  50. a:link {
  51. color: #006699;
  52. text-decoration: none;
  53. }
  54. a:visited {
  55. color: #006699;
  56. text-decoration: none;
  57. }
  58. a:hover {
  59. color: #FF0000;
  60. text-decoration: underline;
  61. }
  62. a:active {
  63. color: #006699;
  64. text-decoration: underline;
  65. }