@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: report.css
description: 行事報告ページ指定スタイルシート

1.レイアウト

///////////////////////////////////////////////////////// */

.blockImg {
	float: right;
	margin: 0 0 20px 20px;
}

/*戻る*/
a.btnBacktoInfo {
	padding-left: 22px;
	padding-top: 1px;
	background: url(../images/hd_back.gif) left top no-repeat;
	display: block;
}

a.btnBacktoInfo:link, a.btnBacktoInfo:visited, a.btnBacktoInfo:hover, a.btnBacktoInfo:active {
	color: black;
	font-weight: bold;
}

a.btnBacktoInfo {/* Min-Height Fast Hack */
	min-height: 16px;
	height: auto !important;
	height: 16px;
}

/*定義リスト*/
dl.list-scheInfo {
	margin-left: 10px;
}

dl.list-scheInfo dt {
	width: 80px;
	float: left;
	font-weight: bold;
}

dl.list-scheInfo dd {
	padding-left: 90px;

}

/*画像float*/
.img01 {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-align: center;
}

.img02 {
	float: left;
	width: 300px;
	text-align: center;
}

.img03 {
	float: left;
	width: 300px;
}

.txt03 {
	float: left;
	width: 300px;
	margin-right: 20px;
}