@charset "Shift_JIS";

/* ------------------------------------------------------
カレンダー用
------------------------------------------------------ */

.ical_text-s {
	font-size: x-small;
	line-height: 120%;
}

.ical_text-m {
	font-size: small;
	line-height: 120%;
}

.ical_text-l {
	font-size: 114%;
	line-height: 120%;
	font-weight: bold;
	font-style: normal;
	color: #0000CC;
	background-color: #CCFFFF;
}

.margin {
	margin-left: 10px;
}

ical_th {
	background-color: #6699CC;
	color: #FFFFCC;
	border: 1px solid #99CCCC;

}

ical_ol {
	font-size: small;
	font-weight: normal;
	margin-left: 0px;
	list-style-type: decimal;
	padding: 5px 0;
	line-height: 150%;
	list-style-position: inside;
}

ical_ul {
	font-size: small;
	font-weight: normal;
	margin-left: 30px;
	padding: 5px 0;
	line-height: 150%;
}

ical_h1 {
	boeder-left : 0.5em solid #ff3300;
	font-size: medium;
	font-weight: bold;
	border: 1px solid #6699CC;
	color: #0033CC;
	padding: 10px 0;
	margin: 10px 0 30px;
	background: url(../icons/icon3_b_4.gif) no-repeat;
	text-indent: 3em;
	width: 740px;
	background-position: 1px;
}

ical_h2 {
	padding-left : 10px;
	margin-right: 15%;
	font-size: medium;
	font-weight: bold;
	border-width: 0 0 1px 10px;
	border-style: solid;
	border-color: #6699CC;
	margin: 20px 0 20px 10px;

}
ical_h3 {
	padding-left : 3px;
	font-size: small;
	font-weight: bold;
	margin: 10px 30% 10px 20px;
	padding-right: 3px;
	border-top: 0px dashed #9966CC;
	border-right: 0px dashed #9966CC;
	border-bottom: 1px dashed #9966CC;
	border-left: 0px dashed #9966CC;
}

ical_p {
	font-size: small;
	line-height: 135%;
	margin: 0 10px
	text-indent: 0pt;
	letter-spacing: 0px;
	word-spacing: 1px;
	padding: 0px;
}


/* -------- カレンダー用 -------- */
#ical_calendar {
	width: 740px;
	display:block;
	margin: 0 auto;
	background: #ffffff;
}

/*前月翌月表示部分*/
.ical_back_and_forth {
	font-size: 80%;
	text-align: center;
	margin: 10px 20px 10px 0;
}

/*色説明部分*/
.ical_mark {
	font-size: 13px;
	line-height: 1.5em;
	margin: 10px 20px;
}

/*カレンダー*/
.ical_wakusen_cal {
	line-height: 135%;
	margin: 0 0 3px 10px;
	border-top: 1px solid #6699CC;
	border-right: 3px solid #6699CC;
	border-bottom: 3px solid #6699CC;
	border-left: 1px solid #6699CC;
	padding: 4px;
}

/* -------- 見出し部分 -------- */

/*見出し*/
.ical_th_cal {
	font-size: 14px;
	background-color: #6699CC;
	color: #FFFFCC;
	border: 1px solid #339999;
	padding: 0;
}

/*見出し部分平日*/
.ical_th_day {
	font-size: 14px;
	color: #000000;
	border: 1px solid #339999;
	background: url(../icons/calendar/day_back.gif) #CCCCCC;
}

/*見出し部分土曜日*/
.ical_th_sat {
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #339999;
	background: url(../icons/calendar/sat_back.gif) #CCFFFF;
}

/*見出し部分日曜日*/
.ical_th_sun {
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #339999;
	background: url(../icons/calendar/sun_back.gif) #FFCCFF;
}

/*見出し部分祝日*/
.ical_th_holy {
	font-size: 14px;
	color: #000000;
	border: 1px solid #339999;
	background: url(../icons/calendar/holiday_back.gif) #FFCCFF;
}

/* -------- 内容 -------- */

/*ノーマル*/
.ical_td_0 {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #99CCCC;
	border-right: 1px solid #99CCCC;
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	vertical-align: top;
	white-space: normal; 
	padding: 0;
	background: #FFFFFF;
}

/*休館・休日*/
.ical_td_closed {
	height: 100%;
	color: #CC0000;
	text-align: center;
	background: #FFE1F0;
	border: 1px solid #FF99FF;
	height: 100%;
}

/*午前*/
.ical_td_1 {
color:#000000;
	text-align: center;
	background: #DFF5FF;
	border: 1px solid #99CCFF;

}

/*午後*/
.ical_td_2 {
color:#000000;
	text-align: center;
	border: 1px solid #FF9966;
	background: #FFFFCC;

}

/*夜間*/
.ical_td_3 {
color:#000000;
	text-align: center;
	background: #CCCCFF;
	border: 1px solid #9966FF;

}

/*文章を入れるのみ(背景色なし)*/
.ical_td_4 {
	text-align: center;
	background: #FFFFFF;
}

/*市川三郷町様向け*/

table.ical_wakusen_cal {
	line-height: 135%;
	border: 1px solid #82C221;
	width: 98%;
	border-collapse: collapse;
}
* html table.ical_wakusen_cal {
	width: 96%;
}
table.ical_wakusen_cal th {
	border: 1px solid #82C221;
	background: url(../images/base/wrapper_bg.gif) repeat;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	width: 100px;
}

table.ical_wakusen_cal td {
	border: 1px solid #82C221;
	text-align: center;
	vertical-align: top;
}
table.ical_wakusen_cal td.ical_td {
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	white-space: normal; 
	padding: 0;
	background: #FFF;
	height: 70px;
}
.ical-btn-b {
	margin-bottom: 10px;
	margin-right: 25px;
	vertical-align: middle;
}

.ical-btn-f {
	margin-bottom: 10px;
	margin-left: 25px;
}
