@charset "utf-8";

/*----------------------------------------------------------------
Copyright(c) 2009 JOGARBOLA. All Rights Reserved.
----------------------------------------------------------------*/
@import url("common.css");
@import url("layout.css");



/*-- index style   ---------------------------------------------*/
#index-body {
	background: url(../img/index/index-body.gif) repeat-y;
	margin-top: 5px;
	padding-top: 5px;
}
#index-alpha {
	float: left;
	width: 370px;
}
#index-beta {
	float: left;
	width: 370px;
	margin-left: 30px;
}
#index-gamma {
	float: right;
	text-align: left;
	width: 160px;
}


.zone-contents {
	margin-bottom: 20px;
}

.list_ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list_ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}

.list_ul li .date {
	font-size: 11px;
}
.list_ul li .entry-title {
	font-weight: bolder;
}

.list_ul2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list_ul2 li {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #666666;
}
.list_ul2 li .date {
	font-size: 11px;
	line-height: 100%;
}
.list_ul2 li .entry-title {
	font-weight: bolder;
}
.list_ul2 li .data {
}
.list_ul2 li .data p {
	font-size: 11px;
	line-height: 130%;
	float: left;
	margin-right: 5px;
	white-space: nowrap;
	margin-bottom: 2px;
	display: block;
}
.list_ul2 li .data p span {
	font-size: 11px;
	margin-right: 2px;
}

.list_ul2 li .data p .cl-1 {
	width: 5em;
	background: #FF9900;
	color: #FFFFFF;
	text-align: center;
}
.list_ul2 li .data p .cl-2 {
	color: #FFFFFF;
	background: #3366CC;
	width: 5em;
	text-align: center;
}
.list_ul2 li .data p .cl-3 {
	background: #638400;
	color: #FFFFFF;
	width: 5em;
	text-align: center;
}
.list_ul2 li .data p .cl-4 {
	background: #CC0066;
	color: #FFFFFF;
	width: 5em;
	text-align: center;
}
.list_ul2 li .data p .cl-5 {
	background: #990066;
	color: #FFFFFF;
	width: 5em;
	text-align: center;
}
.list_ul2 li .date {
	padding-top: 2px;
}


/*--カレンダー--*/
#calendar {
	text-align: center;
}

#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}
.calendarhead {
    padding-bottom: 3px;
    font-size: 10px;
    letter-spacing: 0.2em;
}
#calendar table {
	padding: 0;
	border-collapse: collapse;
}
#calendar th {
	padding-bottom: 3px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	width: 52px;
}
#calendar td {
	padding: 0px;
	text-align: center;
	font-size: 10px;
	line-height: 100%;
	border: 1px solid #CCCCCC;
}
.today {
	display: block;
	border: 1px solid #FF9900;
	background: #FF9933;
}
#calendar td a {
	background: #DFDFDF;
	font-weight: bold;
	display: block;
	width: 100%;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}


.banner-wrapper {
}
.banner-wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.banner-wrapper li {
	margin-bottom: 5px;
	margin-top: 0px;
}
.banner-wrapper li img {
	vertical-align: bottom;
}

.merumaga {
	background: #CC0000;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.merumaga p {
	font-size: 10px;
	line-height: 130%;
	margin-right: 5px;
	margin-left: 5px;
}
.merumaga form {
	margin: 0px 5px;
	padding: 0px;
}