/* CSS Document */

/*==============================

　基本

==============================*/

* {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
body {
	color: #333333;
	font-size: 12px;
	clear: both;
	background-color: #66d5f1;
	line-height: 1.2em;
	background-image: url(../images/back_img.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
a {
	/*\*/outline-width: 0;/**/
	color: #0069e0;
	text-decoration: underline;
}

.red {
	color: #FF0000;
	}
.bold {
	font-weight: bold;
	}
.large {
	font-size: 16px;
}
.large2 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	}
.small {
	font-size: 11px;
}

#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .logo {
	text-align: right;
	margin-top: 5px;
	margin-right: 25px;
}

#wrapper  #header {
	margin-bottom: 0px;
	margin-top: 6px;
}
#wrapper  #header  h1 {
	background-image: url(../images/head_img01.gif);
	height: 203px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	line-height: 1em;
}
#wrapper #header p {
	background-image: url(../images/head_img02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 39px;
	color: #fffc00;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 25px;
	line-height: 1.2em;
	font-size: 12px;
}

#wrapper #contentsArea {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(../images/head_img03.gif);
	background-repeat: no-repeat;
	background-position: center top;


}
#contentsArea .CampArea {
	width: 384px;
	border: 4px solid #000000;
	background-color: #FFFFFF;
	float: left;
	margin-right: 16px;
}
#contentsArea .end {
	margin-right: 0px;
	margin-bottom: 20px;
}
.CampArea .ttl  {
	font-weight: bold;
	padding-top: 12px;
	padding-left: 10px;
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.DataArea {
	margin-bottom: 12px;

}

.campBn {
	width: 120px;
	float: left;
	padding-left: 10px;
}
.campData {
	width: 242px;
	float: right;
	padding-right: 4px;
}
.campData dl {
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
}
.campData dt {
	float: left;
	margin-bottom: 2px;
	margin-right: 4px;
	width: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	letter-spacing: -1px;
	height: 17px;
}
.campData dd {
	padding-top: 2px;
}
.campData dd p {
	line-height: 1.4em;
}


.commentArea {
	background-color: #eeeeee;
	padding: 10px;
}
#Footer {
	margin-top: 50px;
	height: 100px;
}

#Footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
del {
	color: #FF0000;
}
.black {
	color: #333333;
	font-size: 14px;
}

