

#footprint{
	background-color:white;
	height:50px;
}

#footprint ul{
	margin:0;
	height:50px;
	list-style:none;
}

#footprint li{
	float:left;
	height:50px;
	line-height:50px;
	margin-right:10px;
}

#left #rowsox{
	margin-top:40px;
}

#bottom{

}

h3{
	margin:40px auto 20px;
	font-size:12pt;
}





/* gallery index.php */

table.gallery th{
	width:auto;
	padding:18px;
	text-align:center;
	background:none;
}

table.gallery td{
	width:250px;
}




/* gallery cat */

#categories div{
	text-align:center;
	float:left;
	margin:15px 13px;
}

#categories a{
	font:10pt Arial, Helvetica, sans-serif;
	width:160px;
	height:143px;
	line-height:23px;
	display:block;
	font-weight:bold;
}

#rakuten{
	text-align:center;
	margin:100px auto 20px;
}




/* gallery artist */

#artist div{
	text-align:center;
	float:left;
	margin:15px 13px;
	width:160px;
	height:160px;
}

#artist a{
	font:10pt Arial, Helvetica, sans-serif;
	width:160px;
	height:143px;
	line-height:23px;
	display:block;
	font-weight:bold;
	overflow:hidden;
}




/* gallery work */

#imgframe{
	border:dotted 2px orange;
	clear:both;
	padding:10px;
	margin:10px;
	float:left;
}

ul#imglist{
	margin:0;
	padding:0;
	clear:both;
	list-style:none;
}

#imglist li{
	margin:0;
	padding:10px;
	float:left;
}




