@charset "utf-8";

html{
overflow-y:scroll;
}

/*_____________________________________________________________________見出し*/

* {
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;
}
div#footer a {
	color: #0000FF;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/************************************グローバールナビ****************************************/
div#ui {
	margin-right: auto;
	margin-left: auto;
	width: 948px;
	text-align: left;
}
div#ui li {
	display: inline;
	list-style-type: none;
}
div#ui li a {
	display: block;
	float: left;
	width: 158px;
	text-decoration:none;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
}

div#ui li.ui01 a {
	background-image:url(../images/ibic_ui.gif);
	background-position:0 0;
	background-repeat: no-repeat;
}
div#ui li.ui02 a {
	background-image:url(../images/ibic_ui.gif);
	background-position:-158px 0px;
	background-repeat: no-repeat;
}
div#ui li.ui03 a {
	background-image:url(../images/ibic_ui.gif);
	background-position:-316px 0px;
	background-repeat: no-repeat;
}
div#ui li.ui04 a {
	background-image:url(../images/ibic_ui.gif);
	background-position:-474px 0px;
	background-repeat: no-repeat;
}
div#ui li.ui05 a {
	background-image:url(../images/ibic_ui.gif);
	background-position:-632px 0px;
	background-repeat: no-repeat;
}
div#ui li.ui06 a {
	background-image:url(../images/ibic_ui.gif);
	background-position:-790px 0px;
	background-repeat: no-repeat;
}

div#ui li.ui01 a:hover {
	background-position:0 -44px;
}
div#ui li.ui02 a:hover  {
	background-position:-158px -44px;
}
div#ui li.ui03 a:hover  {
	background-position:-316px -44px;
}
div#ui li.ui04 a:hover  {
	background-position:-474px -44px;
}
div#ui li.ui05 a:hover  {
	background-position:-632px -44px;
}
div#ui li.ui06 a:hover  {
	background-position:-790px -44px;
}

div#ui li.ui01_on a {
	background-image:url(../images/ibic_ui.gif);
	background-position:0 -44px;
	background-repeat: no-repeat;
}
div#ui li.ui02_on a  {
	background-image:url(../images/ibic_ui.gif);
	background-position:-158px -44px;
	background-repeat: no-repeat;
}
div#ui li.ui03_on a  {
	background-image:url(../images/ibic_ui.gif);
	background-position:-316px -44px;
	background-repeat: no-repeat;
}
div#ui li.ui04_on a  {
	background-image:url(../images/ibic_ui.gif);
	background-position:-474px -44px;
	background-repeat: no-repeat;
}
div#ui li.ui05_on a  {
	background-image:url(../images/ibic_ui.gif);
	background-position:-632px -44px;
	background-repeat: no-repeat;
}
div#ui li.ui06_on a  {
	background-image:url(../images/ibic_ui.gif);
	background-position:-790px -44px;
	background-repeat: no-repeat;
}



/************************************サイドバー****************************************/
div#sidebar {
	width: 220px;
	float: right;
	text-align: left;
}
div#sidebar dl {
	padding-top:20px;
}
div#sidebar dt {
	padding-left:5px;
}
div#sidebar p {
	padding-top: 30px;
}



/************************************もろもろ共通****************************************/
div#header {
	background-image: url(../images/header_01.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 116px;
	width: 100%;
	text-align: center;
}
div#siteId {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
div#siteId h1 {
}
div#siteId h1 a {
	background-image: url(../images/header_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 116px;
	width: 291px;
	outline:0;
}
div#siteId p#siteDesc {
	padding-top: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5;
	line-height: 1.5em;
	text-align: right;
}
div#siteId p#iso {
	clear: both;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url(../images/header_05.gif);
	*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 116px;
	width: 103px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
}

div#globalNavi {
	background-image: url(../images/header_06.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 44px;
	width: 100%;
	text-align: center;
}

div#container {
	background-image: url(../images/ibicFoods_containerBack.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
div#contents {
	float: left;
	width: 720px;
	text-align: left;
}

