
/* ********* */
/* 入力 用   */
/* ********* */

#div_input_table{
	width:762px;
}

#input_table{
	border: 2px solid #eeeeee;
	border-collapse: collapse;
}

#input_table td,
#input_table th{
	text-align: center;
	color: #666666;
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 2px 10px;
}

#input_table .sunday{
	background-color:#ffe0e0;
}
#input_table .satday{
	background-color:#e0f6ff;
}
#input_table .every{
	background-color:#ffffff;
}
#input_table .event1{
	background-color:#ffff7f;
}
#input_table .event2{
	background-color:#bfff7f;
}
#input_table .holiday{
	background-color:#ff9f9f;
}

#div_input_table select{
	height: 20px;
}

input.inp_txt{
	width: 150px;
	height: 20px;
}
input.inp_url{
	width: 250px;
	height: 20px;
}

/* ********* */
/* view 用   */
/* ********* */

#calTable {
	border: 1px solid #eeeeee;
	border-collapse: collapse;
}

#calTable td,
#calTable th {
	width: 15px;
	height: 20px;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #666666;
	border: 0px solid #eeeeee;
	margin: 0px;
	padding: 0px;
	cursor:pointer;cursor:hand;
}

/* 曜日表示	*/
#calTable th {
	height: 15px;
	background-color: #eeeeee;
	text-align: center;
	font-weight: normal;
	border: 1px solid #e0e0e0;
}

#calTable td#mon {
	width: 105px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #e0e0e0;
}

#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.event_1 {
	background-color: #ffff7f;
	font-weight: bold;
	color: #ff6600;
}

#calTable td.event_2 {
	background-color: #bfff7f;
	font-weight: bold;
	color: #ff6600;
}

#calTable td.holiday {
	background-color: #ff7f7f;
	font-weight: bold;
	color: #ff6600;
}

/*	mopTip	*/

.hidden { display:none; }

#demo { height:100%; width:100%; }

#demo4Btn { padding:3px 10px; width:5em; background-color:#ae0000; text-align:center; color:#fff; cursor:pointer; }
