
/*エントリー関連---------------------------*/

/*エントリーテーブル（1ブロック）*/
#box_main .table{
	padding-%bottom: 10px;
	margin: 10px;
	background: #E7E7E7;
	border: 1px solid #B2B2B2;
}

/*エントリー：ナビゲーション*/
#box_main .navi{
	letter-spacing : 1px;
	text-align:center;
	background: #E7E7E7;
	border: 1px dotted #B2B2B2;
	padding: 5px 10px 5px 10px;
	margin-bottom: 40px;
}

/*エントリー：見出し*/
#box_main h3{
	font-size: large;
	line-height: 180%;
	font-weight: bolder;
	color: #58595B ;
	letter-spacing : 1px;
	border-bottom: 1px dotted #58595B;
	margin: 10px 20px 15px 20px;
}

/*エントリー：テキスト*/
#box_main .text {
	line-height: 150%;
	color: #636363;
	letter-spacing : 1px;
	margin: 15px 20px 15px 20px;
}

/*エントリー：ステータス（日付等）*/
#box_main .state {
	line-height: 150%;
	color: #636363 ;
	letter-spacing : 1px;
	margin: 20px 20px 15px 20px;
	border-top: 1px dotted #58595B;
}


/* カレンダー設定---------------------------*/
.calender {
	font-size: small;
	line-height: 180%;
	width: 180px;
	background: #58595B;
	border-left: 1px solid #58595B;
	border-right: 1px solid #58595B;
	border-top: 1px dotted #58595B;
	border-bottom: 1px solid #58595B;
}
.calender caption {
	width: 180px;
	font-size: small;
	line-height: 150%;
	padding: 3px 0px 5px 0px;
	background: #58595B;
	color: #FFFFFF;
	letter-spacing : 1px;
}
.calender th {
	font-weight: bolder;
	background: #E3E3E3;
}
.calender td {
	text-align: center;
	background: #FFFCF6;
}
.calender td a {
	display: block;
}
th#sun {
	color: #FF0000;
}
th#sat {
	color: #0000FF;
}
.calender td a:link {
	background: #FFFCF6!important;
	color: #FF9000;
	text-decoration: none;
}
.calender td a:visited {
	background: #FFFCF6!important;
	color: #955025;
	text-decoration: none;
}
.calender td a:hover {
	background: #E3E3E3!important;
	color: #FFAC66;
	text-decoration: underline;
}
