@charset "UTF-8";


/* トップページアクセスカウンターを隠す */
.home #counter {
	display: none;
	}



/* Home
----------------------------------------------*/

.home #content {
	margin-bottom: 50px;
	}

.home #mainCol h2 {
	border-bottom: 0;
	}

/* ナビゲーション */
.home ul#globalNav {
	width: 864px;
	height: 156px;
	background: #fff url(/assets/image/bg/globalNav_home_bg.jpg) no-repeat left top;
	}

/* グローバルコンテンツ */
.home #globalContent {
	width: 864px;
	margin-bottom: 40px;
	padding-bottom: 23px;
	background: #fff url(/assets/image/bg/globalContent_home_bg.jpg) no-repeat left bottom;
	}

.home #globalContent #products,
.home #globalContent #recipe,
.home #globalContent #corporate,
.home #globalContent #contact {
	position: relative;
	float: left;
	display: inline;
	width: 198px;
	margin: 0 9px;
	}

.home #globalContent h2 {
	height: 0;
	overflow: hidden;
	}

.home #globalContent #products ul li {
	display: block;
	float: left;
	width: 66px;
	}

.home #globalContent #recipe ul li,
.home #globalContent #corporate ul li,
.home #globalContent #contact ul li {
	display: block;
	width: 198px;
	padding-bottom: 1px;
	}

.home #globalContent #recipe ul li { background: #fff url(/assets/image/bg/line01_orange.gif) repeat-x left bottom; }
.home #globalContent #corporate ul li { background: #fff url(/assets/image/bg/line01_blue.gif) repeat-x left bottom; }
.home #globalContent #contact ul li { background: #fff url(/assets/image/bg/line01_green.gif) repeat-x left bottom; }

.home #globalContent #recipe ul li.lastChild,
.home #globalContent #corporate ul li.lastChild {
	padding-bottom: 0;
	background: none;
	}

.home #globalContent ul li dl {
	font-size: 0.75em;
	margin-bottom: 6px;
	}

.home #globalContent #recipe ul li dl dt,
.home #globalContent #recipe ul li dl dd {
	padding: 2px 0 2px 35px;
	}

.home #globalContent #recipe ul li dl dt.new {
	background: url(/assets/image/bg/icon_new01.gif) no-repeat 5px 50%;
	}

.home #globalContent #recipe ul li dl#toshimi dt.new {
	background-image: url(/assets/image/bg/icon_new03.gif);
	}

.home #globalContent #contact ul li dl dd {
	padding: 5px;
	line-height: 1.3;
	}

.home #globalContent #recipe ul li#menu-wafu {
	background: url(/assets/image/image_link/bg_menu_wafu.jpg);
}

.home #globalContent #recipe ul li#menu-wafu dl dt.new {
	background-image: url(/assets/image/bg/icon_new04.gif);
	}

.home #globalContent #recipe ul li#menu-wafu a#image-wafu {
	display: block;
	width: 198px;
	height: 66px;
	text-indent: -9999px;
}

.home #globalContent #products p.linkOther,
.home #globalContent #recipe p.linkOther {
	position: absolute;
	bottom: 0px;
	right: 4px;
	}

.home #globalContent #products p.linkOther { bottom: -18px; }
.home #globalContent #recipe p.linkOther { bottom: -22px; }

/* トピックス＆ニュース */
.home #mainCol #topicsList {
	margin: 0 10px;
	}

.home #mainCol #topicsList h2 {
	margin-bottom: 20px;
	}

.home #mainCol #topicsList a {
	text-decoration: underline;
	}

/* バナー */
#bannerArea01 {
	margin: 0 10px;
	}

#bannerArea01 img {
	display: block;
	margin-bottom: 5px;
	}

.foreigner {
	width: 196px;
	margin-top: 20px;
	padding: 1px 1px 5px 1px;
	border: 1px solid #ff2900;
	font-size: 12px;
}

.foreigner dt {
	height: 21px;
	margin-bottom: 4px;
	padding-left: 5px;
	background: url(/assets/image/home/tit_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #ff2900;
}

.foreigner dd p {
	margin: 4px;
	font-weight: bold;
}

.foreigner dd ul {
	margin: 0 4px;
}

.foreigner li {
	padding: 5px 0 5px 22px;
	background: url(/assets/image/home/pdf_icon.png) no-repeat 1px 50%;
}

.foreigner li.inquiry {
	background-image: url(/assets/image/home/mail_icon.png);
}

/* お知らせ */
.home #notice {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #ffe;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
	color: #222;
	line-height: 1.35;
}
.home #notice h3 {
	margin-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
}
.home #notice p {
	font-size: 92.4%;
}
.home #notice p strong {
	display: block;
	padding: 7px 0;
}
