@charset "utf-8";
/* CSS Document */
.year {
	
	color: #666666;
	float: right;
	width: 54px;
	text-align:center;
}



.year A,A:link,A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#666666;
	text-decoration:none;
}

.year A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#666666;
	text-decoration:none;
}

.year A:hover {
	
	text-decoration:none;
	font-size: 18px;
	
}

.year:hover
{
	background-image:url(../img/yeartag.jpg);
	color:#000000;
}


#marked {
	color:#FFFF00;
	
}

#indexItem {
	clear: both;
	height: 40px;

}
.indexLink {
	height: 120px;
	width: 135px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	float: left;
	border: 1 solid #000000;
/*	background-color: #444;*/
	cursor:pointer;
/*	filter:alpha(opacity=50);
	opacity:.50;*/
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.indexLink IMG {
	border: 1px solid #FFFFFF;
	margin: 2px;
}

.indexLink:hover
{
	background-color: #222222;
/*	filter:alpha(opacity=100);
	opacity:1;*/
}

.TitleMonth {
	width:20px;
	height:135px;
	float:left;
	margin-top:10px;
	text-align:center;
	margin-bottom:10px;
	color:#92dc23;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FF9900;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	line-height: 15px;
	font-weight: bolder;
	margin-right: 0px;
}

.TitleNoMonth {
	width:23px;
	height:135px;
	float:left;
	margin-top:10px;
	text-align:center;
	margin-bottom:10px;
	color:#92dc23;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	line-height: 15px;
	font-weight: bolder;
}

