body {
	color:#595959;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form {
	margin:0px;
	padding:0px;
}

.clear-float {
	clear: both;
}

a {
	color: #4054BF;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #ED7700;
	text-decoration: none;
}




#footer-area {
	margin: 0px;
	width: 600px;
	padding-bottom:10px; /* 20から10に変更希望 1228 */
	border-bottom:1px solid #D2D2D2;
	border-left:1px solid #D2D2D2; /* 20090403 修正すべき点 1px と 0px */
	border-right:1px solid #D2D2D2;
	text-align:center;
}
#footer-area/**/ {
	width: /**/600px;
}

#footer-area .footer-menu {
	color: #666666;
	font-size:10px;
	margin:0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC8C17;
	list-style-type: none;
	text-align:center;
}
#footer-area #copy-area {
	background-image: url(../../../img/bg-copyright.gif);
	background-repeat: repeat-x;
	height: auto; /* 指定不要？1228 */
	padding-top: 10px;
	text-align: right;
	margin:0px auto 0px auto;
	width: 600px;
}
#footer-area #copy-area/**/ {
	width: /**/600px;
}


#footer-area .footer-menu li {
	display:inline;
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer-area .footer-menu .f-top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-area .footer-menu li a {
	color: #666666;
	text-decoration: none;
}
#footer-area .footer-menu li a:hover {
	color: #FF6600;
}
