/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
}
a:link{
	color: #A48F58;
	text-decoration: none;
}
a:visited{
	color: #663366;
	text-decoration: none;
}
a:active{
	text-decoration: underline;
	color: #FF9900;
}
a:hover{
	color: #993300;
	text-decoration: underline;
}

p,h1,h2,h3,h4,ul,li{
margin:0px;
padding:0px;
}
img{
border : 0;
}
#wrapper {
	width: 800px;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	margin : 0 auto;
}
#header{
	padding-bottom: 10px;
	padding-top: 132px;
}


ul#gnavi{
	margin: 0px 20px 10px 20px;


}
ul#gnavi li{
	list-style-type : none;
	float : left;
	width : 180px;
	line-height :100%;
	vertical-align : bottom;
	margin: 10px 5px;
}

#footer{
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background-color: #F7F4E2;
	background-image: url(../img/footer.gif);
	background-repeat: repeat-y;
	height: 45px;
	padding-top: 10px;
	clear: both;
	width: 800px;
}
div#footer a:link {
	color: #FFFFE8;
}
div#footer a:visited {
	color: #F5FAD8;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:active {
	color: #FFFFCC;
	text-decoration: none;
}

p.pagetop{
text-align : right;
clear : both;
margin-top : 2em;
}