@charset "UTF-8";
/* リセット */
html {
	height: 100%;
}

body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

li {
	list-style:none;
}

img {
	border:none;
}

address, em {
	font-style:normal;
}


/*リンク*/

a:link {
	color: #000;
	text-decoration:none;
}

a:visited {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #F00;
	text-decoration:none;
}

a:active {
	color:#666;
	text-decoration:none;
}

body {
  height: 100%;
  margin: 0px auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

