/**DTI****************************************/
#form{
	width:700px;
	margin-bottom:30px;
	margin-left:auto;
	_margin-left:10px;/*forIE6*/
	margin-top:30px;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px dotted #AAA;
}

#form ul{
	list-style:none;
	margin:0;
	padding:0;
}

#form li{
	float:left;
	overflow:hidden;
}

/*web*/
form li#web_btn a,#form li#web_btn a:link,#form li#web_btn a:visited{
	width:230px;
	height:65px;
	text-indent:-9999px;
	display:block;
	margin-left:80px;
	background-image: url(../image/new/banner_web_230_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#form li#web_btn a:hover,#form li#web_btn a:active{
	width:230px;
	height:65px;
	text-indent:-9999px;
	display:block;
	margin-left:80px;
	background-image: url(../image/new/banner_web_230_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*tel*/
#form li#tel_btn a,#form li#tel_btn a:link,#form li#tel_btn a:visited{
	width:230px;
	height:65px;
	text-indent:-9999px;
	display:block;
	margin-left:50px;
	background-image: url(../image/new/banner_new_230_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#form li#tel_btn a:hover,#form li#tel_btn a:active{
	width:230px;
	height:65px;
	text-indent:-9999px;
	display:block;
	margin-left:50px;
	background-image: url(../image/new/banner_new_230_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}