@charset "UTF-8";

/* ---------------------------------------------
作成日: 2009.09.21
最終更新日: 2010.02.11
作成者: SN
最終編集者: SN

introductionSystem-mainArea.css： wisの設定
--------------------------------------------- */
#introduction-regulargame h4,
#introduction-team h4,
#introduction-player h4,
#introduction-secretary h4 {
	height: 34px;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	margin: 0px 0 10px;
	padding: 0;
	background: url(../image/headline/h4_system.gif) no-repeat center top;
}
#introduction-regulargame h4#systemPoint1 {
	background-position: center 0px;
}
#introduction-regulargame h4#systemPoint2 {
	background-position: center -34px;
}
#introduction-regulargame h4#systemPoint3 {
	background-position: center -68px;
}
#introduction-team h4#systemPoint1 {
	background-position: center -102px;
}
#introduction-team h4#systemPoint2 {
	background-position: center -136px;
}
#introduction-team h4#systemPoint3 {
	background-position: center -170px;
}
#introduction-player h4#systemPoint1 {
	background-position: center -204px;
}
#introduction-player h4#systemPoint2 {
	background-position: center -238px;
}
#introduction-player h4#systemPoint3 {
	background-position: center -272px;
}

