@charset "Shift_JIS";

/* ページの基本設定 */
body {
	padding:0;
	background-color: #F6B620;
	margin: 0px;
	font-size:small;
	text-align:center;
	}
	

h1 {
	font-size:small;
	color:#CCC;
	display:inline;
	font-weight:normal;
	margin: 0px 0px;
}

h2 {font-size:14px;
display:inherit;
margin-bottom:5px}


h3 {font-size:small;
	display: inherit;
	margin-bottom:4px
    }
h4 {font-size:small;}

ul {
	display: inherit;
}
li {
	line-height:1.3em;}
p {font-size:small;

	display:inline}	
form {display: inline;}

/* リンクの基本設定 */

a:link {color: #CC0000;
	text-decoration:underline;}
a:visited {color: #CC0000;
	text-decoration:underline;}
a:hover {color: #999999;
	text-decoration:underline;}







.footer-area{
	clear:both;
	position:relative;
	display:block;
	width:1000px;
	height:60px;
	background-image:url(/img/food.gif);
	background-repeat:no-repeat;
}

.footer-area p{
	padding:0;
	margin:0;
	display:block;
	position:absolute;
}

.footer-area .f-copy{
	bottom:5px;
	left:200px;
	width:600px;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.footer-area .f-hotp-ank{
	bottom:0;
	right:0;
	width:125px;
	height:35px;
	
}
.footer-area .f-hotp-ank a{
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:125px;
	height:35px;
}

