home *** CD-ROM | disk | FTP | other *** search
- /* リンクの装飾 */
- A:link {
- text-decoration:none;
- color:white;
- }
- A:visited {
- text-decoration:none;
- color:#d0d0d0;
- }
- BODY {
- background:white;
- margin-top:0.5em;
- }
- IMG {
- border:none;
- }
-
- H1, H2 {
- font-family: "MS Pゴシック", sans-serif;
- }
- H1 {
- font-size: 17pt;
- color: #FFFFE8;
- background-image: url(../mark/tex_driver.png);
- text-align: center;
- padding-top: 18px;
- padding-bottom: 13px;
- border-width: 2px;
- border-style: outset;
- }
- H2 {
- font-size:12pt;
- font-weight:bold;
- }
-
- P {
- margin-left:10%;
- margin-right:10%;
- }
-
- /* 注意書き */
- UL.notice {
- font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
- font-size: 10pt;
- margin-bottom: 1em;
- margin-left: 1em;
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- padding-left: 1em;
- }
-
- /* 新規・更新マーク */
- .NewUp {
- font-size:10pt;
- font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
-
- background: #E6E6E6;
- }
- TD.NewUpBmp {
- width:50px;
- }
- /* マーク説明 */
- TD.NewUpExp {
- }
-
- /* メーカーリスト */
- TABLE.maker {
- width:100%;
- background: #CACCCA;
- border:outset 1px white;
- margin-top:1em;
- }
- /* マーク */
- TD.newup {
- border-top:outset 1px white;
- background: #A8CDA7;
- }
- /* 会社名 */
- TD.maker {
- border:outset 2px white;
- font-family: "MS UI Gothic", "MS Pゴシック", sans-serif;
- font: bold 10pt;
- padding-left:3px;
- padding-top:2px;
- padding-bottom:2px;
- background:#35A3A2;
- }
-