/*****************************************/
/*                                       */
/*  ネスレ クリーマー 共通   common.css  */
/*                                       */
/*****************************************/

* {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{background-color:#FFF;}

/* ----- CLEAREFIX ----- */

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----- FOOTER ----- */

#footer {
	width:100%;
	height:120px;
	font-size:11px;
	background:#000000 url(/NR/rdonlyres/D8343D49-E3A0-47A1-A156-8DB4CFFD46A0/0/footer_bg.gif) repeat-x;
	margin:0 auto;
}
.white a:link {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}
.white a:active{
	text-decoration:underline;
}
.white a:hover {
	text-decoration:underline;
}
.white a:visited {
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}
.gray{ color:#FFFFFF;}
.gray a:link {
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}
.gray a:active{
	text-decoration:underline;
}
.gray a:hover {
	text-decoration:underline;
}
.gray a:visited {
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
}