
/* リポート専用スタイル*/
/*左部分全体へのスタイル*/
#calender{
	width:238px;
	float:left;
	}

/*「お便り箱」部分へのスタイル*/
#mail{
	width:190px;
	padding:5px;
	border:1px dashed #ab7a4b;
}

/*右、リポート部分へのスタイル*/
#report{
width:450px;
float:right;
text-align:left;
}

.wrap
{
margin-top:10px;
}

/*まち美化レポート説明部分*/
#caption{
border-bottom:1px dashed #ab7a4b;
padding-bottom:7px;
}

h2 {
font-color:#fff;
font-size:14px;
}
adress{
clear:left right;
}