@charset "utf-8";
/* CSS Document */

a{
	color: #3d4b5a;
	text-decoration: underline;
}

a:hover, a.active{
	color: #fff;
}

#slider-id a.map-info{
	display: block;
	width: 270px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color: #d00000;
	background-color: #171b1d;
	text-align: center !important;
	text-decoration: none;
	text-transform: uppercase;
}
#slider-id a.map-info:hover{
	color: #171b1d;
	background-color: #F00;
}

a.gallery_click{
	display: block;
	margin: auto;
	padding: inherit;
	width: 515px;
	height: 300px;
	text-decoration: none;
}


a.download{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 28px;
	height: 18px;
	background-image: url(../images/icons/pdf.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

/*
a.entry-previous{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	background-image: url(../images/icons/a-less.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.entry-next{
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 0px;
	text-decoration: none;
	background-image: url(../images/icons/a-more.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
*/

a.entry-previous{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	text-decoration: none;
	background-image: url(../images/icons/navi-diary-prev-n.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
a.entry-previous:hover{
	background-image: url(../images/icons/navi-diary-prev-o.gif);
}
a.entry-next{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	text-decoration: none;
	background-image: url(../images/icons/navi-diary-next-n.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
a.entry-next:hover{
	background-image: url(../images/icons/navi-diary-next-o.gif);
}


p.tags{
	font-size: 10px !important;
}
p.tags span{
	color: #09C;
	font-size: 10px !important;
	text-decoration: none;
}


a.anchor{
	text-decoration: none;
}

a.totop{
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.totop:hover{
	color: #d10505;
}













