@charset "UTF-8";

/* --------------------------------------------------------------------
クーポン券プリント用
-------------------------------------------------------------------- */

body {
	font-family: "MS UI Gothic", "Hiragino Kaku Gothic Pro", "Osaka";
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#container {
	background-image: none;
}
#header {
	position: relative;
	margin: 0px;
	height: 179px;
	padding: 0px;
	z-index: 1;
	display: none;
}


/* -------メインコンテンツ共通------- */

#contents {
	float: left;
	width: 632px;
	padding-top: 10px;
	padding-bottom: 60px;
}

/* -------ライト------- */

#right {
	float: right;
	width: 301px;
	padding-bottom: 60px;
	padding-top: 10px;
	display: none;
}

/* -------フッター------- */

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	background-position: left top;
	padding-bottom: 15px;
	display: none;
}
