/* おでかけフォトアルバムデザイン用CSS */
body
{
	font-size: small;
}

div.contentFrame
{
	padding-left:3%;
	padding-right:3%;
}

div.Album
{
	background-color: #E4E4E6;
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
	padding: 10px;
	margin: 20px;
}

h2
{
	color: #515B78;
	margin: 0px;
	font-size: medium;
}

div.CreateDate
{
	font-size: x-small;
	text-align: right;
	color: #999999;
}

div.AlbumNote
{
	margin: 12px;
	font-size: x-small;
	color: #333333;
}

div.AlbumInfo
{
}

table.InfoTable
{
	margin-left:3%;
	margin-right:auto;
}

table.InfoTable th
{
	background-color: #BDBDBD;
	color: #ffffff;
	font-size: x-small;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 50px;
}

table.InfoTable td
{
	background-color: #f6f9f6;
	font-size: x-small;
	padding: 4px;
	color: #666666;
}

div.Photo
{
	padding: 10px;
	margin: 20px;
	margin-top: 8px;
	margin-bottom: 2px;
}

div.PhotoHeader
{
	margin-bottom: 20px;
	background-color: #f0f0f3;
}

span.PhotoNumber
{
	background-color: #7F7270;
	color: #ffffff;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	font-weight: bold;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

span.PhotoSpot
{
	margin-left: 4px;
	margin-right: 4px;
	color: #666666;
	font-weight: bold;
}

span.PhotoArea
{
	color: #667C7F;
	font-size: x-small;
}

div.PhotoBody
{
	height: 250px;
}

div.PhotoImage
{
	float:left;
	width: 210px;
	height: 210px;
}

div.PhotoReportFrame
{
	margin-left: 250px;
	padding: 8px;
}

div.PhotoReport
{
}

div.ReportText
{
	font-family: fantasy;
	color: #70727F;
	background-color: #EBEAEF;
	padding: 8px;
	margin-bottom: 12px;
	overflow-y: scroll;
	height: 180px;
}

div.PhotoTime
{
	text-align: right;
	font-size: x-small;
	color: #667C7F;
}

div.PhotoType
{
	text-align: right;
	font-size: x-small;
	color: #999999;
	margin-top: 8px;
}

div.Fotter
{
	margin-top: 20px;
	text-align: center;
}

a:hover
{
	color: #FF7D00;
}

.r90	{filter:progid:DXImageTransform.Microsoft.Matrix(
	M11=6.123031769111886e-17,
	M12=-1.0,
	M21=1.0,
	M22=6.123031769111886e-17,
	Dx=1.0,
	Dy=1.0,
	FilterType='bilinear',
	sizingMethod='auto expand'
	);
	}
.r180	{filter:progid:DXImageTransform.Microsoft.Matrix(
	M11=-1.0,
	M12=-1.2246063538223772e-16,
	M21=1.2246063538223772e-16,
	M22=-1.0,
	Dx=1.0,
	Dy=1.0,
	FilterType='bilinear',
	sizingMethod='auto expand'
	);
	}
.r270	{filter:progid:DXImageTransform.Microsoft.Matrix(
	M11=-1.836909530733566e-16,
	M12=1.0,
	M21=-1.0,
	M22=-1.836909530733566e-16,
	Dx=1.0,
	Dy=1.0,
	FilterType='bilinear',
	sizingMethod='auto expand'
	);
	}

