@charset "UTF-8";
body{
  font-size : 15px;
  line-height : 190%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#wrapper{
  background-repeat : repeat-y;
  background-position : center top;
  width : 1030px;
  margin-right : auto;
  margin-left : auto;
  background-image : url(image/wrapper_bg.png);
}

#top{
  width : 980px;
  height : 88px;
  margin-right : auto;
  margin-left : auto;
}

#head{
  width : 100%;
  height : 380px;
  background-image : url(img/head.jpg);
  background-repeat : no-repeat;
  background-position : center top;
}

#contents{
  text-align : center;
  width : 1000px;
  margin-right : auto;
  margin-left : auto;
}

.main_in{
  width : 660px;
  margin-right : auto;
  margin-left : auto;
}

#footer{
  font-size : 13px;
  line-height : 38px;
  color : white;
  background-color : #cc682a;
  text-align : center;
  width : 980px;
  height : 38px;
  margin-right : auto;
  margin-left : auto;
}

.space20{
  height : 20px;
}

.space40{
  height : 40px;
}

.font_red{
  color : #cc0000;
}

.font_blue{
  color : blue;
}

.marker_yellow{
  background-color : #ffff00;
}

#navi{
  background-color : #e1711f;
  width : 980px;
  height : 58px;
  margin-right : auto;
  margin-left : auto;
}

h1{
  font-size : 12px;
  font-weight : normal;
  text-align : center;
  margin-top : -32px;
}

.space10{
  height : 10px;
}

.head_in1{
  width : 1010px;
  height : 466px;
  margin-right : auto;
  margin-left : auto;
}

.head_in2{
  width : 1010px;
  height : 154px;
  margin-right : auto;
  margin-left : auto;
}

.shintyaku1{
  background-image : url(img/images/sinntyaku_01.jpg);
  width : 640px;
  height : 82px;
  margin-right : auto;
  margin-left : auto;
}

.shintyaku2{
  background-image : url(img/images/sinntyaku_02.jpg);
  background-repeat : repeat-y;background-position : center center;
  width : 640px;
  margin-right : auto;
  margin-left : auto;
}

.shintyaku3{
  background-image : url(img/images/sinntyaku_03.jpg);
  width : 640px;
  height : 16;
  margin-right : auto;
  margin-left : auto;
}
	
#cat_cover_box {
		width: 100%;
		min-width: 1020px;
		height: 360px;
		background: url(img/head.jpg);no-repeat;
		background-position: center center;
		background-size: 100%;
		}
#cat_cover {
		width: 1020px;
		height: 360px;
		margin: 0 auto;
		position: relative;
}
	
#cat_cover h1 {
		position: absolute;
		left: 0;
		top: 170px;
}
	
#cat_cover p {
		color: #fff;
		position: absolute;
		top: 330px;
		left: 10px;
}