Created
November 2, 2010 15:27
-
-
Save machida/659770 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "utf-8"; | |
/* CSS Document */ | |
/* --clearfix-- */ | |
.clearfix:after, | |
div:after, | |
ul:after, | |
dl:after, | |
form:after, | |
blockquote:after { | |
content: "."; | |
display: block; | |
height: 0px; | |
clear: both; | |
visibility: hidden; | |
} | |
.clearfix, | |
div, | |
ul, | |
dl, | |
form, | |
blockquote { | |
min-height: 1px; | |
display: block; | |
} | |
/* --HTML-- */ | |
html { overflow-y: scroll } | |
/* --BODY-- */ | |
body { | |
margin: 0; | |
overflow: visible; | |
padding: 0; | |
line-height: 1.4; | |
font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,sans-serif; | |
font-size: 13px; | |
color: #656565; | |
background-color: #fff; | |
} | |
/* --OTHER TAGS-- */ | |
a img, | |
fieldset, | |
img { border: 0 } | |
blockquote, | |
dd, | |
div, | |
dl, | |
dt, | |
fieldset, | |
form, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
input, | |
li, | |
ol, | |
p, | |
pre, | |
select, | |
span, | |
textarea, | |
td, | |
th, | |
ul { | |
margin: 0; | |
padding: 0; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
input { | |
font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,sans-serif; | |
} | |
abbr, | |
acronym { border: 0 } | |
address, | |
caption, | |
cite, | |
code, | |
dfn, | |
em, | |
th, | |
strong, | |
var { | |
font-style: normal; | |
font-weight: normal; | |
} | |
caption, | |
th { text-align: left } | |
code, | |
kbd, | |
pre, | |
samp, | |
tt { | |
font-family: monospace; | |
line-height: 100%; | |
} | |
/* for IE7 */ | |
*+html code, | |
kbd, | |
pre, | |
samp, | |
tt { font-size: 108% } | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
font-size: 100%; | |
font-weight: normal; | |
line-height: 1; | |
} | |
input, | |
select, | |
textarea { | |
font-size: 100%; | |
font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,sans-serif; | |
} | |
ol, | |
ul { list-style: none } | |
q:before, | |
q:after { content: '' } | |
/* tables still need 'cellspacing="0"' */ | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
font-size: 100%; | |
} | |
a { overflow: hidden } | |
a:link, | |
a:visited { color: #1f8fb8 } | |
a:hover, | |
a:active { color: #ec189a } | |
.design { | |
background-repeat: no-repeat; | |
text-indent: -9999px; | |
display: block; | |
} | |
.design_a a { | |
background-repeat: no-repeat; | |
text-indent: -9999px; | |
display: block; | |
} | |
.print { display: none } | |
.center { | |
text-align: center; | |
display: block; | |
} | |
.hidden { | |
display: none; | |
visibility: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment