@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: グリーンプラザ新宿
	Description: 各ページ用style

==============================================================
*/



/*
#mainColumn メインカラム
=========================================================*/

/*---------- index.html ----------*/

#news {
	margin:0 0 20px 0;
	}
#news dl {
	background:url(../common/img/bg_contentsLine.gif) no-repeat bottom #fff;
	width:630px;
	margin:0;
	padding:8px 5px;
	display:block;
	overflow:hidden;
	}
#news dl dt {
	width:185px;
	font-weight:bold;
	float:left;
	}
#news .category-hotel {
	background:url(../common/img/icon_hotel.gif) no-repeat right;
	}
#news .category-spa {
	background:url(../common/img/icon_spa.gif) no-repeat right;
	}
#news .category-restaurant {
	background:url(../common/img/icon_restaurant.gif) no-repeat right;
	}
#news .category-common {
	background:url(../common/img/icon_common.gif) no-repeat right;
	}
#news dl dd {
	width:435px;
	float:right;
	}
#news .bt-next {
	text-align:right;
	margin:10px 0;
	}

#chaneInfo {
	background:url(../img/bg_chaneInformation.gif) repeat-y;
	width:620px;
	margin:0 0 20px 0;
	padding:8px 10px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	overflow:hidden;
	}
#chaneInfo .txt {
	width:475px;
	margin:0;
	float:right;
	}
#chaneInfo ul {
	clear:both;
	background:url(../common/img/bg_contentsLine.gif) no-repeat top;
	width:619px;
	padding:11px 0 0 0;
	}
#chaneInfo ul li {
	margin:0 9px 0 0;
	float:left;
	list-style:none;
	}
#chaneInfo ul li.lastChild {
	margin:0;
	float:left;
	list-style:none;
	}



/*---------- sitemap.html ----------*/

.sitemap-column {
	width:215px;
	margin:0 10px 20px 0;
	float:left;
	display:inline;
	}

.sitemap-column ul {
	margin:0 0 10px 10px;
	padding:0;
	}
.sitemap-column ul li {
	margin:0 0 5px 0;
	list-style:none;
	}


/*---------- news.html ----------*/
.newsList {
	margin:0 0 20px 0;
	}
.newsList dl {
	background:url(../common/img/bg_contentsLine.gif) repeat-x bottom #fff;
	width:890px;
	margin:0;
	padding:8px 5px;
	display:block;
	overflow:hidden;
	}
.newsList dl dt {
	width:125px;
	font-weight:bold;
	float:left;
	}
.newsList dl dd {
	width:765px;
	float:right;
	}


/*
#subColumn　サブカラム
=========================================================*/
dl.mapInformation {
	margin:0 0 15px 0;
	padding:0;
	}
dl.mapInformation dt {
	background:url(../img/h_map.gif) no-repeat;
	margin:0;
	padding:10px 0 0 25px;
	width:215px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	}
dl.mapInformation dd {
	background:url(../img/bg_mapInformation.gif) no-repeat bottom;
	width:216px;
	padding:0 12px;
	margin:0;
	}
dl.mapInformation dd address {
	margin:0 0 10px 0;
	}
.bt-next {
	text-align:right;
	padding:0 0 10px 0;
	margin:0;
	}


ul.otherLink {
	margin:0 0 10px 0;
	}
ul.otherLink li {
	margin:0 0 5px 0;
	}






