body {
	background: #edf7fc;
	color:#333;
	font:12px/1.55em arial, helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
a { color:#ad218a; text-decoration:underline; }
a:hover { color:#ad218a; text-decoration:none; }
a img { border:0;}


#page_top {
	background-image: url(../images/page_top.png);
	background-repeat: no-repeat;
	background-position: center top;	

}

#header {	
	position:relative;
	margin: auto;
	width: 890px;
	padding: 0 50px 0 50px;
}

#homepage-hello {
	background-image: url(../images/txt_hello.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 84px;
	height: 33px;
	
	
}
#homepage-hello span {
	display: none;
}

#reason1{
	background-image: url(../images/number_1.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 8px 0px 8px 35px;
}
#reason2{
	background-image: url(../images/number_2.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 8px 0px 8px 35px;
}
#reason3{
	background-image: url(../images/number_3.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 8px 0px 8px 35px;
}
#reason4{
	background-image: url(../images/number_4.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 8px 0px 8px 35px;
}
#reason5{
	background-image: url(../images/number_5.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 8px 0px 8px 35px;
}

div.footer div.informational ul ul {
display : none;
}
div.footer div.informational ul li {
position : relative;
}
div.footer div.informational ul ul li {
display : block;
float : none;
border-bottom : 1px solid #eeeeee;
background : transparent;
}
div.footer div.informational ul li:hover ul {
position : absolute;
display : block;
border : 1px solid black;
bottom : 100%;
background : white;
left : 0;
text-align : left;
width : 15em;
}
div.footer div.informational ul ul li a {
display : block;
border : 0px;
margin : 0px;
padding : 0px;
}