@import "../baseStyle.css";

/* ******************************************
 基本設定
****************************************** */

/* ページID設定 */
#lovehate {
	width: 900px;
	font-size: 12px;
	line-height: 16px;
	background: #ffffff;
	text-align: center;
	margin:0 auto;
}

#lovehate img {
	vertical-align: top;
}

#lovehate .clear{
	display:block;
	clear:both;
	height:1px;
	margin-bottom:-1px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}


/* ****************************************************************************
 ▼▼▼　企画ページ　要素　▼▼▼
**************************************************************************** */

#lovehate div#lovehateWrap {
	width: 892px;
	margin: 0px auto;
	text-align: center;
	background: #ffffff;
}
* html body div #lovehate div#lovehateWrap {width:900px;}

#lovehate #lovehateContents{
	display:block;
	width: 892px;
	height:734px;
	overflow:hidden;
	margin: 0px;
	background:url(http://swfs.jp/img/img2/fs_cts_1003_lovehate.jpg) left top no-repeat;
	position: relative;
}

#lovehate #lovehateContents div.lovehateLink{
	display:block;
	width: 358px;
	height:211px;
	overflow:hidden;
	position: absolute;
	top:241px;
	left:512px;
}

#lovehate #lovehateContents div.lovehateLink a{
	display:block;
	width: 358px;
	height:211px;
	overflow:hidden;
	background:url(http://swfs.jp/img/img2/fs_cts_1003_lovehate_link.jpg) left top no-repeat;
	text-align:left;
	text-indent:-9999px;
}

#lovehate #lovehateContents div.lovehateLink a:hover{
	background:url(http://swfs.jp/img/img2/fs_cts_1003_lovehate_link2.jpg) left top no-repeat;
}


