@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2009.07.15
最終更新日: 2010.04.08
作成者: AY
最終編集者: AY

startguideClient-mainArea.css
---------------------------------------------------- */
body#startguide-client h2{
	background:url(../image/h2_client.gif) no-repeat left top;
}

a.gameDownload {
	background:url(../image/gameDownload.gif) no-repeat left top;
	width:400px;
	height:90px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	margin:20px auto;
	padding:0;
}

a.gameDownload:hover {
	background:url(../image/gameDownload.gif) no-repeat left bottom;
	width:400px;
	height:90px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	margin:20px auto;
	padding:0;
}
