/* 活動報告のページ */

.con {
	width: 640px;
	position:relative;
}

.txt {
	width: 440px;
	margin-right: 15px;
	margin-left: 0px;
	float: left;
}


.photo {
	width: 180px;
	float:right;
	margin-bottom: 20px;
}

.photo img {
	width: 180px;
	border: 1px solid #999999;
}

.txt_twosteps {
	width: 250px;
	margin-right: 5px;
	margin-left: 0px;
	float: left;
}


.photo_twosteps {
	width: 180px;
	float:left;
	margin-bottom: 20px;
	margin-left: 10px;
}

.photo_twosteps img {
	width: 180px;
	border: 1px solid #999999;
}

/* ボタン */
.btn {
	height: 46px;
	width: 188px;
	margin-top: 20px;
}
.btn a {
	display:block;
	height:46px;
	line-height:normal;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*IE5は下記のプロパティを読めません\*/
	overflow:hidden;
	/*IE5は上記のプロパティを読めません*/
	text-indent: -9999px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.btn a:hover{
	background-position: 0px -46px;
}
.enquete_btn {
	background-image: url(../../images/achieved_btn.gif);
}

