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

body{
	margin:0;
	padding:0;
	font: 15px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	background:url(../img/cloth05.jpg) repeat;
	/*background-image:url(img/bg.jpg) no-repeat center top;*/
}
h1,h2,h3,h4,h5{
	clear:both;
}
p{
	margin:0 0 1em 0;
	padding:0;}
a{
	color:#7D5500;
	text-decoration: none;	
}
a:hover{
	color:#CC0000;
}
ul{
	margin:0;
	padding:0;
}
a img{
	border:none;
}
a:hover img{
filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;

}
.btm30{
	margin-bottom:30px;
}
#wrap_header{
	background:#82A61B;
  border-bottom: 1px solid #759812;
  margin-bottom: 20px;

}
#wrap_header #header{
	width:1000px;
	margin:0 auto 0;
	padding:5px;
	color:#fff;
	position:relative;
}
#wrap_header #header #mn01{
	color:#fff;
	position:absolute;
	top:0;
	left:720px;
	z-index: 1;
}
#wrap_header #header #mn02{
	color:#fff;
	position:absolute;
	top:0;
	left:860px;
		z-index: 1;
}

h1{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
}
h1 a{
	font-weight:bold;
	color: #FFFCDB;
}
h2{
  margin: 0;
  font-weight: normal;
}
h3{
  background: #6D5944;
  margin: 10px 0 20px;
  border-bottom: 8px solid #FB9D39;
  padding: 10px 20px;
  color: #fff;
  font-weight: normal;
}
h4{
	margin: 10px 0 20px 20px;
	border-bottom: 4px solid #CCB59D;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	background:url(../img/bg_h4.png) no-repeat left center;
	padding-left: 15px;
}

/*メインイメージ*/
#mainimg{
	text-align:center;
	margin:0 auto 0;
	position:relative;
}
#mainimg #plink{
	position:absolute;
	top:75px;
    left: 720px;
}

#wrap_content{
	background:#fff;
	width:1000px;
	margin:0px auto 40px;
/* box-shadow: rgba(67, 89, 5, 1) 0px 0px 5px 2px;
    -webkit-box-shadow: rgba(67, 89, 5, 1) 0px 0px 5px 2px;
    -moz-box-shadow: rgba(67, 89, 5, 1) 0px 0px 5px 2px;
*/
border: 1px solid #D8CBCE;
}
#wrap_content #content{
	  padding: 0 35px 35px;
}
#wrap_footer{
	background:#5EA000;
	padding:0;
}
#wrap_footer #footer{
	width:1000px;
	margin:0 auto 0;
	/*text-align:center;*/
	color: #EEFFB1;
	padding:20px 0 20px;
}
#wrap_footer #footer p{
	margin:0 0 5px 0;	
}
#wrap_footer #footer p a{
	color:#EEF984;
}
#wrap_footer #copy{
	text-align:center;
	color:#fff;
	background: #396400;
	margin:0;
	padding:2px;
	font-size:12px;
}	
#mainimg{
	margin:0 auto 15px;
}

#top_main{
	position:relative;
	height:1250px;
	margin-top:20px;
}
#top_main #bnr1{
	position:absolute;
	left: 100px;
	top: 930px;
}
#top_main #bnr2{
	position:absolute;
	right: 100px;
	top: 930px;
}
#top_main .txt1{
	margin:10px auto 10px;
	text-align:center;
}
#top_main .txt2{
	text-align:center;
	width:750px;
	font-size:20px;
	line-height:1.4;
	margin:10px auto 10px;
	font-weight:bold;
	  color: #85620E;
}
.txt_red{
	color:#CC0000;
}

/*---------------------------------------------------------
パンくずデザイン
---------------------------------------------------------*/
.breadcrumb {
    margin-bottom: 1px;
    line-height: 30px;
    color: #000;
    padding: 1px;
    border-bottom: 1px solid #D8CBCE;
	margin-top:0;
}
ol.breadcrumb li{
	float:left;	
	list-style: none;
	}
ol.breadcrumb li a{
    display: block;
    background: #EBEBEB;
    padding-right: 10px;
    height: 30px;
    margin-right: 31px;
    position: relative;
    text-decoration: none;
    color: #000;
}
ol.breadcrumb li a:last-of-type { margin-right: 31px }
ol.breadcrumb li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color:#EBEBEB;
    border-left-color: transparent;
}
ol.breadcrumb li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #EBEBEB;
}
 
ol.breadcrumb li:first-child a{ padding-left: 15px; }
ol.breadcrumb li:first-child a:before{display:none;}
 
ol.breadcrumb li a:hover {
    background: #00b0ec;
    color: #fff;
    text-decoration: none;
}
ol.breadcrumb a:hover:before {
    border-color:#00b0ec ;
    border-left-color: transparent;
}
ol.breadcrumb li a:hover:after { border-left-color: #00b0ec }

/* totop */
.totop{
  font-size: 12px;
  margin: 50px 0 0 790px;
  background: url(../img/icon_totop.png) no-repeat;
  padding: 0 0 0 20px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





