@charset "utf-8";
div.corp{
	margin-top:1em;
}

div.contbox p{
	/*width:430px;*/
	margin:1em 1em 1em 4em;
}
table#corptable{
	width: 600px;
	border-collapse: separate;
	border-spacing: 10px;
}

div.contbox table{
	margin:1em auto;
}

div.contbox th,td{
	padding:1em;
}
div.contbox th{
	background-image: url('../img/bg_slash.gif');
}

h3#support{
	height:30px;
	width:206px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(img/support.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


div.contbox h4{
	background: #8A8A8A url(../img/li_black.jpg) no-repeat scroll 10px center;
	text-indent: 28px;
	width: 700px;
	color: #fff;
	height: 3em;
	font-size: 1em;
	line-height: 3em;
	text-transform:uppercase;
	margin-top:2em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	/*text-align:left;*/
}

div#box3 {
	float: left;
	width: 225px;
	text-align: left;
	text-indent: 5px;
}
.contbox h2 {
	font-size: 1.5em;
	text-indent: 1em;
}

#support ul{
	margin-top: 5px;
	margin-bottom: 0;
}


#support li {
	width:220px;
	height:180px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	}
	
#support a {
	display:block;
	width:220px;
	height:180px;
	}

li#rule a {
	background:url(img/rule_off.jpg) no-repeat center top;
}

li#rule a:hover {
	background:url(img/rule_on.jpg) no-repeat center top;
}

li#check a {
	background:url(img/check_off.jpg) no-repeat center top;
}

li#check a:hover {
	background:url(img/check_on.jpg) no-repeat center top;
}

li#ts a {
	background:url(img/ts_off.jpg) no-repeat center top;
}

li#ts a:hover {
	background:url(img/ts_on.jpg) no-repeat center top;
}
#support {
	text-align: left;
}

