
.color2 {
	color: #e3e3c0;
}

#site-name {
	font-size: 10px;
	color: #e3e3c0;
	font-weight: bold;
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

#head-movie {
	width: 700px;
	margin: 0px auto;
}

div.chronicle {
	color: #e3e3c0;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align: left;
	width: 668px;
	height: 24px;
}

div.chronicle .line {
	position: absolute;
	top: 20px;
	z-index: 0;
}

div.chronicle .year_left {
	position: absolute;
	left: 0px;
	z-index: 1;
	background-image: url(../works/img/penguin.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 14px;
}

div.chronicle .year_center {
	position: absolute;
	left: 228px;
	z-index: 1;
	background-image: url(../works/img/penguin.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 14px;
}

div.chronicle .year_right {
	position: absolute;
	left: 456px;
	z-index: 1;
	background-image: url(../works/img/penguin.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 14px;
}


div.cell {
	width: 212px;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}
div.cell img {
	margin: 0px;
}
div.cell a:link img,
div.cell a:active img,
div.cell a:visited img {
	border: 1px solid #4a4a6d;
}

div.cell a:hover img {
	border: 1px solid #FFF;
}

div.cell .number {
	position: absolute;
	top: 0px;
	left: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

div.cell .title {
	position: absolute;
	top: 25px;
	left: 110px;
	width: 90px;
	font-size: 12px;
	line-height: 120%;
}

div.cell .date {
	position: absolute;
	left: 110px;
	font-size: 10px;
	line-height: 120%;
	top: 65px;
}

div.cell a:link,
div.cell a:active,
div.cell a:visited {
	color: #e3e3c0;
	text-decoration: none;
	cursor: pointer;
}

div.cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}


#copy {
	font-size: 12px;
	color: #e3e3c0;
	text-align: right;
}

