12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .g-doc {
- width: 1000px;
- margin: 0 auto;
- text-align: left;
- line-height: 18px;
- font-size: 12px;
- color: #555;
- font-family: arial;
- }
- .g-banner {
- position: relative;
- width: 1000px;
- height: 90px;
- margin: 0 auto;
- }
- .g-banner .logo {
- position: absolute;
- left: 20px;
- top: 13px;
- width: 153px;
- height: 60px;
- z-index: 101;
- }
- .g-banner .logo .img {
- width: 153px;
- height: 60px;
- background: url(../image/logo.png) no-repeat 0 0;
- }
- .g-background {
- height: 350px;
- background: url(../image/sp.png) no-repeat 326px 0;
- }
- .g-content {
- padding: 150px;
- width: 800px;
- margin-left: 50px;
- font-size: 50pt;
- font-style: italic;
- }
- .g-link {
- height: 100px;
- margin-top: 30px;
- margin-left: 300px;
- font-size: 15pt;
- }
- .g-button {
- margin-top: 10px;
- text-align: center;
- }
- a:link {
- color: #006699;
- text-decoration: none;
- }
- a:visited {
- color: #006699;
- text-decoration: none;
- }
- a:hover {
- color: #FF0000;
- text-decoration: underline;
- }
- a:active {
- color: #006699;
- text-decoration: underline;
- }
|