@charset "UTF-8";

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

startguideClient-mainArea.css： wisの設定
--------------------------------------------- */
#startguide-client .commonStep-section h3 {
	background: url(../image/headline/h3_step_client.gif) no-repeat left top;
}
/* ダウンロードする前にボタン */
#inAdvance {
	width: 466px;
	margin: 0 auto;
	padding: 20px 0 20px;
	background: url(../image/background/ul_inadvance.gif) no-repeat left top;
	clear: both;
}
#inAdvance li {
	width: 228px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#linkSpec {
	float: left;
}
#linkDirectX {
	float: right;
}
#inAdvance li a {
	display: block;
	width: 228px;
	height: 50px;
}

#linkSpec a:link,
#linkSpec a:visited {
	background: url(../image/btn/btn_client.png) no-repeat left top;
}
#linkSpec a:hover,
#linkSpec a:active {
	background-position: -228px top;
}
#linkDirectX a:link,
#linkDirectX a:visited {
	background: url(../image/btn/btn_client.png) no-repeat left -50px;
}
#linkDirectX a:hover,
#linkDirectX a:active {
	background-position: -228px -50px;
}

/* ダウンローダーDLボタン */
.commonStep-section .btnDownLoader {
	display: block;
	width: 466px;
	height: 68px;
	margin: 0 auto;
	padding: 0;
	background: url(../image/btn/btn_client.png) no-repeat left -100px;
	text-indent: -9999px;
	line-height: 0 ;
	font-size: 0;
}
.commonStep-section .btnDownLoader:hover,
.commonStep-section .btnDownLoader:active {
	background-position: left -168px;
}