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


body {
background-color: #ffffff
}


a img.linkimg{
background:none!important;
 }
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
 }


ul {
	list-style-type: none;
	list-style-image: none;
 }

ul li{ 	
    display: inline;
    margin:0;padding:0;
 }

div#header {
	display: block;
	width: 100%;
    position: fixed;
    top: 0;
	left: 0;

 }

p.mothersday {
color: #000000;
background-color: #f8dce0;
background-image: url("#")
}

.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

