@charset "utf-8";
/* CSS Document */

/*Link
----------------------------------*/
a{
	text-decoration:none;
}
a:link{
	color:#c897af;
}
a:hover{
	color:#e7519b;
	text-decoration:underline;
}
a:active{
	color:#e7519b;
}
a:visited{
	color:#9d607e;
}

/*main
----------------------------------*/
				
#mainMenu{
	}
#mainMenu h5{
	padding:5px 0 0 20px;
	font-size:250%;
	}
	.h5year{
		color:#CCC;
		}
	.h5day{
		color:#666;
		}
	#mainMenu em{
		margin-left:-1em;
		color:#e7519b;
		font-weight:bold;
		}
	.img-floatL{
		float:left;
		margin-bottom:10px;
		}
	.img-floatR{
	float:right;
	width:395px;
		}
	.img-clear{
		clear:both;
		}
