/*  all reset
==============================================*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	}


/*  base
==============================================*/
body {
	color: #222;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	background-color: #fff;
	background-image: url(img/headbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 28px;
	}
a {
  color: #36c;
  text-decoration: none;
}

a:hover {
  color: #36c;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

h1,h2,h3,h4,td{
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 24px;
	}

img{border:0px;}


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  

p {
	padding-bottom: 12px;
}

.img-right {
  float: right;
  margin: 0 0 0 1.0em;
}

.img-left {
  float: left;
  margin: 0 1.0em 0 0;
}

/*  flame
==============================================*/

#head {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#frame01 {
	width: 880px;
	padding: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3d8d62;
	border-bottom-color: #3d8d62;
	line-height: 28px;
	margin-bottom: 30px;
	font-size: 20px;
	}
	
#frame02 {
	background-image: url(img/cont2bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 824px;
	padding-top: 155px;
	padding-right: 38px;
	padding-left: 38px;
	margin: 30px 0;
	background-color: #FBF7E3;
	border: 1px solid #522C00;
}
.manaberu li {
	background-image: url(img/cont2check.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0 14px 68px;
	font-size: 20px;
	line-height: 30px;
}

.profiletitle {
	float: left;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	background-color: #008e63;
	padding: 8px;
	width: 884px;
	text-align: center;
}

#frame03 {
	width: 850px;
	padding: 24px;
	margin-bottom: 30px;
	border: 1px solid #3d8d62;

}

.profilephoto {
	float: left;
}
.profile {
	width: 70%;
	float: right;
	font-size:16px;
}
.profiletext {
	float: left;
	margin-top:10px;
	font-size:14px;
	line-height: 20px;
}


#frame04 {
	width: 874px;
	margin-bottom: 30px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3B601B;
	border-bottom-color: #3B601B;
	border-left-color: #3B601B;
	margin-left: 1px;
	background-color: #E0EEE1;
}

.naiyou li {
	padding-left: 22px;
	background-image: url(img/cont5icon.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 18px;
	padding-bottom: 12px;
	margin: 20px 0 20px 40px;
	font-size: 22px;
}

.flow {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
	border: 1px solid #008C62;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*  ボタン
==============================================*/

	

.button {
	margin-bottom: 60px;
}



.footer {
	width: 900px;
	text-align: center;
}

.copyright {
	margin-top: 26px;
	font-size: 11px;
	color: #FFF;
	background-color: #008E63;
	text-align: center;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;

}

.btbox{width:980px; margin:0 auto 20px auto; overflow: hidden;}
.btbox .left{float:left; margin-right:10px;}
.btbox .right{float:right; margin-right: 80px;}
.clear{clear:both;}


