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

/**************************/
/* ページ構成 */
/**************************/

#main_cont {
	width: 870px;
	padding: 20px 45px;
	background: #ffffff url(../../img/Mcont.png) repeat-x left top scroll;
	position: relative;
}

.cl {
	clear: both;
}

/**************************/
/* main_cont 設定 */
/**************************/

#main_cont h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 10px 2px 15px;
	border-bottom: 2px ridge #bbd37f;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

section p {
	margin-left: 30px;
	padding-left: 1em;
	font-size: 16px;
	color: #333333;
}


section ul {
	margin-bottom: 10px;
	list-style: none;
}

section ul.li1 {
	margin: 10px 30px 20px 50px;
}

section ul.li1 li.li1 {
	margin-bottom: 3px;
	background: url(../../img/li_mark_o.png) no-repeat left top scroll;
	margin-left: 0.5em;
	padding-left: 1.5em;
	font-size: 16px;
	color: #333333;
}

section ul li.li2 {
	text-indent: 3em;
	font-size: 16px;
	color: #333333;
}

.calendar-wrap {
	position: relative;
	height: 220px;
}

.calendar {
	position: absolute;
	border-collapse: collapse;
}

.cal1 {
	top: 0px;
	left: 30px;
}

.cal2 {
	top: 0px;
	left: 260px;
}

.cal3 {
	position: absolute;
	top: 0px;
	left: 500px;
	padding-top: 50px;
}

.calendar caption {
	text-align: center;
	font-weight: bold;
}

.calendar th {
	width: 28px;
	height: 28px;
	border: 1px solid #999999;
	text-align: center;
	font-weight: bold;
}

.calendar td {
	height: 28px;
	border: 1px solid #999999;
	text-align: center;
}

.calendar .sun {
	color: #e17f7e;
	background-color: #f8e4e2;
}

.calendar .sat {
	color: #7ab6f3;
	background-color: #e7f6fd;
}

.calendar .mute {
  color: #aaaaaa;
}

.calendar .open1 {
	font-weight: bold;
	color: #ff6347;
	background-color: #ffff99;
}

.calendar .open2 {
	font-weight: bold;
	color: #ff6347;
	background-color: #90ee90;
}

li.li3 {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333333;
}

li.li3 span.open1 {
	padding: 8px 5px 5px 0px;
	font-weight: bold;
	color: #ff6347;
	background-color: #ffff99;
}

li.li3 span.open2 {
	padding: 8px 5px 5px 0px;
	font-weight: bold;
	color: #ff6347;
	background-color: #90ee90;
}
