@charset "Shift_JIS";

/* - First{ T.F. } - Last{ T.F. } - Update{ 2007-05-28 } - About{ Base style of Hangame } */


/* Basic font style */
body{
color: #676767;
font-family: 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
font-size: 12px;
line-height: 1.333;
}


/* Headings style */
h1,
h2,
h3,
h4,
h5,
h6{
margin: 0;
font-size: 12px;
}


/* Paragraph style */
p{
margin: 0;
}

p.attention{
}

p.supplement{
}


/* List style */
ol,
ul,
li{
list-style: none;
margin: 0;
padding: 0;
}

dl,
dt,
dd{
margin: 0;
padding: 0;
}


/* Image style */
img {
border: 0;
}

a img {
vertical-align: bottom;
}


/* Link style */
a:link {
color: #676767;
text-decoration: none;
}

a:visited  {
color: #676767;
text-decoration: none;
}

a:hover,
a:active,
a:focus {
color: #676767;
text-decoration: underline;
}


/* Form style */
form{
margin: 0;
padding: 0;
}

label{
cursor: pointer;
}


/* toAnchors */
#toAnchors {
position: absolute;
text-indent: -100em;
top: 0;
left: 0;
}

#toAnchors ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
}

#toAnchors ul li {
text-indent: -100em;
}


/* separate hr */
hr.separate{
display: none;
}
