
#logo {
	background-image: url(/images/ivyletter.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#logo div {
	background-image: url(/ms/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 {
	text-decoration: none;
	color: #00789F;
}

.content a:visited {
	color: #00789F;
}

.content a:active {
	color: #00789F;
}

.content a:hover {
	color: #AD7D23;
	text-decoration: underline;
}

