@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------
オーナーズキャンプ トップ
-------------------------------------------------------*/
#camp_report {
	overflow: hidden
}
#camp_report p {
	margin-bottom:20px
}
#camp_report dl {
	float:left;
	margin:0 20px 0 0;
	padding:0
}
#camp_report dt {
	margin-bottom:10px
}
#camp_report dd {
	text-align:center;
}

#camp_report .date {
	font-size:smaller}
/*-----------------------------------------------------
ボタン
-------------------------------------------------------*/

#camp_report_btn .caption_txt {
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
	font-size:larger
}
#camp_report_btn ul {
	margin:0;
	padding:0;
}
#camp_report_btn li {
	float:right;
	list-style:none;
	margin:0 0 0 5px;
	padding-bottom:20px
}
#camp_report_btn a {
	display:block;
	width:88px;
	color: #06C;
	background:url(imgs/btn_bg.jpg) no-repeat;
	height:32px;
	line-height:32px;
	text-decoration:none;
	text-align:center;
}
#camp_report_btn a:hover {
	color:#666;
	background:url(imgs/btn_bg_over.jpg) no-repeat;
}
#camp_report_btn .off {
	display:block;
	width:88px;
	color: #666;
	background:url(imgs/btn_bg_over.jpg) no-repeat;
	height:32px;
	line-height:32px;
	text-decoration:none;
	text-align:center;
}
/*-----------------------------------------------------
オーナーズキャンプ記事表示
-------------------------------------------------------*/

#camp_report_photo {
	clear: both;
	margin-top:20px
}
#camp_report_photo ul {
	margin:0;
	padding:0
}
#camp_report_photo li {
	margin:30px 0 0 0;
	padding:0;
	list-style:none
}
