@charset "utf-8";
/* CSS Document */

h2 {
	background: url(images/h2.gif) no-repeat;
	height: 92px;
	width: 700px;
	text-indent: -9999px;
	display: block;
	clear: both;
	vertical-align: top;
	margin: 0px auto;
	padding: 0px;
}
#contentsArea {
	background: #2DA0DC url(images/entry_header.gif) no-repeat;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 35px;
}
#contentsArea .leftArea {
	float: left;
	width: 180px;
	padding-left: 13px;
}
#contentsArea .leftArea .box {
	background: #FFFFFF url(images/list_foot.gif) no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#contentsArea .leftArea .box ul {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#contentsArea .leftArea .box li {
	list-style: disc outside;
	margin-left: 18px;
	line-height: 140%;
	padding-bottom: 5px;
}
#contentsArea .leftArea .box a {
	color: #009900;
	text-decoration: underline;
}
#contentsArea .leftArea .box a:hover {
	color: #FF9900;
}




#contentsArea .rightArea {
	background: url(images/entry_foot.gif) no-repeat left bottom;
	float: right;
	width: 482px;
	padding-bottom: 95px;
}
.entry {
	background: url(images/entry_rep.gif);
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px dashed #2DA0DC;
	padding-bottom: 30px;
}
.entry h3 {
	background: #cdefdc url(images/box.gif) no-repeat 5px 5px;
	margin-right: auto;
	width: 410px;
	padding: 5px 10px 5px 25px;
	font-weight: bold;
	color: #009900;
}
.entry .date {
	text-align: right;
	width: 440px;
	font-weight: bold;
	color: #009900;
}

.entry p {
	padding: 10px 0px 10px 20px;
	width: 425px;
}
.box .calendarMidashi {
	width: 150px;
	margin: 10px auto 5px;
}
.box .calendarMidashi .back {
	height: 20px;
	width: 20px;
}
.box .calendarMidashi .back a {
	background: url(images/navi_left.gif) no-repeat center center;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	display: block;
}
.box .calendarMidashi .next {
	height: 20px;
	width: 20px;
}
.box .calendarMidashi .next a {
	background: url(images/navi_right.gif) no-repeat center center;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	display: block;
}
.box .calendarMidashi .month {
	font-weight: bold;
	color: #009933;
	text-align: center;
}

.box .calendar {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.box .calendar th {
	font-weight: bold;
	text-align: center;
	color: #2DA0DC;
}
.box .calendar td {
	text-align: right;
	padding: 1px 3px;
}
.box .calendar a {
	color: #009900;
	text-decoration: underline;
}
.box .calendar .sun {
	color: #CC0000;
}
.box .calendar .sat {
	color: #3333FF;
}

.sun,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.sat a:link,
.sat a:visited {
    color: #0000ff;
}


.list {
	background: url(none);
	text-align: center;
	padding-bottom: 30px;
}

#list .list_entry {
	background: url(../images/info_line.gif) repeat-x center top;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	text-align: left;
}
#list .list_entry .date {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0066cc;
	padding-bottom: 3px;
	text-align: left;
}
#list .list_entry .title {
	background: url(../images/topics_icon.gif) no-repeat left 5px;
	padding-left: 18px;
	font: 12px/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #ff6600;
	padding-top: 2px;
}
#list .list_entry .title a {
	color: #009900;
	text-decoration: none;
}
#list .list_entry .title a:hover {
	color: #ffcc00;
	text-decoration: none;
}
.list #list #bn {
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: right;
	padding-top: 10px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.list #list #bn a {
	color: #009900;
}
.list #list #bn a:hover {
	color: #ffcc00;
}

