@charset "utf-8";

html {
    overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td	{
	margin: 0;
	padding: 0;
}

body {
	font-size:14px;
	font-family: Tahoma,'PT Sans', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	background-color:#000 !important;
	color:#fff;
}

h1, h2, h2, h3, h5, h6	{
	font-size: 100%;
}

a:link,
a:active,
a:visited {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #c93d46;
}

a:hover img{
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox2 */
	filter: alpha(opacity=80); /* IE6/7/8 */
}

img {
  font-size:0;
  line-height: 0;
  border: none;
  vertical-align:middle;
}

object, embed {
	vertical-align: top;
}

ul {
	list-style: none;
}