@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0px;
	padding:0px;
}
table{
	border-collapse:collapse;
	border-spacing:0px;
}
fieldset,img{
	border:0px;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
h1{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0px;
}
/* reset */

body{
	text-align:center;
	background-color:#000000;
}
#nespresso_content{
	margin:0 auto;
	width:998px;
	text-align:center;
}
	#nespresso_content #header{
		margin:0 auto 20px;
	}
		#nespresso_content #header #logo{
			float:left;
			width:50%;
			text-align:left;
		}
		#nespresso_content #header #close{
			float:right;
			width:50%;
			text-align:right;
		}

/*ネスプレッソフッタ======================================================*/
#nepresso_footerset{
	height:auto;
	border-top:#aca899 1px solid;
	text-align:center;
}
#nespresso_footer {
	margin:0 auto;
	padding:8px 0 0 10px;
	width:998px;
	height:48px;
	background:#000000;
	text-align:left;
	font-size:12px;
	line-height:150%;
	color:#ffffff;
	font-weight:bold;
	white-space:nowrap;
}

#nespresso_footer .text_back {color:#ffffff;}

#nespresso_footer .icon {margin:0 2px;}

#nespresso_footer a {color:#ff0000; text-decoration:underline;}

#nespresso_footer a:hover {text-decoration:none;}

/* 20081111追加：Start */
#footer_box{
	width:998px;
	margin:0 auto;
	text-align:left;
	color:#ffffff;
}
#footer_left{
	width:70%;
	float:left;
}
#footer_right{
	margin:0;
	padding:0;
	width:29%;
	float:right;
	text-align:right;
	vertical-align:text-top;
}
	#footer_right a{
		margin:0 20px 0 0;
		padding:0;
		font-size:12px;
		line-height:150%;
	}
	*html #footer_right a{
		line-height:100%;
	}
/*フッター================================================================*/
#footer_line{
	width:100%;
	border-top:#aca899 1px solid;
}
#footer {background:#000000; width:998px; height:30px; padding:0 10px;margin:0 auto;} 

#footer .left {color:#ffffff; font-size:11px; white-space:nowrap; width:450px;}

#footer .right {color:#999999; font-size:11px; white-space:nowrap; width:200px;}

#footer a {color:#FFFFFF; text-decoration:underline; font-size:11px;}

#footer a:hover {text-decoration:none;}

/*========================================================================*/


/* ClearFix start */
	.ClearFix:after {
	   content: ".";
	   display: block;
	   clear: both;
	   height: 0;
	   visibility: hidden;
	}
	.ClearFix { display: inline-block; }
	/* exlude MacIE5 \*/
	* html .ClearFix { height: 1% }
	.ClearFix {display:block;}
	/* end MacIE5 */
/* ClearFix end */