/* CSS Document */

/* contents */

#contents{
		width:760px;
		margin-right:auto;
		margin-left:auto;
		padding-top:20px;
		padding-bottom:20px;
}


h1{
		font-size:0.9em;
		line-height:1.5;
		color:#993333;
		margin-bottom:20px;
		border-bottom:1px solid #9c7445;
		border-left:10px solid #c5989e;
		padding-left:10px;
}





/* calendarTab */

#calendarTab{
		list-style:none;
		margin-left:36px;
		height:30px;
}

#calendarTab li{
		float:left;
		width:55px;
		height:30px;
		margin-left:2px;
		text-indent:-9999px;
		font-size:0px;
}

#calendarTab li a{
		display:block;
		text-decoration:none;
		width:55px;
		height:30px;
}

.topNow{
		background:url(../img/tab_cal_top_now.gif) no-repeat;
}

.top{
		background:url(../img/tab_cal_top.gif) no-repeat;
}

.m01Now{
		background:url(../img/tab_cal_01_now.gif) no-repeat;
}

.m01{
		background:url(../img/tab_cal_01.gif) no-repeat;
}

.m02Now{
		background:url(../img/tab_cal_02_now.gif) no-repeat;
}

.m02{
		background:url(../img/tab_cal_02.gif) no-repeat;
}

.m03Now{
		background:url(../img/tab_cal_03_now.gif) no-repeat;
}

.m03{
		background:url(../img/tab_cal_03.gif) no-repeat;
}

.m04Now{
		background:url(../img/tab_cal_04_now.gif) no-repeat;
}

.m04{
		background:url(../img/tab_cal_04.gif) no-repeat;
}

.m05Now{
		background:url(../img/tab_cal_05_now.gif) no-repeat;
}

.m05{
		background:url(../img/tab_cal_05.gif) no-repeat;
}

.m06Now{
		background:url(../img/tab_cal_06_now.gif) no-repeat;
}

.m06{
		background:url(../img/tab_cal_06.gif) no-repeat;
}

.m07Now{
		background:url(../img/tab_cal_07_now.gif) no-repeat;
}

.m07{
		background:url(../img/tab_cal_07.gif) no-repeat;
}

.m08Now{
		background:url(../img/tab_cal_08_now.gif) no-repeat;
}

.m08{
		background:url(../img/tab_cal_08.gif) no-repeat;
}

.m09Now{
		background:url(../img/tab_cal_09_now.gif) no-repeat;
}

.m09{
		background:url(../img/tab_cal_09.gif) no-repeat;
}

.m10Now{
		background:url(../img/tab_cal_10_now.gif) no-repeat;
}

.m10{
		background:url(../img/tab_cal_10.gif) no-repeat;
}

.m11Now{
		background:url(../img/tab_cal_11_now.gif) no-repeat;
}

.m11{
		background:url(../img/tab_cal_11.gif) no-repeat;
}

.m12Now{
		background:url(../img/tab_cal_12_now.gif) no-repeat;
}

.m12{
		background:url(../img/tab_cal_12.gif) no-repeat;
}











/* note */

#note{
		clear:both;
		background:url(../img/bg_calendar.gif) repeat-y;
		padding-top:21px;
		padding-right:40px;
		padding-bottom:20px;
		padding-left:70px;
		border-top:1px solid #d2b48c;
		border-bottom:1px solid #d2b48c;
}

#note h2{
		font-size:14px;
		line-height:1.5;
		text-align:center;
		margin-bottom:21px;
		background:url(../img/under_line.gif) no-repeat center bottom;
}

#note dl{
}

#note dt{
		font-size:14px;
		line-height:1.5;
		font-weight:bold;
		float:left;
}

#note dd{
		font-size:14px;
		line-height:1.5;
		margin-bottom:21px;
		margin-left:120px;
}

.markerY{
		background:#FFFF99;
}

.markerP{
		background:#FFCCCC;
}

#note img{
		float:right;
		margin-left:20px;
}


/* calTop */

#calTop{
		width:650px;
		height:520px;
		background:url(../img/cal_top.jpg) no-repeat;
}



