@charset "utf-8";
/*全体の設定*/
body {margin: 0px;padding: 0px; background: #FAF7F0;}

/*インラインの指定　height="274px" width="288"*/

/*テーブルのラインを重ねて表示*/
.calTable {border-collapse: collapse;}

/*本文調節*/
.txt{ font-size:10px; color:#666; line-height:14px; letter-spacing:1px;}

/*升目調整*/
.calTable td,.calTable th {
	width: 40px;
	height: 30px;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	color: #666666;
	border: 1px solid #ccc;
	vertical-align:central;
	margin: 0px;
	padding: 0px;
}

/*曜日の欄調整*/
.calTable th {
	font-size:9px;
	height: 18px;
	background-color: #eeeeee;
	text-align: center;
	font-weight: normal;
}

/*月の調整*/
.calTable td.mon {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #39271c;border-left: 1px solid #39271c;border-right: 1px solid #39271c;
	background:#39271c; color:#FFF;
}

/*月移動の升目*/
.calTable td.btn {
	height: 20px;
	font-weight: bold;
	background:#39271c;
	border-top: 1px solid #39271c;border-left: 1px solid #39271c;border-right: 1px solid #39271c;
}

/*土曜日の調整*/
.calTable td.sat {
	background-color: #f0f6ff;
	color: #4b86de;}


/*日曜日の調整*/
.calTable td.sun {
	background-color: #fff0f0;
	color: #d63838;
}

/*本日の調整*/
.calTable td.today {
	background-color: #ffffbb;
	font-weight:bold
	color: #ff6600;
}

/*下段著作権*/
.calTable td.webJozu {
	height: 44px; font-size:12px; letter-spacing:1px;
	text-align: center; background:#f9f1e3; background:url(event_bg_on.png) no-repeat;}

/*月移動の升目2*/
.calTable td.btn a {
	display: block;
	background-color: #39271c;
	height: 18px;
	color: #fff;
	padding: 4px 0px 0px 0px;
	text-decoration: none;
}

/*月移動の調整*/
.calTable td.btn a:hover {
	background-color: #553827;
	text-decoration:none;
}
/*topの年*/
.yView {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	letter-spacing:1px;
}


.tbView {display:none;}

/*リンク設定の升目設定*/
.linkArea {
	display:block;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align:center;
	background-image:url(event_bg_on.png); background-repeat:no-repeat;}

/*リンク設定の文字設定*/
a.linkArea:link,
a.linkArea:visited {text-decoration:none; color:inherit; }

/*リンク設定の文字設定2*/
a.linkArea:hover { background:#523b2f;	color:#FFF; font-weight:bold;
	text-decoration: none;
}

/*ポップアップメニュー設定*/
.linkPopup {
	display: block;
	position: fixed;
	left: 0px;
	top: 23px;
	text-align: left;
	visibility: visible;
}

/*ポップアップメニュー設定2*/
.popTxt {
	display: block;
	background-color: #523b2f;
	width: 282px; height:38px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #fff;
	border: 1px solid #997947;
	padding: 5px 2px 0 2px;
	text-align:center;
	vertical-align:central;
}

/*ポップアップメニュー設定3*/
.popArrow {
	font-size: 10px;
	font-weight: bold;
	line-height: 50%;
	color: #F4F4F4;
	padding-left: 21px;
}

