@charset 'utf-8';

/* 文字消し */
div#documentreq-container table td p a{
	display:block;
	margin:0px;
	padding:0px;
	text-indent: -9999px;
	text-decoration:none;
	/* MacIEを排除 \*/
	overflow:hidden;
	/* MacIEを排除ここまで */
}

div#documentreq-container{
	height:76px;
	background:#fff url(../images/top-documentreq/documentreq-bg01.gif) repeat-x left top;
}

div#documentreq-container table{
	border-collapse:collapse;
	width:100%;
	margin:6px 0px 11px;
}

div#documentreq-container table th{
	width:416px;
	vertical-align:top;
}

div#documentreq-container table td{
	vertical-align:top;
}
	
div#documentreq-container table td p{
	width:153px;
	height:34px;
	margin:14px 0px 0px;
}

div#documentreq-container table td p a{
	height:32px;
}

td#documentreq-button01 p,
td#documentreq-button01 p a{
	background:url(../images/top-documentreq/documentreq-button.gif) no-repeat 0px 0px;
}

td#documentreq-button01 p a:hover{
	background-position:0px -34px;
}

td#documentreq-button02 p,
td#documentreq-button02 p a{
	background:url(../images/top-documentreq/documentreq-button.gif) no-repeat -153px 0px;
}

td#documentreq-button02 p a:hover{
	background-position:-153px -34px;
}