@charset "utf-8";

body { margin: 0; padding: 0; width: 100%; height: 100%; background:url(../images/back.gif);}
header {
	margin: 0 auto;
	width: 100%;
	height: 150px;
}
h1 {
	color: #594300;
	font-size: 10px;
	font-weight: nomal;
	margin: 5px 10px;
 }

 h2 {
 	font-size: 14px;
 	padding: 10px 10px;
 }

 h3 {
 	font-size:14px;
 	font-weight: bold;
 	border-bottom: 1px dashed #4F2D14;
 	line-height: 25px;
 }

p,ul {
	margin: 0;
	list-style-type: none;
}

a {text-decoration: none;}
a:link { color: #fff }   /* リンク */
a:visited {                 /* 既に見たリンク */
  color: #fff;
  text-decoration: none     /* 下線を消す */
}
/*共通クラス*/
.textCenter {
	text-align: center;
}

.marT10 {
	margin-top: 10px;
}

.marT20 {
	margin-top: 20px;
}

.marT30 {
	margin-top: 30px;
}

.marT50 {
	margin-top: 50px;
}
.marB10 {
	margin-bottom: 10px;
}

.marB20 {
	margin-bottom: 20px;
}

.marB30 {
	margin-bottom: 30px;
}

.marB50 {
	margin-bottom: 50px;
}

.padd10 {
	padding-top: 10px;
}

.txtRed {
	color: red;
}

.
/*クリア*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

 #wrap {
 	width: 960px;
 	margin: 0 auto;
 }

#logo {
	width: 350px;
	float: left;
}

#infoMation {
	margin-left: 700px;
}

nav {
	width: 960px;
	background-color: #4F2D14;
	position: absolute;
	top: 90px;
}
nav ul {

}
nav ul li a{
	color: #fff;
	line-height: 50px;
	float: left;
	width: 200px;
	height: 50px;
	border-right: 1px solid #7C654C;
	text-align: center;
	display: block;
background-color:#4a270d;

}
nav ul li a:hover{
	color: #fff;
	line-height: 50px;
	float: left;
	width: 200px;
	height: 50px;
	border-right: 1px solid #7C654C;
	text-align: center;
	display: block;
opacity:0.7;
}

#contents {
	width: 960px;
	margin: 0 auto;
}
#contents h2 {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4a270d), color-stop(0.14, #8F1F20), color-stop(0.00, #fbcdb7));
	background: -webkit-linear-gradient(top, #fbcdb7 0%, #8F1F20 14%, #4a270d 100%);
	background: -moz-linear-gradient(top, #fbcdb7 0%, #8F1F20 14%, #4a270d 100%);
	background: -ms-linear-gradient(top, #fbcdb7 0%, #8F1F20 14%, #4a270d 100%);
	background: linear-gradient(to bottom, #fbcdb7 0%, #8F1F20 14%, #4a270d 100%);
	border-left: 5px solid #fff;
}


#contents h2 span{
		background: url(../images/first1.gif) no-repeat;
		width: 48px;
		height: 48px;
	}

.flowBg {
	background-color: #432D18;
	height: 180px;
	width: 100%;
	border-radius: 15px;
}

.flowBg p{
	margin-left: 20px;
}

.flowTextBg {
	background-color: #fff;
	color: #000;
	height: 80px;
	margin: 20px;
	border-radius: 5px;
}

.flowTextBg p {
	padding: 10px;
}

.nextImage {
	text-align: center;
}
/*フッターエリア*/
footer {
 	width: 100%;
 	height: 100px;
	color: #fff;
	padding-top: 10px;
	margin-top: 70px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3c2007), color-stop(0.00, #6f4d06));
	background: -webkit-linear-gradient(#6f4d06, #3c2007);
	background: -moz-linear-gradient(#6f4d06, #3c2007);
	background: -o-linear-gradient(#6f4d06, #3c2007);
	background: -ms-linear-gradient(#6f4d06, #3c2007);
	background: linear-gradient(#6f4d06, #3c2007);
	position: relative;
 }

footer ul li a{
  float: left;
  border-right: 1px solid #fff;
  padding: 5px;
  margin-top: 10px;
  color: #fff;
}

footer p {
	text-align: right;
}

.footerLogo a{
	background: url(../images/logo.gif) no-repeat,
				url(../images/back.gif);
	width: 350px;
	height: 53px;
	float: left;
	position: absolute;
	top: 10px;
	left: 600px;
}
