@charset "utf-8"; /*------------------------------------------------------------------------------ - Common Pages URL: http://www.cashback.ne.jp Copyright (c) keylab co.,ltd All Rights Reserved. Date: 2007-12-25 1-1.Yahoo UI Library Fonts CSS 1-2.Global Reset 1-3.Structure Module 1-4.Text Module 1-5.Hypertext Module 1-6.List Module 1-7.Edit Module 1-8.Forms Module 1-9.Tables Module 1-10.Image Module 1-11.Object Module ------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------ 1-1.Yahoo UI Library Fonts CSS *Copyright (c) 2006, Yahoo! Inc. All rights reserved. *http://developer.yahoo.com/yui/license.txt 77% = 10px | 85% = 11px | 92% = 12px | 100% = 13px | 107% = 14px 114% = 15px | 122% = 16px | 129% = 17px | 136% = 18px | 144% = 19px 152% = 20px | 159% = 21px | 167% = 22px | 174% = 23px | 182% = 24px 189% = 25px | 197% = 26px ------------------------------------------------------------------------------*/ body{ font-size: small !important; /* IE 7 muke */ font: x-small; /* IE 6 ika */ } html>/**/body { font-size: 13px; /* for modern browser */ } table{ border-collapse: collapse; border-spacing: 0; empty-cells:show; font-style: inherit; font-size: 100%; } select,input,textarea{ font: 99% arial,helvetica,clean,sans-serif; } /* ------------------------------------------------------------------------------ 1-2.global reset -----------------------------------------------------------------------------*/ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input, p,blockquote,table,th,td,address{ margin:0; padding:0; } img,abbr,acronym,fieldset{ border: 0; } address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; } caption,th{ text-align: left; } q:before,q:after{ content: ''; } hr,legend{ display: none; } p,ul,li,form,fieldset{zoom:1;} /*------------------------------------------------------------------------------ 1-3.Structure Module ------------------------------------------------------------------------------*/ html{ height:100%; margin-bottom:1px; } body{ background: #fff url(/images/point-city/bg01.gif) repeat-x 0 0; font-family: "MS Pゴシック",MS PGothic,Osaka,Sans-Serif; line-height: 1.5; text-align: center; } /*------------------------------------------------------------------------------ 1-4.Text Module ------------------------------------------------------------------------------*/ h1, h2, h3, h4, h5, h6{ font-size: 100%; } p{ color:#333; line-height: 1.6; } br{ letter-spacing: 0; } em{ font-weight: bold; color:#FF0000; } strong{ font-style: normal; } /*------------------------------------------------------------------------------ 1-5.Hypertext Module ------------------------------------------------------------------------------*/ a { color:#0066CC; text-decoration:none; } a:link { } a:visited { text-decoration:none; } a:hover { color:#3399FF; text-decoration:underline; } a:active { } /*------------------------------------------------------------------------------ 1-6.List Module ------------------------------------------------------------------------------*/ ul,ol { list-style-type: none; } li, dt, dd { font-size :100%; } dt { } dd { color: #666; } li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd { font-size: 100%; } li ul, li ol, li dl, li p, dd ul, dd ol, dd dl, dd p { margin: 0; } /*------------------------------------------------------------------------------ 1-7.Edit Module ------------------------------------------------------------------------------*/ del { color: #666; text-decoration: line-through; } del[datetime]:before { content: " ( "attr(datetime)"�0524a�09664) "; } ins { border-bottom: 1px dotted #ccc; text-decoration: none; } ins[datetime]:before { content: " ( "attr(datetime)"�04fee�06b63) "; } /*------------------------------------------------------------------------------ 1-8.Forms Module ------------------------------------------------------------------------------*/ form { } form dl, form p { } fieldset { } legend { } input, textarea { font-family: Arial, Helvetica, sans-serif; } input:hover, textarea:hover { } input:focus, textarea:focus { } textarea { } input.submit { } /*------------------------------------------------------------------------------ 1-9.Tables Module ------------------------------------------------------------------------------*/ caption { line-height:1; } th, td { padding:5px; line-height:1; } /*------------------------------------------------------------------------------ 1-10.Image Module ------------------------------------------------------------------------------*/ img { vertical-align: bottom; } /*------------------------------------------------------------------------------ 1-11.Object Module ------------------------------------------------------------------------------*/ object, embed { vertical-align: top; }