@charset "utf-8";
/* CSS Document */
#content {
	width: 740px;
	height: auto;
	font-size: 12px;
	color: #656565;
}

#content .th{
	font-size: 15px;
	font-weight: bold;
	color: #738a15;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#content .table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #738a15;
	border-left-color: #738a15;
}
#content .table th{
	font-size: 15px;
	color: #FFF;
}
#content .table td,
#content .table th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a4b981;
	border-bottom-color: #738a15;
}
#content .table th.end,
#content .table td.end{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #738a15;
}




.photostyle {
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
	padding: 5px;
	border: 1px solid #a1a1a1;
}
.photostyle:hover {border: 1px solid #738a15;}