.banner_content, div#content_home {
	display: none;
	}
	
div#content {
	min-height: 10px;
	border: none;
	}

/* for Internet Explorer */
/*\*/
* html div#content {
height: 10px;
}
/**/

div#main_cell {
	}

div#content_subnavi {
	}


.mycontent ul {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	width: 486px;
/*
	display: inline;
*/
/*
	width: 487px;
*/
	}

.mycontent ul li {
	position: relative;
	padding: 0px;
	border: 1px solid #807F84;
	margin-bottom: 10px;
	height: 100px;
	list-style: none;
/*
	display: block;
*/
	}

.mycontent span {
	position: absolute;
	padding: 5px;
	bottom: 0px;
	width: 132px;
	}
	
