@charset "Shift-JIS"; /* ------------------------------------------------------------ file name: common.css Author: K.Takahashi last updated: 2007.06.02 ======================= contents =========================== 1: Browser-style reset 2: main contents 3: aid for non-CSS-compliant Browser 4: The Holly Hack; ============================================================ */ /* Browser-style reset ------------------------------------------------------------ */ html{ margin: 0; padding: 0; } body,th,td { font-family: "Arial","‚l‚r ‚oƒSƒVƒbƒN","Osaka"; font-size: 12px; margin: 0; padding: 0; color: #555; line-height: 1.3em; } body { text-align: center;/* for ie6 bug */ } table { border-collapse: collapse; border:none; margin:0px; padding:0px; } ul,li{ margin: 0; padding: 0; list-style-type: none; } form { margin: 0; padding: 0; } a,label{ cursor: pointer; } img { border:none; } a:link { color: #06f; text-decoration: none; } a:visited { color: #606; text-decoration: none; } a:hover { color: #06f; text-decoration: underline; } /* aid for non-CSS-compliant Browser ------------------------------------------------------------ */ .aid { position: absolute; left: -9999px; overflow: hidden; width: 0; } /* The Holly Hack ------------------------------------------------------------ */ /* Hides from IE5-mac \*/ *html div.item_ctrl {height: 1%;} *html div#tag div.tag_text {height: 1%;} /* end Hides from IE5-mac */ *:first-child+html div#tag div.tag_text {height: 1%;}