@charset "utf-8";


/*  top page  */
#top #tabnav #nav1 img{
	visibility:hidden;
}

#contr .box-facilities,
#contr .box-library{
	width:339px;
	float:left;
	margin-bottom:15px;	
}
#contr .box-event,
#contr .box-advice{
	width:339px;
	float:right;
	margin-bottom:15px;
	margin-right:10px;	
}
#contr .box-facilities ul,
#contr .box-event ul,
#contr .box-library ul,
#contr .box-advice ul{
	margin:8px 8px 10px 20px;
	line-height:1.7;
	list-style:none;
}
#contr .box-facilities li a,
#contr .box-event li a,
#contr .box-library li a,
#contr .box-advice li a{
	padding:2px 0 5px 20px;
/*	color:#333;  
	text-decoration:none;	*/
}
#contr .box-facilities li a:hover,
#contr .box-event li a:hover,
#contr .box-library li a:hover,
#contr .box-advice li a:hover{
	padding-left:20px;
	color: #3A66CC;
	text-decoration:underline;
}
* html #contr .box-event,
* html #contr .box-advice{ /* for ie6 */ margin-left:10px; }


#contr .box-facilities{
  background:url(../images/boxbtm_facilyties.gif) no-repeat left bottom;
}
#contr .box-facilities li a{
  background:url(../images/icon-pk.gif) no-repeat left top;
}
#contr .box-facilities li a:hover{
  background:url(../images/icon-pk.gif) no-repeat 0px -50px;	
}
#contr .box-event{
  background:url(../images/boxbtm_event.gif) no-repeat left bottom;
}
#contr .box-event li a{
  background:url(../images/icon-og.gif) no-repeat left top;
}
#contr .box-event li a:hover{
  background:url(../images/icon-og.gif) no-repeat 0px -50px;
}
#contr .box-library{
  background:url(../images/boxbtm_library.gif) no-repeat left bottom;
}
#contr .box-library li a{
  background:url(../images/icon-gn.gif) no-repeat left top;
}
#contr .box-library li a:hover{
  background:url(../images/icon-gn.gif) no-repeat 0px -50px;
}
#contr .box-advice{
  background:url(../images/boxbtm_advice.gif) no-repeat left bottom;
}
#contr .box-advice li a{
  background:url(../images/icon-bl.gif) no-repeat left top;
}
#contr .box-advice li a:hover{
  background:url(../images/icon-bl.gif) no-repeat 0px -50px;
}

#contr .news{
  float:left;
	width:500px;
  margin-right:10px;
	
}

#contr .news h3{
  background-color:#FFC4C4;
	border:#FF5A5A 1px solid;
	font-size:130%;
	font-weight:bold;
	padding:2px 8px;
	color:#333333;
}
#contr .news h4{
  background-color:#FFE1C4;
	border:#FFA246 1px solid;
	font-size:130%;
	font-weight:bold;
	padding:2px 8px;
	color:#333333;
}
#contr .banner{
  float:right;
  width:175px;
}
#contr .banner img{
  margin-bottom:8px;
}

#contr #error404 h2{
	padding:0 0 3px 30px;
	font-size:1.8em;
	color:#333333;
	margin:15px 0;
}

