@charset "utf-8";

body {
	color: #000;
}
p.title {
	font-weight: 900;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
a:active {
	color: #00F;
	text-decoration: none;
}
#camp_banner , #camp_main , #camp_detail , #camp_reg , #camp_rule{
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	width: 900px;
}
#camp_main p {
	text-align: justify;
	font-size: 18px;
}
#camp_detail table , #camp_reg table , #camp_rule table , #camp_photo table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-collapse:collapse;
}
#camp_detail tr , #camp_reg tr , #camp_rule tr {
	vertical-align: top;
}
#camp_photo tr {
	vertical-align: middle;
}
#camp_detail td , #camp_reg td , #camp_rule td , #camp_photo td {
	padding: 0px;
	border: 1px solid #000;
}
#camp_detail table p , #camp_reg table p , #camp_rule table p , #camp_photo table p {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#camp_photo .photo_p {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#camp_detail .table_td_heading , #camp_reg .table_td_heading , #camp_rule .table_td_heading , #camp_photo .table_td_heading {
	background-color: #CCC;
}
#camp_detail .table_td_heading p , #camp_reg .table_td_heading p , #camp_rule .table_td_heading p , #camp_photo .table_td_heading p {
	font-size: 18px;
	font-weight: 900;
}
#camp_detail .table_td_left , #camp_reg .table_td_left , #camp_rule .table_td_left {
	background-color: #CCC;
	width: 298px;
}
#camp_detail .table_td_left p , #camp_reg .table_td_left p , #camp_rule .table_td_left p {
	text-align: center;
	font-weight: 900;
}
#camp_detail .table_td_right , #camp_reg .table_td_right , #camp_rule .table_td_right {
	text-align: justify;
}
#camp_detail .table_td_left {
	width: 198px;
}
#camp_detail .table_td_right {
	width: 698px;
}
#camp_reg .table_td_left {
	width: 98px;
}
#camp_reg .table_td_right {
	width: 798px;
}
#camp_rule .table_td_left {
	width: 98px;
}
#camp_rule .table_td_right {
	width: 798px;
}
.center {
	text-align: center;
}