@charset "UTF-8";
/* CSS Document */

/* サイトアンパイアウェブサイト information css file */

/* ==[ page and base object ]== */

html{
	height:100%; width:100%;
}

body {
	margin:0;
	padding:0;
}

div#supportInfo{
	background:url('../img/common/supportinfo_body.png') top left repeat-y;
}
div#supportInfo div#infoHead{
	display:block;
	width:217px;
	height:29px;
	background:url('../img/common/supportinfo_head.png') top left no-repeat;
	text-indent:-8000px;
}
div#supportInfo table.infoTbl{
	width:217px;
}
div#supportInfo table.infoTbl th{
	border-left:#CACAC8 solid 1px;
	border-bottom:#CACAC8 solid 1px;
	padding:4px 0 0 8px;
	vertical-align:top;
	color:#666666;
	font-weight:normal;
	white-space:nowrap;
	background:#FFFFFF;
}
div#supportInfo table.infoTbl tr.even th{
	border-left:#CACAC8 solid 1px;
	border-bottom:#CACAC8 solid 1px;
	background:#FAFAF4;
}
div#supportInfo table.infoTbl td{
	border-bottom:#CACAC8 solid 1px;
	border-right:#CACAC8 solid 1px;
	padding:4px 10px 2px 10px;
	vertical-align:top;
	color:#1d27fd;
	background:#FFFFFF;
}
div#supportInfo table.infoTbl tr.even td{
	border-bottom:#CACAC8 solid 1px;
	border-right:#CACAC8 solid 1px;
	background:#FAFAF4;
}


