
* {
  margin:0;
  padding:0;
}

html,body {
  height:100%;
}

body {
  margin:10px 0;
  padding:0;
  line-height:1.5;
  font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif;
}
.container:after {
  content:"";
  display:block;
  clear:both;
}

.container {
  width:800px;
  margin:0 auto;
}

/*角丸上*/
.container #a_top {
	font-size: 0px;
	background: url(../img/a_top.gif) no-repeat;
	height: 20px;
	width: 800px;
}
/*角丸中*/
.container #a_middle {
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0;
	width: 796px;
  height:100%;
	border-left: 2px solid #FFDA17;
	border-right: 2px solid #FFDA17;
	background-color:#ffffff;
}


/*角丸下*/
.container #a_bottom {
  clear:both;
	font-size: 0;
	background: url(../img/a_bottom.gif) no-repeat left bottom;
	height: 20px;
	width: 800px;
  margin-bottom:40px;
}

.contents {
  padding-right:0px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.container #a_middle #header {
	margin: 0 auto;
	padding: 10px 0;
	background: url(../img/header.png) no-repeat;
	height: 185px;
	width: 800px;
}
.container #a_middle #header a{
  display:block;
	height: 185px;
	width: 790px;

}

#header span {
  display:none;
}

.contents {
  width:796px;
  height:100%;
  margin:0 auto;
  background:url(../img/back02.png) repeat-x;
  padding:20px 0 50px;
}

.staff_images li,
.genpatu li {
  float:left;
  margin:0;
  list-style:none;
}

.contents .pan {
  margin-left:15px;
  font-size:12px;
  color:#333;
}

.contents .pan a:link,
.contents .pan a:visited {
  color:333;
  text-decoration:none;
}

.contents h2 {
  width:740px;
  margin:10px auto 30px;
}

section {
  overflow:hidden;
  zoom:1;
  line-height:1.2;
}

footer {
  clear:both;
}

.staff_images li {
  position:relative;
}

.staff_images p {
  position:absolute;
  top:65px;
  left:145px;
  font-size:12px;
  width:230px;
  transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
}

.genpatu li:first-child {
}

.genpatu li:last-child {
  margin-left:20px;
}

