@charset "Shift_JIS";

/* - First{ T.F. } - Last{ T.F. } - Update{ 2007-05-28 } - About{ Base style of Hangame } */


/* Basic font style */
body{
color: #666666;
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,form,dl,dd{
margin: 0;
}


/* List style */
ol,
ul,
li{
list-style: none;
margin: 0;
padding: 0;
}

dl,
dt,
dd{
margin: 0;
padding: 0;
}


/* Image style */
img {
border: 0;
vertical-align: bottom;
}


/* Link style */
a:link {
color: #990000;
text-decoration: none;
}

a:visited  {
color: #990000;
text-decoration: none;
}

a:hover,
a:active,
a:focus {
color: #990000;
text-decoration: underline;
}


label{
cursor: pointer;
}

/* separate hr */
hr.separate{
display: none;
}