@charset "UTF-8";
/* CSS Document */
a:link {
   color:#14161B;
}
a:visited {
   color:#5E5751;
   text-decoration:none;
}
a:hover {
	background:#FFFF00;
	text-decoration:none;
}
a:active {
   color:#666;
}

#contents{
	margin: 0 0 0 300px;
	padding: 40px 0;
	width:550px;
}

#poster{
	width: 400px;
	float: left;
}
#menu{
	position:fixed;
	top: 20px;
	left: 0px;
}
#poster h1{
	margin: 0;
	padding: 0 0 30px 0;
}

#contents h2{
	clear:both;
	font-size: 1.3em;
}
#contents h3{
	margin: 60px 0 10px 0;
}

#menu ul{
}

#menu ul li{
	line-height: 3em;
	margin: 0;
	padding: 0 0 0 25px;
	background:url(/common/img/fes/arrow.gif) no-repeat left center;
}
#menu ul li a{
	color:#000000;
}
#menu ul li a:hover{
	background-color:#FFFF00;
}
