@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	background:url(../image/back.gif) repeat;
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.6rem;
	line-height:21px; 
	line-height:3rem; 
}


h1 {
	text-align:center;
	font-size:1.7em;
	margin:10px 10% 20px 10%;
	line-height:1.5em; 
}


h2 {
	text-align:center;
	font-size:1.3em;
	margin:10px 10% 20px 10%;
	line-height:1.5em; 
}


h3 {
	clear:both;
	font-size:1.3em;
	color:#FFF;
	background-color:#16be96;
	padding:5px 10px;
	margin:10px 0 10px 0;
	line-height:1.5em; 
}


h4 {
	clear:both;
	font-size:1.1em;
	color:#F00;
	margin:10px 0 10px 0;
	line-height:1.5em; 
}

.cap1 {
font-size:80%;
line-height:1.5em; 
}

.text-dashied{
	border:2px dashed #FF0000;
	padding:5px 0 5px 0;
}


.img_left {
	float:  left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.img_margin {
  margin: 1em;
}


.bold {
	font-weight:bold;
}

.green {
	color:#10966E;
}

.red {
	color:#F00;
}






/* 1.Header */

.header {
	width:100%;}
	


.header hr {
   border-top: 1px; 
   width:100%;
   margin: 5px 0 10px 0;
   border-style: solid;
   border-color: #15BD95;  
   height: 1px;         /* 高さ(※古いIE用) */
}

.header_m hr {
   border-top: 1px; 
   margin: 0 0 10px 0;
   border-style: solid;
   border-color: #15BD95;  
   height: 1px;         /* 高さ(※古いIE用) */
}


#topimage{
	width:100%;
	text-align:center;
}

.menu{
	width:100%;
	text-align:center;
}


/* 2. Contents */

.camp{
	width:100%;
	text-align:center;
	margin:0px 0px 50px 0px;
}

.news{
	clear:both;
	width:100%;
	text-align:center;
	border:1px solid;
	font-size:110%;
	font-weight:bold;
	padding:10px 0;
	margin:10px 0;
}


/* 3.  fotter */
#under{
	width:100%;
	margin:0 auto;
	text-align:center;
}

#fotter{
	width:100%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	background:#15BD95;
}
