
/*
コンテンツ
-------------------------------------------------------------------*/

#contents #top_img {
    width:782px;
	text-align: center;
	padding:0;
	margin:0;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#footer {
     color:#cc9;
        height:70px;
	clear: both;
	padding:75px 0 0 15px;
	text-align: left;
	background-image:  url(../images/footer.jpg);
	background-repeat: no-repeat;
		font-weight:bold;
	font-size:0.7em;
}

#f_menu {
    height:45px;
	clear: both;
	padding:15px 0 15px 0;
	text-align: center;
        background-color:#fff;
}
#f_menu li {
	list-style-type: none;
	display: inline;
        padding:0 5px 0 5px;
}
#f_menu ul {
	margin:0;
}
#f_menu li a {
    color:#97926C;
	text-decoration: none;
}

#f_menu a:hover {
	text-decoration: underline;
}

