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

/* リセットCSS */
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}

/* フォント・背景設定 */
body{
	font-family:Century Gothic, "HG丸ｺﾞｼｯｸM-PRO", serif;
	background:#181818 url(../images/copy.gif) repeat 0 0;
}

/* リンク設定 */
a{
	text-decoration:none;
}
