@charset "utf-8";

.skinTitle {
	display: block; /* ブロックレベルで表示 */
	width:900px;
	height:110px;
	overflow:hidden; /* クリック時点線非表示 */
	outline:none;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:105px;
	_top:103px;
	background:url(http://lovecat.sakura.ne.jp/img/title.jpg) no-repeat center top;
}
.skinDescriptionArea {
	margin:0;
	padding:0;
	text-indent:-9999px;
}