body{
//	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	background-color:#ffffff;
}
/*
table{
border-top : 1px solid #666666 ;
border-bottom : 1px solid #666666 ;
border-left : 1px solid #666666 ;
border-right : 1px solid #666666 ;
}
*/
input,textarea,select {
	color:#333333;
	font-size:12px;
	font-family: verdana,arial,helvetica,sans-serif;
	background-color:#ffffff;
	border-color:#3399cc;
	border-style:solid; 
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:1px; 
	border-left-width:1px;
}
/*平日*/
td{font-size:12px; color:#333333;background:#ececec;}

/*日、祝*/
.holiday{font-size:12px; color:#ffffff;background:#FF3333;}

/*土*/
.sat{font-size:12px; color:#333333;background:#99CCFF;}

/*今日*/
.today{font-size:12px; color:#333333;background:#CCFFCC;font-weight:bold;}

/*コンテンツ*/
.con{font-size:12px; color:#000000;background:#f5f5f5;}

a:link {
	font-size:12px;
	border-bottom: 1px dotted #6666CC;
    background-color: transparent;
    color: #6666CC;
    text-decoration: none;
}
a:visited {
	font-size:12px;
    border-bottom: 1px dotted #997767;
    background-color: transparent;
    color: #6666CC;
    text-decoration: none;
}
a:hover {
	font-size:12px;
    border-bottom: 1px dotted #997767;
    background-color: transparent;
    color: #ff6600;
    font-style: normal;    
    text-decoration: none;
}

/*タイトル*/
.title{font-size:12px; color:#222222;font-weight:bold;}
/*強調事項の表示*/
.emphasis {
	font-size:12px;
// text-decoration: underline overline;
text-decoration: none;
	 background-color: #ff6600;
 color: #ffffff;
}
/*完了事項の表示*/
.expire {
	font-size:12px;
 text-decoration: line-through;
 background-color: #dedede;
 color: #666666;
}
/*特別日の表示*/
.s_day {
	font-size:12px;
// text-decoration: underline overline;
text-decoration: none;
 background-color: #CCFFCC;
 color: #000000;
}
