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

/* textcolor:#4A2F0E */
/* footcolor:#192106 */

h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,fieldset,input,form
{ margin:0px; padding:0px; font-style:normal; font-weight:normal;}

img {
	border:0;
}

body  {
	font: 90% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/*background:url(../photo/kabe2.gif) #FFFFFF;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

  /*  リンク共通アニメーション  */
a, a.btn {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

/* header >>> */

header {
	height:120px;
	padding:0 0 0 0;
	width:100%;
	/*background:url(../image/head_bk01.png) repeat-x;*/
}
#headwrap {
	width:950px;
	margin:0 auto;
}
#head_l {
	float:left;
	width:270px;
}

#head_r {
	float:right;
	width:680px;
}

#head_lur1 {
    margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:400px;
	height:30px;
    float:right;
	text-align:right;

}
#head_lur1 ul {
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#head_lur1 ul li {
	list-style:none;
	margin:0px 0px 0px 0px;
    float:right;
}


#head_lur2 {
    margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:600px;
	height:30px;
    float:right;
}
#head_lur2 ul {
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#head_lur2 ul li {
	list-style:none;
	margin:0px 0px 0px 0px;
	border-left:1px solid #5e7f4d;
    float:left;
}
#head_lur2 ul li a {
	text-decoration: none;
	color:#5e7f4d;
	padding:0px 10px;
	margin:0px 5px;
}
#head_lur2 ul li a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#5e7f4d;
	padding:0px 10px;
	margin:0px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline;
	behavior: url("/sakae/PIE.htc");
}
#head_lur2 ul li a:active {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#5e7f4d;
	padding:0px 10px;
	margin:0px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline;
	behavior: url("/sakae/PIE.htc");
}
					
					
.navlast {
	border-right:1px solid #5e7f4d;
}

/* <<< header */

.wrap {
	width:700px;
	margin:0px auto 0 auto;
	text-align:left;
}



footer {
	width:100%;
	/*background:#283a1c;
	padding:20px 0;
	position: absolute;
	*/
	clear:both;
	color:#000000;
}
#footwrap {
	width:950px;
	margin:0 auto 0 auto;
	background:#283a1c;
}
.fwrapl {
	width:347px;
	height:240px;
	position:absolute;
	bottom:0px;
}
.fwrapr {
	float:right;
	margin:20px 0 0 0;
}
#copyright {
	color:#000000;
	margin:20px auto 0  auto;
}

#con_wrap {
	width:950px;
	height:110px;
	margin:0 auto 80px auto;
}
#con_l {
	float:left;
	width:750px;
}
#con_r {
	float:right;
	width:200px;
}