@charset "euc-jp";

/* 標準 */
body {
	background: #ffffff;
	color: #669966;
	font-size: 100%;
	margin:0px;
	padding:0px;
}

h1, h2 { margin:0px; }

/* リンク */
a {
	text-decoration: underline;
	color: #669966;
}
a img {
	border: 1px solid #d9e6d9;
}

/* トップページヘッダー */
#header {
	text-align : center;
	margin:0px;
}

/* トップページヘッダー タイトル１ */
#header h1 {
	font-size: 180%;
	text-align: center;
	background-color:#d9e6d9;
}

/* トップページヘッダー タイトル２ */
#header h2 {
	font-size: 120%;
}

/* トップページバナー */
div.banner {
	text-align : center;
	padding:5px;
	margin:10px;
	border-top : 2px solid #669966;
	border-bottom : 2px solid #669966;
}


/* 罫線の設定 */
hr {
	border-bottom: dotted 2px #669966;
}

/*========== メインコンテンツの設定 ==========*/
/* メインコンテンツの設定 */
div.main {
	width: 75%;
	float: left;
	padding-left: 0.5em;
}

/* タイトル１ */
div.main h1 {
	font-size: 180%;
	margin-top: 0.5em;
	padding-left: 2px;
	text-align: left;
	border-left: 8px solid #669966;
	border-bottom: 1px solid #669966;
	background-color:#d9e6d9;
	text-decoration: none;
}

/* タイトル２ */
div.main h2 {
	font-size: 120%;
	margin-top: 0.5em;
	padding-left: 5px;
	text-align: left;
	border-left: 5px solid #669966;
	border-bottom: 1px solid #669966;
	text-decoration: none;
	clear:both;
}


/* タイトル３ */
div.main h3 {
	font-size: 110%;
	margin-top: 0.5em;
	margin-left : 5px;
	padding-left: 7px;
	text-align: left;
	border-left: 3px solid #669966;
	border-bottom: 1px solid #669966;
	text-decoration: none;
}

/* タイトル４ */
div.main h4 {
	font-size: 100%;
	margin-top: 0.5em;
	margin-left : 10px;
	padding-left: 8px;
	text-align: left;
	border-left: 2px solid #669966;
	border-bottom: 1px solid #669966;
	text-decoration: none;
}


/*========== フッタ ==========*/
/* フッタの設定 */
div.footer {
	clear:both;
	width:100%;
	font-size: 90%;
	text-align: center;
	color: #5c8533;
	background-color: transparent;
}


/*========== サイドバー ==========*/
/* サイドバー */
div.sidebar {
	width: 20%;
	font-size: 90%;
	margin: 0px;
	padding: 0.5em 2px;
	float: left;
	border-right: dotted 2px #669966;
}

/* タイトル３ */
div.sidebar h3 {
	background-color: #669966;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
}

/*========== 操作ボタン ==========*/
/* 操作ボタン */
div.adminmenu {
	text-align: right;
	font-size: 90%;
}

/*========== カレンダー ==========*/
div.plugin-calendar {
	margin-left: 20px;
	float:left;
}

table.calendar {
	text-align:center;
}

table.calendar #calendar-navi{
	background-color:transparent;
}
table.calendar #calendar-sun{
	background-color:ffccff;
}
table.calendar #calendar-weekday{
	background-color: transparent;
}
table.calendar #calendar-sat{
	background-color:99ccff;
}
table.calendar a {
	text-decoration: none;
}
table.calendar .have a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
}
table.calendar td.have {
	background-color:#669966;
}

