/*カレンダーボタン*/
.calendar_btn{
	vertical-align:top;
}

/*popupウィンドウ*/
.calendar_popup{
	position: absolute;
	z-index:2;
	background-color:#FFFFFF;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	width:490px;
	height:235px;
}

.calendar_popup_dummy{
	position: absolute;
	z-index:1;
	background-color:#FFFFFF;
	border:#999999 solid 1px;
	width:490px;
	height:235px;
}

.calendar_popup_back{
	position: absolute;
	z-index:1;
	background-color:#FFFFFF;
	border:#999999 solid 1px;
	width:490px;
	height:235px;
}


/*ヘッダー*/
.calendar_popup_header{
	width:490px;

}
.calendar_popup_header_left{
	width:195px;
	font: 15px 'ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;
	height:19px;
	float : left;
	padding:3px 0px 3px 5px;
	background-color:#EEEEEE;
}
.calendar_popup_header_center{
	width:155px;
	float : left;
	height:25px;
	background-color:#EEEEEE;
}

.calendar_popup_header_right{
	width:130px;
	font: 12px 'ＭＳ Ｐゴシック',sans-serif;
	font-weight:normal;
	float : right;
	height:15px;
	padding:5px 5px 5px 0px;
	background-color:#EEEEEE;
	text-align:right;
}


/*フッター*/

.calendar_popup_footer{
	font: 12px 'ＭＳ Ｐゴシック',sans-serif;
}

.calendar_popup_footer_left{
	margin-top:20px;
	float : left;
}

.calendar_popup_footer_right{
	margin-top:20px;
	float : right;
}

/*メイン*/
.calendar_popup_body{
	padding:5px 10px 0px 10px;
}

/*カレンダー*/
.calendar_popup_table_wrp{

}
/*ひと月分のカレンダー左*/
.calendar_popup_table_1{
	margin-top:7px;
	float : left;
	width:150px;
	height:160px;
}
/*ひと月分のカレンダー真ん中*/
.calendar_popup_table_2{
	margin-top:7px;
	float : left;
	padding:0px 10px 0px 10px;
	width:150px;
	height:160px;
}
/*ひと月分のカレンダー右*/
.calendar_popup_table_3{
	margin-top:7px;
	float : left;
	width:150px;
	height:160px;
}

/*table全体*/
.calendar_popup_table {
	font: 14px 'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse: collapse;

}

/*th全体*/
.calendar_popup_table thead{
	text-align:left;
	border:none;
}

/*th全体*/
.calendar_popup_table th{
	background-color:#EEEEEE;
	border:1px solid #999999;
	font-weight:normal;
	text-align:center;
	padding:2px;
}

/*td全体*/
.calendar_popup_table td{
	border:1px solid #999999;
	padding:0px 3px 0px 3px;
	height:21px;

	margin:0px 0px 0px 0px;
}

.calendar_popup_table td:hover{
	background-color:#FCCD50;
}

/*選択不可*/
.calendar_popup_table td.notselected:hover{
	background-color:#EFEFEF;
}
.calendar_popup_table td.notselected{
	background-color:#EFEFEF;
}

.calendar_popup_th{
	
}

.calendar_popup_th_sun{
	color:#FF0000;
}

.calendar_popup_th_sat{
	color:#0000FF;
}



.calendar_popup_td_sun{
	background-color:#FFE1E1;
	color:#FF0000;
}

.calendar_popup_td_sat{
	background-color:#DDEBFF;
	color:#0000FF;
}

.calendar_popup_td_none{
	background-color:#EEEEEE;
	color:#999999;
}
.calendar_popup_td_none2{
	background-color:#FFFFFF;
	color:#999999;
}

.calendar_popup_td_selected{
	background-color:#FFF19F;
	color:#000000;
}

.calendar_popup_td_today{
	font-weight:bold;
}

.calendar_popup_table a{
	color:#000000;
}

.calendar_popup_table a:link {
	text-decoration:none;
	color:#000000;
}

.calendar_popup_table a:visited {
	text-decoration:none;
	color:#000000;
}

.calendar_popup_table a:active {
	text-decoration:none;
}

.calendar_popup_table a:hover {
	text-decoration:none;	background-color:#FCCD50;
}

.calendar_popup_td_sun a{
	color:#FF0000;
}

.calendar_popup_td_sat a{
	color:#0000FF;
}

