@charset "UTF-8";

#title_area {
	background-image: url(magazine/magazine_title_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 980px;
	height: 62px;
}

a:link {
	color: #970000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000
	text-decoration: none;
}