/* 活動レポート用スタイルシート-----------------------------------------------*//* 各年トップページ-----------------------------------------------*/table#reportindex td{	padding: 5px 15px;}table#reportcalender td{	text-align: center;	padding: 8px;}/* 毎日のスケジュールと写真-----------------------------------------------*/table#schedule td {	width: 70%;}table#schedule td img{	float: left;	margin-bottom: 15px;	margin-right: 1em;	border: 1px solid #666;}/* 前日・トップ・翌日-----------------------------------------------*/div#move{	clear: both;	width: 100%;	margin-top: 25px;	padding-top: 25px;	text-align : center;}#move a { 	padding: 3px 10px; 	background: #930;	color: #FFF;}#move a:hover{	background: #E6C68C;	color: #630;	border: none;}/*  スケジュール・写真とレポートを左右に分ける-----------------------------------------------*/div#misce{	float: left; 	width: 300px;	margin: 0; 	padding: 0; }div#misce p{	display: block;	width: 240px;	margin-top: 2px;	font-size: 90%;	line-height: 140%;}div#misce img{	border: 1px solid #F00;	margin-top: 30px;}div#report{	float: right;	width: 380px;	margin: 0;	padding: 0 0 0 0.5em;	border-left: 1px dotted #F90;}div#report p{	font-size: 90%;	line-height: 145%;}
