@charset "UTF-8";

@import url("common.css");
@import url("menu.css");

/* --------------------------------------------------------------------------------------
 Top
--------------------------------------------------------------------------------------- */

div#top-area {
	width: 875px;
	margin: 40px 0 25px;
}
div#top-area:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#top-area { display:inline-block; }
/*\*/
* html div#top-area { height:1%; }
div#top-area { display:block; }
/**/

/* h3 */

div#top-area h3 {
	margin-bottom: 20px;
  display:block;
}

div#top-area div.culture-box h3,
div#top-area div.living-box h3 {
	position: relative;
	width: 320px;
}

div#top-area div.culture-box span,
div#top-area div.living-box span {
	position: absolute;
	top: 5px;
	right: 0;
}


/* リード文 -------------------- */

p.lead {
  padding-top: 20px;
}


/* RegreenBase */

div.base-box {
	float: left;
	width: 195px;
	margin-right: 20px;
	background: url(../../img/top/bg_base.gif) repeat-y;
}

div.base {
	width: 175px;
	margin-left: 10px;
	padding-bottom: 5px;
}


/* Newsの上のバナー*/
div.base p.banner-regreenarts {
	padding-top:23px;
}
div.base p.banner-regreenarts a{
	background-image:url(../img/banner_regreenarts.jpg);
	display:block;
  width:175px;
  height:156px;
  overflow:hidden;
  text-indent:-9999px;
	margin-bottom:20px;
}

/* News*/
div.base dl#news {
	margin-bottom:12px;
	padding-top:5px;
	padding-bottom:5px;
  border-bottom:#CCCCCC 1px solid;
	line-height: 1.5;
}

div.base dl#news dt {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
  padding-bottom:0;
  margin-bottom:0;
  color:#000;
}
/* 上書き指定 */
*+html div.base dl#news dt {
  color:#666;
}
* html div.base dl#news dt {
  color:#666;
}
div.base dl#news dd {
  line-height:1.2;
  padding-bottom:5px;
}
div.base dl#news dd span {
	font-weight:bold;
}
div.base dl#news dd a {
	color:#000000;
  text-decoration: none;
}
div.base dl#news dd a:hover {
  text-decoration: underline;
}

/* Floor Guide */
div.base dl.floor {
	width: 175px;
	margin: 13px 0 0;
	padding: 13px 0 0;
	border-top: 1px solid #CCCCCC;
	font-size: 86%;
	line-height: 1.5;
}

div.base dl.floor dt {
	margin-bottom: 7px;
	font-size: 0;
	line-height: 0;
}

div.base dl.floor dd p.btn {
	margin: 5px 0 15px;
}

div#ct-area div.base dl.floor dd p span {
	color: #808080;
}

div.base dl.floor dd p.access {
	margin-top: 10px;
	padding-left: 10px;
	background: url(../../img/top/icon_arw.gif) no-repeat 0 50%;
	font-weight: bold;
}

div.base dl.link {
	width: 175px;
	margin: 15px 0 0;
	padding: 7px 0 0;
	border-top: 1px solid #CCCCCC;
}

div.base dl.link dt {
	margin-bottom: 7px;
	font-size: 0;
	line-height: 0;
}

div.base dl.link dd ul li {
	padding-left: 10px;
	background: url(../../img/top/icon_arw.gif) no-repeat 0 .7em;
	font-weight: bold;
}

div.base-box p.bnr {
	padding: 14px 0 0;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
}

/* Culture・Living */

div.culture-box,
div.living-box {
	float: left;
	width: 320px;
	margin-right: 20px;
	padding-bottom: 5px;
	background: url(../../img/top/bg_culture.gif) repeat-y;
	border-bottom: 1px solid #CCCCCC;
}

div.living-box {
	margin-right: 0;
	padding-bottom: 10px;
}

div.ca-box {
	width: 300px;
	margin-left: 10px;
	line-height: 1.5;
}

div.ca-box dl.category {
	width: 300px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

div.ca-box dl.category dt {
	font-size: 0;
	line-height: 0;
}

div.ca-box dl.category dd {
	padding: 10px 0 20px;
}

div.ca-box div.detail {
	width: 300px;
}
div.ca-box div.detail:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.ca-box div.detail { display:inline-block; }
/*\*/
* html div.ca-box div.detail { height:1%; }
div.ca-box div.detail { display:block; }
/**/

div.ca-box div.detail p.img {
	float: left;
	width: 90px;
}

div.ca-box div.detail div.txt {
	float: right;
	width: 200px;
}
div.ca-box div.detail div.txt h5.project-name {
	font-size:.9em;
  color:#666666;
}
div.ca-box div.detail div.txt p.date,
div.ca-box div.detail div.txt h4 {
	font-weight: bold;
}

div.ca-box div.detail div.txt p.more-btn {
	margin-top: 6px;
}

div.schedule {
	width: 300px;
}
div.schedule:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.schedule { display:inline-block; }
/*\*/
* html div.schedule { height:1%; }
div.schedule { display:block; }
/**/

div.schedule p.calendar {
	float: left;
	width: 40px;
}

div.schedule dl {
	float: right;
	width: 250px;
}

div.schedule dl dt {
	padding-left: 10px;
	background: url(../../img/top/icon_arw.gif) no-repeat 0 50%;
	font-weight: bold;
}

