@charset "utf-8";
/* CSS Document */

#Photo {
	width:auto;
	display:block;
	}
	
#Photo #PhotoUL{
	clear:both;
	
}

#Photo ul {
	clear:both;
	display:block;
	list-style:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


#Photo ul li {
	text-align:center;
	padding:5px;
	float:left
}

#Photo #PhotoPage {
	clear:both;
	padding-top:10px;
	display:block;
	text-align:right;
}


.titleTdLeft {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:0px;
}

.titleTdRight{
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:0px;
	text-align:left;
	text-indent:2em;
	width:150px;
}

