@charset "UTF-8";
/*contents----------------------------------------------*/
#contents h3 {
	font-size: 2em;
	font-weight: bold;
	padding: 5px 0 4px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#contents dd,
#contents li {
	vertical-align: middle;
	width: 560px;
	overflow: hidden;
}
#contents dd a img,
#contents li a img {
	vertical-align: middle;
	margin-right: 20px;
}


/*company*/
#contents dl#company {
	width: 560px;
	display: block;
	margin-bottom: 30px;
}
#contents dl#company dt {
	background: url(img/arrowd.gif) no-repeat 5px center;
	padding: 10px 0 10px;
	width: 555px;
	text-indent: 1.5em;
}
#contents dl#company dd {
	background: url(img/bg.gif) no-repeat left top;
	text-indent: 2.5em;
}
#contents dl#company dd a {
	background: url(img/arrow.gif) no-repeat 17px center;
	padding: 5px 5px 5px;
	width: 560px;
	display: block;
	border-bottom: 1px solid #cccccc;
}
#contents dl#company dd a:hover {
	background: #eeeeee url(img/arrow.gif) no-repeat 17px center;
}


/*group*/
#contents ul#group {
	width: 560px;
	display: block;
	list-style-type: none;
}
#contents ul#group li {
	background: url(img/bg.gif) no-repeat left top;
	text-indent: 2.5em;
}
#contents ul#group li a {
	background: url(img/arrow.gif) no-repeat 17px center;
	padding: 5px 5px 5px;
	width: 560px;
	display: block;
	border-bottom: 1px solid #cccccc;
}
#contents ul#group li a:hover {
	background: #eeeeee url(img/arrow.gif) no-repeat 17px center;
}
