@charset "UTF-8";

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

startguideSpec-mainArea.css
---------------------------------------------------- */
body#startguide-spec h2{
	background:url(../image/h2_spec.gif) no-repeat left top;
}
/*------------------------------
動作環境　body#startguide-spec
------------------------------*/
#beforedl {
	margin:10px auto;
	width:520px;
	height:70px;
	background:url(../../image/startguide/before_client_download_background.jpg) left top;
	text-align:center;
}

#beforedl_check {
	margin:10px auto;
	width:520px;
	height:70px;
	background:url(../../image/startguide/before_check_download_background.jpg) left top;
	text-align:center;
}

#beforedl #btn_spec, #beforedl_check #btn_spec, #beforedl #btn_new_directx {
	position:relative;
	margin:0px 5px;
	top:30px;
}

/*---------------------------------------------------*/
table.specTbl, table.graphicTbl {
	width:640px;
	margin:0 auto 10px;
	border-spacing:1px;
}

table.specTbl th, table.graphicTbl th {
	width:109px;/*120-1-5-5*/
	background:#30506a;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	border:1px solid #1e374b;
	vertical-align:top;
}

table.specTbl th.os {
	width:258px;/*260*/
	background:#1e374b;
	border:1px solid #1e374b;
	text-align:center;
	vertical-align:top;
	color:#ffffff;
	font-weight:bold;
}

table.specTbl td {
	width:118px;/*130-1-1-5-5*/
	background:#eff3f6;
	padding:5px;
	border:1px solid #30506a;
	vertical-align:top;
}

table.specTbl td.colspan {
	width:248px;/*260-1-1-5-5*/
}

table.specTbl td.need {
	width:118px;/*130-1-1-5-5*/
	background:#97a2b6;
	padding:2px 5px;
	border:1px solid #28567a;
	border-right-color:#30506a;
	vertical-align:top;
	text-align:center;
	color:#1e374b;
	font-weight:normal;
}

table.specTbl td p.tdAttentionMark {
	margin:0;
	padding:0 0 0 1em;
	text-indent:-1em;
	color:#d11818;
	font-size:10px;
}

table.graphicTbl th.os {
	width:638px;
	background:#1e374b;
	border:1px solid #28567a;
	color:#ffffff;
	font-weight:bold;
}

table.graphicTbl td {
	width:508px;
	background:#eff3f6;
	padding:5px;
	border:1px solid #30506a;
}


