@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: グリーンプラザ新宿
	Description: 印刷用

==============================================================
*/




/*
common/css/default.css デフォルトのスタイル設定
=========================================================*/
html {
	background-color: #FFFFFF;
}

body {
	letter-spacing: 1px;
	font-size: 12pt;
	color: #000000;
	background: #FFFFFF;
}

hr {
	display: block;
}

.print_only {
	display: block;	/* common/css/module.cssの「display: none;」を印刷時に上書き */
}

.print_none {
	display: none;
}

a img {
	border: none;
}

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

table th,
table td {
	padding: 3px;
	font-size: 92%;
}

table th {
	border-bottom: 1px solid #CCCCCC;
}

table td {
	border: 1px dotted #CCCCCC;
}



/*
common/css/layout.css カラム等レイアウト用
=========================================================*/
#head .select-category,
#head .utility,
#gnavi,
#subColumn,
#mainImg .coupon,
#breadclumb,
#footer .utility {
	display: none;
}

#head,
#index #mainImg,
#sec #mainImg,
#content .inner,
#footer {
	background:none;
	}
#information {
	border:none;
	}
#footer #copyright {
	color:#000;
	text-align:left;
	}






