/*
	年アイテム
*/
.year_item {
	width: 100%;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	font-size:xx-large;
}


/*
	月リスト
*/
.month_list {
	border-radius:10px;
	max-width: 456px;
	background-color: #e0e0ff;
	padding: 8px;
	margin: 32px;
	border:1px solid #ccc;
	box-shadow: 0 0 4px #999;
	background-color: rgba( 255, 255, 255, 0.5 );
	display:inline-block;
}


/*
	月アイテム
*/
.month_item {
	border-radius:10px;
	border:1px solid #ccc;
	display:inline-block;
	width: 100px;
	height: 60px;
	max-width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	padding: 2px;
	margin: 2px;
}


/*
	写真リスト
*/
.photo_list {
	border:1px solid #000000;
	border-radius:10px;
	padding: 8px;
	box-shadow: 0 0 8px #999;
	background-color: rgba( 255, 255, 255, 0.5 );
	position: relative;
	width: 90%;
	max-width: 90%;
	margin: 32px auto 32px auto;
}
.photo_list a:link, .photo_list a:visited {
	text-decoration:none;
}


/*
	写真
*/
.picture_item {
	margin: 8px;
	transform-origin: 0 0;
	transform: rotate(0deg);
	box-shadow: 0 0 4px #999;
	border: 4px solid #fff;
	text-decoration: none;
	max-width: 90%;
}


/*
	写真（中央）
*/
.picture_center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	max-width: 100%;
	max-height: 100%;
}


/*
	メインフレーム
*/
.main_frame {
	background-image: url("./bg.png");
	width:100%;
	max-width: 100%;
	padding: 16px 0px;
}


/*
	ヘッダ
*/
.header {
	background-image: url("./wood.png");
	background-color: rgb( 255, 255, 180 );
/*	text-align: center;*/
	width:100%;
	max-width: 100%;
	padding: 16px 0px;
}
.frame {
	padding: 0px 32px;
}

/*
	フッダ
*/
.footer {
	background-image: url("./wood.png");
	background-color: rgb( 255, 255, 180 );
	width:100%;
	max-width: 100%;
	padding: 16px 0px 8px 0px;
}
.footer .favlink {
	font-size:10pt;
	text-align: right;
}

