@charset "utf-8";
@import url("common.css");

/* リンクページ */

body {
	height:auto;
	letter-spacing: 0px;
}
#wrapper {
	height:100%;
	overflow:hidden;
}
a:link {
	color: #c23067;
	text-decoration:none;
}

a:visited {
	color: #c23067;
	text-decoration:none;
}

a:hover {
	color: #c23067;
	text-decoration:underline;
}
h1 {
	position :relative;
	width:754px;
	text-align:center;
	letter-spacing:-1px;
	color:#000;
}
#low {
	font-size:10px;
	color:#c23067;
	width:754px;
	text-align:center;
}
#enter {
	float:left;
}
#copy {
	float:right;
	margin-right:40px;
	color:#c23067;
	font-size:12px;
	background:#fff;
}
* html #copy {
	margin-right:20px;
}
#link{
	text-align:center;
	margin:0 auto;
	clear:both;
	width:850px;
	height:120px;
	background: url(../images/index_bottom.png) no-repeat left bottom;
}
#link img {
	position:relative;
}
* html #link {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

