@charset "Shift_JIS";
/**
 :タイトル "TOPページ用";
 :一行説明 "TOPページ用のスタイルシートです";
 :作成日 "2010-02-04";
 :改訂版 [:版 "1.0.0"; :作成日 "2010-02-04"];
*/

/* ▼共通設定・骨格 */
@import "/NR/rdonlyres/9CCD03A5-24B0-47BB-A68F-00FC47D40BCE/0/base.css";

/* 骨組み（structure.cssの記述を一部調整して使用）
   --------------------------------------------- */
body{
	background-image: none;
	font-size: 14px;
	text-align: left;
}
*:first-child+html body{
	font-size: 87.5%;/*IE7*/
}
* html body {
	font-size: 87.5%;/*IE6-5*/
}
#main{
	margin: 0 auto 30px;
}
#footer{
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 86%;
}
#footer:after{
	content: ".";
	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #footer{
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/* #footer
   --------------------------------------------- */

#footer {
	margin:0 auto;
	padding-bottom:20px;
	width:960px;
}

#footer ul,
#footer ul li{
	list-style: none;
	margin: 0;
}
#footer img{
	vertical-align: bottom;
}
#footer ul.nestleNav{
	float: left;
	width: 550px;
	margin-bottom: 10px;
}
#footer ul.nestleNav li{
	float: left;
	margin-right: 3px;
}

#footer ul.assistNav{
	float: left;
	width: 550px;
	line-height: 1.1;
	color: #666;
}
#footer ul.assistNav a{
	color: #666;
}
#footer ul.assistNav a:link,
#footer ul.assistNav a:visited{
	text-decoration: none;
}
#footer ul.assistNav a:hover,
#footer ul.assistNav a:active{
	text-decoration: underline;
}
#footer ul.assistNav li{
	float: left;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #ccc;
}
#footer ul.assistNav li.last{
	border-right: none;
}
#footer p.copyright{
	float: right;
	margin: 5px 0 0;
}



/* TOPページ用スタイル
   --------------------------------------------- */
object{
	overflow:hidden;
	outline:none;
}

#flashContent{
	width: 100%;
	margin: 0 auto;
	text-align:center;
	height:597px;
	background:url(/CMS/Resources/jp.nescafe.com/healthy/1003/images/index_noflash_bg.gif) repeat-x left bottom;
}

#flashContent img{
	vertical-align:bottom;
}
