@charset "utf-8";
/* ================================
    CSS STYLES FOR infoCMS1.0
   ================================
*/ 

/* ===========================================================
トップお知らせモジュール
=========================================================== */

.index-park-topics .topics-list {
	border-bottom: 1px dotted #cccccc;
	width: 680px;
	padding: 5px;
	overflow: hidden;
	_zoom:1;
}
.index-park-topics .publishdate {
	float: left;
	padding: 0 8px 0 0;
	font-weight: normal;
	width:110px;
}
.index-park-topics .title {
	float: left;
	width: 555px;
}
.index-park-topics .title img {
	padding: 0 8px 0 0;
}
.index-park-topics .title a, .index-park-topics .title a:link, .index-park-topics .title a:visited {
	color:#3399CC;
	text-decoration:underline;
}
.index-park-topics .title a:hover {
	color:#3399CC;
	text-decoration: none;
}

/* ===========================================================
お知らせモジュール
=========================================================== */

.park-topics .topics-list {
	border-bottom: 1px dotted #cccccc;
	width: 680px;
	padding: 5px;
	overflow: hidden;
	_zoom:1;
}
.park-topics .publishdate {
	float: left;
	padding: 0 8px 0 0;
	font-weight: normal;
	width:110px;
}
.park-topics .title {
	float: left;
	width: 555px;
}
.park-topics .title img {
	padding: 0 8px 0 0;
}
.park-topics .title a, .park-topics .title a:link, .park-topics .title a:visited {
	text-decoration:underline;
	color: #3399CC;
}
.park-topics .title a:hover {
	text-decoration: none;
	color: #3399CC;
}
/* ===========================================================
イベントカレンダー
=========================================================== */

#divLinkHeader {
	padding:0 0 10px 0;
}
#divBuutonFooter {
	padding: 10px 0 0;
}
.calender_item {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border: 3px solid #66cc66;
}
.calender_item a, .calender_item a:link, .calender_item a:visited {
	color: #4f93ba;
	font-weight: bold;
	text-decoration: undeline;
}
.calender_item a:hover {
	color: #4f93ba;
	font-weight: bold;
	text-decoration: none;
}
.calender_item th {
	font-weight: normal;
	border: 1px dotted #66cc66;
	text-align: center;
}
.calender_item td {
	border-top: 1px solid #66cc66;
	border-left: 1px dotted #66cc66;
	border-right: 1px dotted #66cc66;
	text-align: center;
}
.calender_item .event-title {
	width: 150px;
	text-align: left;
	background: #efffe5;
	padding: 4px
}
.calender_item .event-title a {
	font-weight: normal;
}
.calender_item table td {
	border: none;
}
.calender_item .saturday {
	background:#e7fafe;
}
.calender_item .sunday {
	background:#fee7ef;
}
.calender_item .month {
	font-size: 16px;
	font-weight: bold;
	color: #79be54;
}
.calender_item th .day-sunday {
	color: #f26496;
}
.calender_item th .day-saturday {
	color: #4e91bb;
}
/* ===========================================================
空き情報カレンダー
=========================================================== */

.calender_list td {
	vertical-align: top;
	width: 50%;
	padding: 10px;
}
.calender_list .calender_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
}
.calender_list .calender_update {
	font-size: 11px;
	padding:0 0 5px;
	display: block;
	text-align:right;
}
.calender_list .calender_item {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border: 1px solid #cccccc;
	margin: 0 0 10px;
}
.calender_list .calender_item td {
	border: 1px solid #cccccc;
	text-align:center;
	font-size:12px;
	padding:3px 0;
	width:14%;
}
.calender_list .calender_item .header {
	background: #41b2d6;
	color:#ffffff;
}
.calender_list .calender_item .item_holiday {
	background: #fde3f1;
}
.calender_list .calender_item .item_saturday {
	background: #bedbee;
}
.calender_list .calender_item .item_sunday {
	background: #fde3f1;
}
.calender_list .calender_comment a {
	background: url(/Portals/0/park/images/common/all/arrow-blue.gif) no-repeat left 2px;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	font-weight: bold;
}

