@charset "UTF-8";
/* CSS Document */

/* reset */
body {
    margin:0;
	background-color:#000;
color:#fff;
font-size:16px;
line-height:1.4em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0
	padding:0;}

ul {
	list-style:none;
	padding:0;}
li {
	padding:0;}

input, select {
    vertical-align:middle;}

/* reset */

img {
border:none;
}

a:link {
    text-decoration: none;
    color: #eee;
}
a:hover {
    text-decoration: underline;
    color: #eee;
}
a:visited {
    text-decoration: none;
    color: #eee;
}