@charset "Shift_JIS";
/* CSS Document */

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,div{margin:0; padding:0; list-style: none;}

#contentsFooter{
	width:800px;
	/*height:230px;
	margin:0px 0px;*/
	padding:0;
	font-size:12px;
	line-height:140%;
	background-color: #fffef7;
	color: #000000;
	margin-top: 40px;
	margin-left: 0px;
	text-align:left;
}

ul.footerMenu{
	/*position:relative;
	left:78px;*/
	list-style:none;
	width:633px;
	height:15px;
	margin-top:0px;
	margin-left:78px;
	
}
ul.footerMenu li{
    list-style:none;
    float:left;
}
ul.footerMenu a{
    display:block;
    height:15px;
    background-image:url(../img/footermenu.gif);
	background-repeat:no-repeat;
}

ul.footerMenu a span{display:none;}

a.menu01{
	width:268px;
    background-position:0px 0px;
}
a:hover.menu01{
    background-position:0px -15px;
}
a.menu02{
	margin-left:19px;
	width:94px;
    background-position:-319px 0px;
}
a:hover.menu02{
    background-position:-319px -15px;
}
a.menu03{
	margin-left:21px;
	width:99px;
    background-position:-434px 0px;
}
a:hover.menu03{
    background-position:-434px -15px;
}
a.menu04{
	margin-left:18px;
	width:82px;
    background-position:-551px 0px;
}
a:hover.menu04{
    background-position:-551px -15px;
}

#contentsFooter .copyRight{
	margin-top: 20px;
	color:#7E6F49;
	text-align:center;
	margin-bottom:20px;
}

