/*	2024.09.04	check, noChange, Overwrite	*/

/*	<!-- style: class ULLI -->	‚Õ‚ë‚Þ	*/

.ULLIinnerIncImg ul {
	margin-left: 10px;
	margin-right: 10px;
	border: solid 2px #A9ABAE;
/*	border-radius: 8px;	*/	/* CSS3 */
	background-color: #baa9b9;
}

.ULLIinnerIncImg ul li {
	display: block;		/*	stop	*/
	border-bottom: solid 1px #696969;
	padding: 2px;
	list-style-type: none;
}

/*	2012.12
.ULLIinnerIncImg ul li:last-child {
	border-bottom-width: 0px;
}
*/

.ULLIinnerIncImg ul li a {
	font-size: x-large;
	text-decoration: none;
	vertical-align: bottom;
	margin-left: -30px;
}

/*	IE6		*/
* html div.ULLIinnerIncImg ul li a {
	font-size: x-large;
	text-decoration: none;
	vertical-align: bottom;
	margin-left: +10px;
}

/*	IE7		*/
*+html div.ULLIinnerIncImg ul li a {
	font-size: x-large;
	text-decoration: none;
	vertical-align: bottom;
	margin-left: +10px;
}

.ULLIinnerIncImg ul li a:hover , .ULLIinnerIncImg ul li a:active {
	color: white;
	background-color: #0077ac;
}

.ULLIinnerIncImg ul li img {
/*	margin-left: -30px;		*/
	border: 0px;
}

