@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2009.07.09
最終更新日: 2010.04.23
作成者: AY
最終編集者: AY

common-import-startguide.css
---------------------------------------------------- */
@import"startguide-localNav.css";
@import"startguide-mainArea.css";
@import"startguide-step.css";

/*------------------------------
確認ボタンエリア
------------------------------*/
body#startguide-check div#beforedl_check,
body#startguide-client div#beforedl {
	width:570px;
	height:40px;
	margin:0 auto 8px;
	padding:32px 0 0 0;
	display:block;
}

body#startguide-check div#beforedl_check a#btn_spec,
body#startguide-client div#beforedl a#btn_spec,
body#startguide-client div#beforedl a#btn_directx {
	width:202px;
	height:25px;
	margin:0 auto;
	padding:0;
	display:block;
	text-indent:-9999px;
}

body#startguide-check div#beforedl_check {
	background:url(../image/before_check_download_background.jpg) no-repeat center top;
}

body#startguide-client div#beforedl {
	background:url(../image/before_client_download_background.jpg) no-repeat center top;
}

body#startguide-check div#beforedl_check a#btn_spec,
body#startguide-client div#beforedl a#btn_spec {
	background:url(../image/btn_spec.gif) no-repeat left top;
}


body#startguide-client div#beforedl a#btn_directx {
	background:url(../image/btn_new_directx.gif) no-repeat left top;
}

body#startguide-check div#beforedl_check a:hover#btn_spec,
body#startguide-client div#beforedl a:hover#btn_spec {
	background:url(../image/btn_spec.gif) no-repeat right top;
}

body#startguide-client div#beforedl a:hover#btn_directx {
	background:url(../image/btn_new_directx.gif) no-repeat right top;
}

body#startguide-client div#beforedl a#btn_spec {
	float:left;
	margin:0 20px 0 70px;
	display:inline;
}

body#startguide-client div#beforedl a#btn_directx {
	float:left;
	display:inline;
}
