/*sidebar*
c33_concept.html/c33_floor.html
blog.cssとhoverだけ色違い
----------------------------------------------------------------*/
#sidebar ul {
	margin: 0;
	padding: 48px 0 0 6px;
	line-height: 2.0em;
	letter-spacing: 0;
	font-weight: bold;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}
li.sel a{
	margin: 0;
	padding: 0 0 0 9px;
	background: url(topimg/sel.gif) no-repeat left top;
	color: #642608;
	text-decoration: none;
} 
li.normal a{
	margin: 0;
	padding: 0 0 0 9px;
	color: #666666;
	text-decoration: none;
}
li.normal a:hover {
	color: #642608;
	text-decoration: none;
}
/*main
----------------------------------------------------------------*/
#concept_flash {
	height: 368px;
	width: 612px;
}
#floor_flash {
	height: 368px;
	width: 612px;
}
a img{
	border:none;
	position: relative;
}
