
#logo {
	background-image: url(/images/ivyletter.png);
	background-repeat: no-repeat;
	background-position: 140px center;
}
#logo div {
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	height: 102px;
	width: 131px;
}
#key_visual {
	background-image: url(images/ivyback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.content {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.content a:link {
	color: #305983;
	text-decoration: none;
}

.content a:visited {
	color: #305983;
	text-decoration: none;
}

.content a:active {
    color: #315eb5;
}

.content a:hover {
	color: #635A30;
	text-decoration: underline;
}
