@charset "utf-8";

/* -------------------------------------------------
　　サービス・商品TOP　/service/index.html
------------------------------------------------- */

#serviceIndex{
	background-image: url(/inc/images/und/service_index.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 730px;
	height: 630px;
	margin: 0 auto;
	font-size: 80%;
}
* html #serviceIndex{
	font-size: 100%;
}
#sIL{
	width: 250px;
	float: left;
	margin-top: 100px;
	padding: 0 0 0 100px;
}
#sIR{
	width: 250px;
	float: left;
	margin-top: 100px;
	padding: 0 0 0 70px;
}

#serviceIndex dt{
	background-image: url(/inc/images/und/service_index_icon_A.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 20px;
}
#serviceIndex dd{
	background-image: url(/inc/images/und/service_index_icon_B.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0px 2px 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#serviceIndex a{
	position: relative;
	color: #ffffff;
	background-color: #0066FF;
	text-decoration: none;
	padding: 2px;
}
#serviceIndex a:hover{
	color: #0066FF;
	background-color: #ffffff;
}
#serviceIndex a span{
	display: none;
}
#serviceIndex a img{
	margin-bottom: 10px;
}
#serviceIndex a:hover span{
	display: block;
	background-color: #ffffff;
	padding: 10px 10px 0px 10px ;
	border: #CCCCCC solid 2px;
	width: 275px;
	position: absolute;
	top: -200px;
	left: -100px;
}
#serviceIndex span strong{
	font-weight: bold;
	font-size: 100%;
	margin-top: 10px;
}
#serviceIndex span p{
	margin-top: 10px;
}
