@charset "utf-8";
@import "../common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

.campLeft {
	width:400px;
	float:left;
}

.campLeft a {
	color:#F93;
}

.right {
	float:right;
}

table.campList {
	width:720px;
	margin-top:30px;
	border:1px #666 solid;
	border-collapse:collapse;
}

table.campList th {
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;
	padding:4px;
	text-align:center;
	background-color:#FFC;
}

table.campList td {
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;
	padding:4px;
}