@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/
#logo {
	width: 100%;
	height: 80px;
	line-height: 100px;/*縦位置中央化*/
	position: absolute;
	z-index: 1;
	text-align: center;
	font-family: 'Chelsea';
	font-size: 35px;
	color: #dc143c;
	letter-spacing: 0.05em;
}
/*ヘッダーEND*/

/*ワークス 日向子*/
#gallery{
	width: 880px;
	height: 8100px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	font-family: 'Chelsea';
	font-size: 30px;
	color: #dc143c;
}

#gallery tr{
	text-align: center;
}

#gallery td{
	width: 440px;
}

.year{
	line-height: 60px;
}
/*ワークス 日向子END*/