@charset "utf-8";

/*_____________________________________________________________________見出し*/

* {
margin:0px;
padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	text-indent: 0em;
	line-height: 1em;
	text-decoration: none;
	background-color: transparent;
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________パラグラフ*/

p {
	text-indent: 0em;
	line-height: 1em;
	text-decoration: none;
	background-color: transparent;
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________アンカー*/

a {
	text-indent: 0em;
	line-height: 1em;
	text-decoration: underline;
	background-color: transparent;
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________定義済みリスト*/

dl,dt,dd {
	text-indent: 0em;
	line-height: 1em;
	text-decoration:none;
	background-color: transparent;
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________番号有・無リスト*/

ul,li,ol {
	text-indent: 0em;
	line-height: 1em;
	text-decoration:none;
	background-color: transparent;
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________テーブル関連*/

table,tbody,th,tr,td {
	line-height: 1em;
	background-color: transparent;
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________範囲*/

div,span {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________フォーム*/

form {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*_____________________________________________________________________画像*/

img {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:bottom;
}

/************************************初期設定ここまで********************************************/

div#footer {
	background-image: url(../images/ibicFoods_17.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
div#footer ul {
	list-style-type: none;
	padding-top: 20px;
}
div#footer li {
	display: inline;
	float: left;
}
div#footer li a {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	line-height: 1.2em;
	text-decoration: none;
	font-size: 0.9em;
}
div#footer li a:hover {
	text-decoration: underline;
}
div#footer li#firstLink a {
	border-left-width: 0px;
	border:none;

}
ul.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 10;
  visibility: hidden;
}

ul.clearfix {
  min-height: 1px;
}

* html ul.clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
div#footer p {
	clear: both;
	font-size: 0.9em;
	line-height: 1.6em;
	padding-left: 1em;
}
div#footer p.copy {
	text-align: right;
}
