body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url("../img/top_bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}

img{
	border: 0px;
}

p.index{
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

/********************** リンク **********************/
a:link{
	text-decoration: none;
	color:#000000;
}
a:visited{
	text-decoration: none;
	color:#000000;
}
a:active{
	text-decoration: underline;
	color:#000000;
}
a:hover{
	text-decoration: underline;
	color:#000000;
}