
html {
	margin:0px;
	padding:0px;
}
body {
	color:#FFF;
	font-family:"Osaka","MS P ゴシック",sans-serif;
	font-size:13px;
	background-color:#0C0C0C;
}

p {
	margin:0px;
	padding:0px;
}

a img {
	border:none;
}

/* 
 * AgentService
 */

#AgentServiceBox {
	clear:both;
	width:788px;
	height:139px;
	background:url('../img/detail_img/agent-service-bg.gif') no-repeat left top;
	text-align:center;
}

#AgentServiceCaption {
	font-size:13px;
	padding:18px 0px 5px;
	margin:0px;
}

#AgentServiceLink a {
	border:none;
	display:block;
	width:338px;
	height:86px;
	margin:0px auto;
	padding:0px;
	background:url('../img/detail_img/agent-service-btn-hover.jpg') no-repeat center top;
}
#AgentServiceLink a:hover {
	border:none;
	background-color:#010101;
	height:86px;
}
#AgentServiceLink a:hover img {
	visibility:hidden;	
}

