@CHARSET "UTF-8";

.clear {
	clear: both;
}

.hp-hidden {
	display: none;
}

.subtitle-date {
	color: #7d7d7d;
	font-size: 0.75em;
	font-weight: bold;
	height: 20px;
	margin-right: 11px;
	margin-top: 9px;
	text-align: right;
}

#hp-month-list {
	background-color: #fff;
	float: left;
	overflow: hidden;
	width: 786px;
}

#hp-month-list .hp-month {
	background-position: 235px 38px;
	background-repeat: no-repeat;
	border-bottom: 6px solid #e2e2e2;
	padding-bottom: 3px;
}

#hp-month-list .hp-open {
	background-image: url("../img/month-open.gif");
}

#hp-month-list .hp-close {
	background-image: url("../img/month-close.gif");
}

#hp-month-list .hp-month .hp-event01 {
	overflow: hidden;
}
#hp-month-list .hp-month .hp-event {
	overflow: hidden;
}

#hp-month-list .hp-calendar {
	float: left;
	height: 56px;
	margin: 15px 0 10px 10px;
	width: 50px;
}

#hp-month-list .hp-blue {
	background: #4b92db url("../img/ico-day-blue.gif");
}

#hp-month-list .hp-green {
	background: #4b92db url("../img/ico-day-green.gif");
}

#hp-month-list .hp-yellow {
	background: #4b92db url("../img/ico-day-yellow.gif");
}

#hp-month-list div.hp-day {
	color: #fff;
	
	font-size: 20px;
	font-family: Garamond;
	margin-top: 14px;
	text-align: center;
	width: 50px;
	line-height:0.8em;
}
#hp-month-list div.hp-day strong{
	font-size: 0.8em;
}

#hp-month-list .hp-news01 {
	color: #7d7d7d;
	float:  left;
	font-size: 11px;
	margin-top: 9px;
	text-align: left;
	width: 195px;
}

#hp-month-list .hp-news02 {
	color: #7d7d7d;
	float:  left;
	font-size: 0.8em;
	text-align: left;
	width: 255px;
	margin:0;
	padding:0;
}

#hp-month-list .hp-date {
	line-height: 1em;
	color:#999c98;
	margin-left:10px;
	font-weight:bold;
}

#hp-month-list .hp-event-name {
	color: #434343;
	font-size: 12px;
	line-height: 1.4em;
	margin:3px 0 0 10px;
	width:150px;
	font-weight:bold;
}

#hp-month-list .hp-subtitle {
	color: #434343;
	font-size: 1.4em;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}

#hp-month-list .hp-text {
	font-size: 11px;
	line-height: 1.4em;
	border-top:1px #d2d2d2 solid;
	width:235px;
	margin: 5px 0 0 12px;
	padding:5px 0 0 0;
}

#hp-month-list .hp-ctl-links {
	padding: 0;
	text-align: right;
}

#hp-month-list .hp-ctl-link {
	padding: 8px 9px 3px 15px;
}


.hp-ctl-links {
	float:right;
	width:200px;
	margin:0 0 5px 0;
	padding:0;
}

ul.hp-ctl-links li {
	vertical-align:baseline;
	float:right;
	margin:4px 10px 0 10px;
	font-size: 12px;
	padding-right: 10px;
	font-weight: bold;
	background: transparent url(../img/arrow-seeall.gif) no-repeat right 2px;
}	

ul.hp-ctl-links li a{
	color:#4b90db;
}
