@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
body {
    font-size: 62.5%;
}
body {
    line-height: 170%;
}
html>/**/body {
    font-size: 10px;
}
body {
    font-family: verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", sans-serif;
}
* + html body {  
    font-family: "メイリオ", Meiryo;
}
select option {
    padding: 0 5px;
}
img {
    border: 0;
}
li {
    list-style-type: none;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}